Add session number to the generated output.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3916 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-03-10 16:15:16 +00:00
parent ec29e10c8f
commit 4fadc5b458

View File

@@ -24,7 +24,7 @@ CREATE OR REPLACE PACKAGE BODY mip_debug IS
,filename => p_unit || replace(v('SYSTEM_ENVIRONMENT'),' ','_')||'_debug.txt'
,open_mode => 'A');
l_output := to_char(SYSDATE
l_output := v('APP_SESSION')||':'||to_char(SYSDATE
,'DD/MM/YYYY HH24:MI:SS') || ':' ||p_unit || ':' ||
p_line || ':' || p_in;