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:
PriestJ
2008-02-12 15:32:42 +00:00
parent b30310ea22
commit 091671c9f5

View File

@@ -1019,7 +1019,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
(code
,description)
(SELECT code
,'Inserted for load_housings'
,initcap(code)
FROM (SELECT DISTINCT upper(field_4) AS code
FROM ext_housings
WHERE field_4 IS NOT NULL)