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:
@@ -28,11 +28,12 @@ CREATE OR REPLACE PACKAGE BODY mip_bulk_load IS
|
||||
|
||||
g_other_manufacturer_id parties.id%TYPE;
|
||||
|
||||
PROCEDURE pl(p_in IN VARCHAR2) IS
|
||||
PROCEDURE pl(p_in IN VARCHAR2, p_line IN NUMBER DEFAULT NULL) IS
|
||||
BEGIN
|
||||
dbms_output.put_line(to_char(SYSDATE
|
||||
,'DD-MON-YYYY HH24:MI:SS') || '-' || p_in);
|
||||
dbms_application_info.set_client_info(p_in);
|
||||
NULL;
|
||||
--$IF $$DEBUGGING OR mip_debug_constants.debugging OR mip_debug_constants.bulk_load $THEN
|
||||
mip_debug.pl(p_unit => $$PLSQL_UNIT,p_line => p_line,p_in => p_in);
|
||||
--$END
|
||||
END pl;
|
||||
|
||||
PROCEDURE get_dir_list(p_directory IN VARCHAR2) AS
|
||||
|
||||
Reference in New Issue
Block a user