DBA Data[Home] [Help]

APPS.FND_CONC_PRIVATE_UTILS dependencies on DUAL

Line 217: from dual;

213: Sign(To_Date(To_Char(sysd, 'HH24:MI:SS'), 'HH24:MI:SS')
214: - To_Date(resub_time, 'HH24:MI:SS')
215: ), 1, 1, 0)), 'DD-MON-YYYY HH24:MI:SS')
216: into my_resub
217: from dual;
218:
219: end if;
220:
221: /* some fairly obvious reasons to quit */

Line 255: from dual;

251: - To_Date(my_resub,
252: 'DD-MON-YYYY HH24:MI:SS'))
253: ,'DD-MON-YYYY HH24:MI:SS')
254: into my_resub
255: from dual;
256: end loop;
257:
258: if (NVL(resub_end,TO_DATE(my_resub,
259: 'DD-MON-YYYY HH24:MI:SS')) <

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

492: end if;
493: else
494: req_id := null;
495: type_code := 'O';
496: select userenv('SESSIONID') into ses_id from dual;
497: end if;
498:
499: record_temp_file_use_pvt (filename, type_code, req_id, ses_id, node);
500: