Add general debug routines (mip_debug.pck, mip_debug_constants.pks)
Send email attachments (mip_quotation.pck, mip_email.pck - templates from WebMIP Email templates.doc) Add Lifting Gear to 'labour' quotes (mip_quotation.pck) git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3860 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
14
Modules/mip_debug_constants.pks
Normal file
14
Modules/mip_debug_constants.pks
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
/
|
||||
Reference in New Issue
Block a user