DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_BATCH_UTILS

Line 285: ben_batch_utils.batch_report

281: -- * Error by Person
282: --
283: if (g_parm.audit_log_flag = 'Y') then
284: --
285: ben_batch_utils.batch_report
286: (p_concurrent_request_id => fnd_global.conc_request_id
287: ,p_program_name => 'BENCMAUD'
288: ,p_request_id => l_request_id);
289: --

Line 293: ben_batch_utils.batch_report

289: --
290: end if;
291: --
292: if fnd_global.conc_request_id <> - 1 then
293: ben_batch_utils.batch_report
294: (p_concurrent_request_id => fnd_global.conc_request_id
295: ,p_program_name => 'BENCMSUM'
296: ,p_request_id => l_request_id);
297: --

Line 298: ben_batch_utils.batch_report

294: (p_concurrent_request_id => fnd_global.conc_request_id
295: ,p_program_name => 'BENCMSUM'
296: ,p_request_id => l_request_id);
297: --
298: ben_batch_utils.batch_report
299: (p_concurrent_request_id => fnd_global.conc_request_id
300: ,p_program_name => 'BENCMEPE'
301: ,p_request_id => l_request_id);
302: --

Line 303: ben_batch_utils.batch_report

299: (p_concurrent_request_id => fnd_global.conc_request_id
300: ,p_program_name => 'BENCMEPE'
301: ,p_request_id => l_request_id);
302: --
303: ben_batch_utils.batch_report
304: (p_concurrent_request_id => fnd_global.conc_request_id
305: ,p_program_name => 'BENCMETY'
306: ,p_request_id => l_request_id);
307: end if;

Line 4860: ben_batch_utils.create_restart_person_actions

4856: -- for restarting.
4857: --
4858: hr_utility.set_location('restart batch process ' || l_proc, 20);
4859: --
4860: ben_batch_utils.create_restart_person_actions
4861: (p_benefit_action_id => p_benefit_action_id
4862: ,p_effective_date => l_effective_date
4863: ,p_chunk_size => g_chunk_size
4864: ,p_threads => g_threads

Line 4916: g_num_processes := ben_batch_utils.g_num_processes + 1;

4912: ,argument5 => p_business_group_id);
4913: --
4914: commit;
4915: --
4916: g_num_processes := ben_batch_utils.g_num_processes + 1;
4917: g_processes_rec(g_num_processes) := l_request_id;
4918: --
4919: end loop;
4920: --