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