DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on FND_REQUEST

Line 289: where fnd.request_id = c_request_id;

285: is
286: select phase_code,
287: status_code
288: from fnd_concurrent_requests fnd
289: where fnd.request_id = c_request_id;
290:
291: --16417003
292: cursor c_get_sleep_time is
293: select

Line 2784: l_request_id := fnd_request.submit_request

2780: end if;
2781: --
2782: if p_trace_plans_flag = 'N' then
2783: --
2784: l_request_id := fnd_request.submit_request
2785: (application => 'BEN',
2786: program => 'BENCOMOD',
2787: description => NULL,
2788: sub_request => FALSE,