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
15 lines
382 B
Plaintext
15 lines
382 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;
|
|
|
|
end mip_debug_constants;
|
|
/
|