DBA Data[Home] [Help]

APPS.BEN_DELETE_ORPHAN_ROWS dependencies on FND_REQUEST

Line 27: WHERE fnd.phase_code <> 'C' AND fnd.request_id = p_request_id;

23: --
24: Cursor c_slaves(p_request_id number) is
25: SELECT NULL
26: FROM fnd_concurrent_requests fnd
27: WHERE fnd.phase_code <> 'C' AND fnd.request_id = p_request_id;
28: --
29: begin
30: --
31: hr_utility.set_location ('Entering ' || l_proc, 5);

Line 1206: l_request_id := fnd_request.submit_request

1202: -- We start submitting threads from TWO as the main process will act as first thread.
1203: --
1204: hr_utility.set_location('Submitting request ' || l_count, 10);
1205: --
1206: l_request_id := fnd_request.submit_request
1207: (application => 'BEN'
1208: ,program => 'BEDEORTHRD'
1209: ,description => NULL
1210: ,sub_request => FALSE