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:
hardya
2008-02-21 17:56:52 +00:00
parent e15c3787ac
commit aab27144a0
11 changed files with 315 additions and 277 deletions

View File

@@ -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;