Change all references from 'UNKNOWN' to 'OTHER'.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3850 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-06 10:00:43 +00:00
parent 0d4bafa5d1
commit 532596bab7

View File

@@ -137,7 +137,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
(code
,description)
VALUES
('UNKNOWN'
('OTHER'
,'Other Housing Type');
EXCEPTION
WHEN dup_val_on_index THEN
@@ -149,7 +149,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
(code
,description)
VALUES
('UNKNOWN'
('OTHER'
,'Other Regulator Type');
EXCEPTION
WHEN dup_val_on_index THEN
@@ -161,7 +161,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
(code
,description)
VALUES
('UNKNOWN'
('OTHER'
,'Other Filter Type');
EXCEPTION
WHEN dup_val_on_index THEN