DBA Data[Home] [Help]

APPS.BEN_BATCH_REPORTING dependencies on FND_REQUEST

Line 198: where fnd.request_id = p_concurrent_request_id

194: ben_pl_f pln2,
195: ben_pgm_f pgm2,
196: fnd_concurrent_requests fnd,
197: fnd_concurrent_programs_tl conc
198: where fnd.request_id = p_concurrent_request_id
199: and conc.concurrent_program_id = fnd.concurrent_program_id
200: and conc.application_id = 805
201: and userenv('LANG') = conc.language --Bug 2394141
202: and bft.request_id = fnd.request_id

Line 202: and bft.request_id = fnd.request_id

198: where fnd.request_id = p_concurrent_request_id
199: and conc.concurrent_program_id = fnd.concurrent_program_id
200: and conc.application_id = 805
201: and userenv('LANG') = conc.language --Bug 2394141
202: and bft.request_id = fnd.request_id
203: and hr.lookup_code = bft.mode_cd
204: -- bug fix 1560336
205: -- and hr.lookup_type = 'BEN_BENMNGLE_MD'
206: and hr.lookup_type = l_mode_cd_lookup_type

Line 298: where fnd.request_id = p_concurrent_request_id

294: cursor c_conc_pgm_name is
295: select conc.concurrent_program_name
296: from fnd_concurrent_requests fnd,
297: fnd_concurrent_programs conc
298: where fnd.request_id = p_concurrent_request_id
299: and conc.concurrent_program_id = fnd.concurrent_program_id
300: and conc.application_id = 805;
301: -- end fix 1560336
302:

Line 1144: l_request_id := fnd_request.submit_request

1140: begin
1141: --
1142: hr_utility.set_location('Entering :'||l_proc,10);
1143: --
1144: l_request_id := fnd_request.submit_request
1145: (application => 'BEN',
1146: program => p_program_name,
1147: description => NULL,
1148: sub_request => FALSE,