Files
mip/Modules/mip_debug_constants.pks
hardya cae05e68a9 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
2008-04-14 17:04:06 +00:00

20 lines
622 B
Plaintext

CREATE OR REPLACE PACKAGE mip_debug_constants IS
-- Author : HARDYA
-- Created : 06/03/2008 09:04:54
-- 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;
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;
/