DBA Data[Home] [Help]

APPS.BEN_FORFEITURE_CONCURRENT dependencies on FND_GLOBAL

Line 299: (p_concurrent_request_id => fnd_global.conc_request_id

295: Begin
296: hr_utility.set_location ('Entering '||l_proc,05);
297: l_actn := 'Calling ben_batch_utils.batch_report (BENPRSUM)...';
298: ben_batch_utils.batch_report
299: (p_concurrent_request_id => fnd_global.conc_request_id
300: ,p_program_name => 'BENFRSUM'
301: ,p_request_id => l_request_id
302: );
303: l_actn := 'Calling ben_batch_utils.batch_report (BENFRAUD)...';

Line 305: (p_concurrent_request_id => fnd_global.conc_request_id

301: ,p_request_id => l_request_id
302: );
303: l_actn := 'Calling ben_batch_utils.batch_report (BENFRAUD)...';
304: ben_batch_utils.batch_report
305: (p_concurrent_request_id => fnd_global.conc_request_id
306: ,p_program_name => 'BENFRAUD'
307: ,p_request_id => l_request_id
308: );
309: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';

Line 311: (p_concurrent_request_id => fnd_global.conc_request_id

307: ,p_request_id => l_request_id
308: );
309: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';
310: ben_batch_utils.batch_report
311: (p_concurrent_request_id => fnd_global.conc_request_id
312: ,p_program_name => 'BENERTYP'
313: ,p_request_id => l_request_id
314: );
315: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';

Line 317: (p_concurrent_request_id => fnd_global.conc_request_id

313: ,p_request_id => l_request_id
314: );
315: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';
316: ben_batch_utils.batch_report
317: (p_concurrent_request_id => fnd_global.conc_request_id
318: ,p_program_name => 'BENERPER'
319: ,p_request_id => l_request_id
320: );
321:

Line 1750: ,p_request_id => fnd_global.conc_request_id

1746: ,p_payroll_id => null
1747: ,p_debug_messages_flag => p_debug_messages
1748: ,p_object_version_number => l_object_version_number
1749: ,p_effective_date => l_effective_date
1750: ,p_request_id => fnd_global.conc_request_id
1751: ,p_program_application_id => fnd_global.prog_appl_id
1752: ,p_program_id => fnd_global.conc_program_id
1753: ,p_program_update_date => sysdate
1754: );

Line 1751: ,p_program_application_id => fnd_global.prog_appl_id

1747: ,p_debug_messages_flag => p_debug_messages
1748: ,p_object_version_number => l_object_version_number
1749: ,p_effective_date => l_effective_date
1750: ,p_request_id => fnd_global.conc_request_id
1751: ,p_program_application_id => fnd_global.prog_appl_id
1752: ,p_program_id => fnd_global.conc_program_id
1753: ,p_program_update_date => sysdate
1754: );
1755: benutils.g_benefit_action_id := l_benefit_action_id;

Line 1752: ,p_program_id => fnd_global.conc_program_id

1748: ,p_object_version_number => l_object_version_number
1749: ,p_effective_date => l_effective_date
1750: ,p_request_id => fnd_global.conc_request_id
1751: ,p_program_application_id => fnd_global.prog_appl_id
1752: ,p_program_id => fnd_global.conc_program_id
1753: ,p_program_update_date => sysdate
1754: );
1755: benutils.g_benefit_action_id := l_benefit_action_id;
1756: --