DBA Data[Home] [Help]

APPS.IEX_TERR_WINNERS_PUB dependencies on DUAL

Line 72: select to_char( sysdate, 'DD-Mon-YYYY HH24:MI:SS') into l_date_str from dual;

68:
69: BEGIN
70: IF g_debug_flag = 'Y'
71: THEN
72: select to_char( sysdate, 'DD-Mon-YYYY HH24:MI:SS') into l_date_str from dual;
73: FND_FILE.PUT_LINE(FND_FILE.LOG,'---' || l_date_str || '--------------------------');
74:
75: -- Crop the message to length 255 chars
76: l_length := length(msg);