DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on BEN_BATCH_UTILS

Line 281: ben_batch_utils.batch_report

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

Line 289: ben_batch_utils.batch_report

285: --
286: end if;
287: --
288: if fnd_global.conc_request_id <> - 1 then
289: ben_batch_utils.batch_report
290: (p_concurrent_request_id => fnd_global.conc_request_id
291: ,p_program_name => 'BENCMSUM'
292: ,p_request_id => l_request_id);
293: --

Line 294: ben_batch_utils.batch_report

290: (p_concurrent_request_id => fnd_global.conc_request_id
291: ,p_program_name => 'BENCMSUM'
292: ,p_request_id => l_request_id);
293: --
294: ben_batch_utils.batch_report
295: (p_concurrent_request_id => fnd_global.conc_request_id
296: ,p_program_name => 'BENCMEPE'
297: ,p_request_id => l_request_id);
298: --

Line 299: ben_batch_utils.batch_report

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

Line 4795: ben_batch_utils.create_restart_person_actions

4791: -- for restarting.
4792: --
4793: hr_utility.set_location('restart batch process ' || l_proc, 20);
4794: --
4795: ben_batch_utils.create_restart_person_actions
4796: (p_benefit_action_id => p_benefit_action_id
4797: ,p_effective_date => l_effective_date
4798: ,p_chunk_size => g_chunk_size
4799: ,p_threads => g_threads

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

4847: ,argument5 => p_business_group_id);
4848: --
4849: commit;
4850: --
4851: g_num_processes := ben_batch_utils.g_num_processes + 1;
4852: g_processes_rec(g_num_processes) := l_request_id;
4853: --
4854: end loop;
4855: --