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; /