initcap'd the housing description for housing type
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3521 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -1019,7 +1019,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
|||||||
(code
|
(code
|
||||||
,description)
|
,description)
|
||||||
(SELECT code
|
(SELECT code
|
||||||
,'Inserted for load_housings'
|
,initcap(code)
|
||||||
FROM (SELECT DISTINCT upper(field_4) AS code
|
FROM (SELECT DISTINCT upper(field_4) AS code
|
||||||
FROM ext_housings
|
FROM ext_housings
|
||||||
WHERE field_4 IS NOT NULL)
|
WHERE field_4 IS NOT NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user