Remove timestamp from output of mip_friendly_messages.pck
Add constraint to regi_enqu_exclusions to prevent both enquiry and additional items being recorded on the same row. Allow schema to be passed to apex_auto_install.rb. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3666 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -92,8 +92,7 @@ CREATE OR REPLACE PACKAGE BODY mip_friendly_messages IS
|
||||
l_msg := l_ora_msg;
|
||||
END IF;
|
||||
|
||||
htp.prn(to_char(SYSDATE
|
||||
,'hh24:mi:ss') || ' ' || l_msg);
|
||||
htp.prn(l_msg);
|
||||
END get_friendly_message;
|
||||
|
||||
END mip_friendly_messages;
|
||||
|
||||
Reference in New Issue
Block a user