DBA Data[Home] [Help]

APPS.BEN_MANAGE_CWB_LIFE_EVENTS dependencies on FND_REQUEST

Line 282: where fnd.request_id = c_request_id;

278: is
279: select phase_code,
280: status_code
281: from fnd_concurrent_requests fnd
282: where fnd.request_id = c_request_id;
283: --
284: l_slaves c_slaves%rowtype;
285: --
286: begin

Line 2739: l_request_id := fnd_request.submit_request

2735: end if;
2736: --
2737: if p_trace_plans_flag = 'N' then
2738: --
2739: l_request_id := fnd_request.submit_request
2740: (application => 'BEN',
2741: program => 'BENCOMOD',
2742: description => NULL,
2743: sub_request => FALSE,