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:
@@ -137,7 +137,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
|||||||
(code
|
(code
|
||||||
,description)
|
,description)
|
||||||
VALUES
|
VALUES
|
||||||
('UNKNOWN'
|
('OTHER'
|
||||||
,'Other Housing Type');
|
,'Other Housing Type');
|
||||||
EXCEPTION
|
EXCEPTION
|
||||||
WHEN dup_val_on_index THEN
|
WHEN dup_val_on_index THEN
|
||||||
@@ -149,7 +149,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
|||||||
(code
|
(code
|
||||||
,description)
|
,description)
|
||||||
VALUES
|
VALUES
|
||||||
('UNKNOWN'
|
('OTHER'
|
||||||
,'Other Regulator Type');
|
,'Other Regulator Type');
|
||||||
EXCEPTION
|
EXCEPTION
|
||||||
WHEN dup_val_on_index THEN
|
WHEN dup_val_on_index THEN
|
||||||
@@ -161,7 +161,7 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
|||||||
(code
|
(code
|
||||||
,description)
|
,description)
|
||||||
VALUES
|
VALUES
|
||||||
('UNKNOWN'
|
('OTHER'
|
||||||
,'Other Filter Type');
|
,'Other Filter Type');
|
||||||
EXCEPTION
|
EXCEPTION
|
||||||
WHEN dup_val_on_index THEN
|
WHEN dup_val_on_index THEN
|
||||||
|
|||||||
Reference in New Issue
Block a user