DBA Data[Home] [Help]

APPS.IEX_ATA_PUB dependencies on DUAL

Line 371: FROM dual;

367: l_retvalue VARCHAR2(20);
368:
369: CURSOR c_get_conseq_cur IS
370: SELECT fnd_concurrent_requests_s.nextval
371: FROM dual;
372: BEGIN
373:
374:
375: -- get profile option - USER_ID

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

426:
427: BEGIN
428: IF g_debug_flag = 'Y'
429: THEN
430: select to_char( sysdate, 'DD-Mon-YYYY HH24:MI:SS') into l_date_str from dual;
431: FND_FILE.PUT_LINE(FND_FILE.LOG,'---' || l_date_str || '--------------------------');
432:
433: -- chop the message to 255 long
434: l_length := length(msg);