DBA Data[Home] [Help]

APPS.FND_CONC_PRIVATE_UTILS dependencies on DUAL

Line 248: from dual;

244: Sign(To_Date(To_Char(sysd, 'HH24:MI:SS'), 'HH24:MI:SS')
245: - To_Date(resub_time, 'HH24:MI:SS')
246: ), 1, 1, 0)), 'DD-MON-YYYY HH24:MI:SS')
247: into my_resub
248: from dual;
249:
250: end if;
251:
252: /* some fairly obvious reasons to quit */

Line 286: from dual;

282: - To_Date(my_resub,
283: 'DD-MON-YYYY HH24:MI:SS'))
284: ,'DD-MON-YYYY HH24:MI:SS')
285: into my_resub
286: from dual;
287: end loop;
288:
289: if (NVL(resub_end,TO_DATE(my_resub,
290: 'DD-MON-YYYY HH24:MI:SS')) <

Line 590: select userenv('SESSIONID') into ses_id from dual;

586: if (mynode is null) then
587: mynode := get_session_node;
588: end if;
589:
590: select userenv('SESSIONID') into ses_id from dual;
591:
592: record_temp_file_use_pvt (filename, type_code, req_id, ses_id, mynode);
593:
594: exception