DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_BENEFIT_ACTIONS dependencies on FND_REQUEST

Line 95: l_request_id := fnd_request.submit_request

91: for l_count in 1..least(p_threads,p_num_ranges) loop
92: --
93: hr_utility.set_location ('Submitting request '||l_package,10);
94: --
95: l_request_id := fnd_request.submit_request
96: (application => 'BEN',
97: program => 'BENTHREAD',
98: description => NULL,
99: sub_request => FALSE,

Line 165: where fnd.request_id = c_request_id;

161: is
162: select phase_code,
163: status_code
164: from fnd_concurrent_requests fnd
165: where fnd.request_id = c_request_id;
166: --
167: l_slaves c_slaves%rowtype;
168: --
169: begin