Address #483 with changes to DATAITEM_ROLES.csv, DATAITEM_ROLES.xls.
Add conditional compilation for debugging. Use correct NLS language in dads.conf git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@4793 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -69,8 +69,8 @@ CREATE OR REPLACE PACKAGE BODY mip_helper_special_cases IS
|
||||
|
||||
-- O-M6
|
||||
IF p_rec.enty_code IN ('OFMAT', 'EXCHANGE', 'STD EXCHANGE', 'REMOVE',
|
||||
'STD REMOVE', 'ADVERSARIAL', 'CHANGE CAPACITY')
|
||||
AND p_rec.existing_metr_code = 'OTHER'
|
||||
'STD REMOVE', 'ADVERSARIAL', 'CHANGE CAPACITY', 'ALTERATION')
|
||||
AND nvl(p_rec.existing_metr_code, 'OTHER') = 'OTHER'
|
||||
AND (p_rec.existing_mesc_code IS NULL OR
|
||||
p_rec.existing_mety_code IS NULL) THEN
|
||||
mip_mandatory.add_error(p_mandatory_checks => p_mandatory_checks
|
||||
@@ -95,7 +95,7 @@ CREATE OR REPLACE PACKAGE BODY mip_helper_special_cases IS
|
||||
,p_field_name => 'BYPASS_OTHER'
|
||||
,p_error_message => '''Other'' reason must be completed.');
|
||||
END IF;
|
||||
END IF;
|
||||
END IF;
|
||||
END table_enquiries;
|
||||
BEGIN
|
||||
-- Initialization
|
||||
|
||||
Reference in New Issue
Block a user