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:
@@ -5,10 +5,15 @@ CREATE OR REPLACE PACKAGE mip_debug_constants IS
|
||||
-- Purpose : Constants used for conditional compilation of debug functions
|
||||
|
||||
-- Public constant declarations
|
||||
debugging CONSTANT BOOLEAN := TRUE;
|
||||
bulk_load CONSTANT BOOLEAN := TRUE;
|
||||
quotation CONSTANT BOOLEAN := TRUE;
|
||||
files CONSTANT BOOLEAN := TRUE;
|
||||
debugging CONSTANT BOOLEAN := TRUE;
|
||||
bulk_load CONSTANT BOOLEAN := TRUE;
|
||||
quotation CONSTANT BOOLEAN := TRUE;
|
||||
enquiry CONSTANT BOOLEAN := TRUE;
|
||||
files CONSTANT BOOLEAN := TRUE;
|
||||
tripartite CONSTANT BOOLEAN := TRUE;
|
||||
security CONSTANT BOOLEAN := TRUE;
|
||||
select_xml CONSTANT BOOLEAN := TRUE;
|
||||
friendly_messages CONSTANT BOOLEAN := TRUE;
|
||||
|
||||
END mip_debug_constants;
|
||||
/
|
||||
|
||||
Reference in New Issue
Block a user