DBA Data[Home] [Help]

APPS.ENI_DBI_PCO_LOAD_PKG dependencies on FND_CONCURRENT

Line 303: l_request_flag := fnd_concurrent.get_request_status(g_conc_request_array(i).request_id,

299: for i in 1 .. g_actual_workers loop
300:
301: -- Find out the phase of this request id.
302:
303: l_request_flag := fnd_concurrent.get_request_status(g_conc_request_array(i).request_id,
304: null,
305: null,
306: o_phase,
307: o_status,