DBA Data[Home] [Help]

APPS.BEN_PREMIUM_CONCURRENT dependencies on FND_GLOBAL

Line 71: (p_concurrent_request_id => fnd_global.conc_request_id

67: Begin
68: hr_utility.set_location ('Entering '||l_proc,05);
69: l_actn := 'Calling ben_batch_utils.batch_report (BENPRSUM)...';
70: ben_batch_utils.batch_report
71: (p_concurrent_request_id => fnd_global.conc_request_id
72: ,p_program_name => 'BENPRSUM'
73: ,p_request_id => l_request_id
74: );
75: l_actn := 'Calling ben_batch_utils.batch_report (BENPRDEA)...';

Line 77: (p_concurrent_request_id => fnd_global.conc_request_id

73: ,p_request_id => l_request_id
74: );
75: l_actn := 'Calling ben_batch_utils.batch_report (BENPRDEA)...';
76: ben_batch_utils.batch_report
77: (p_concurrent_request_id => fnd_global.conc_request_id
78: ,p_program_name => 'BENPRDEA'
79: ,p_request_id => l_request_id
80: );
81: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';

Line 83: (p_concurrent_request_id => fnd_global.conc_request_id

79: ,p_request_id => l_request_id
80: );
81: l_actn := 'Calling ben_batch_utils.batch_report (BENERTYP)...';
82: ben_batch_utils.batch_report
83: (p_concurrent_request_id => fnd_global.conc_request_id
84: ,p_program_name => 'BENERTYP'
85: ,p_request_id => l_request_id
86: );
87: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';

Line 89: (p_concurrent_request_id => fnd_global.conc_request_id

85: ,p_request_id => l_request_id
86: );
87: l_actn := 'Calling ben_batch_utils.batch_report (BENERPER)...';
88: ben_batch_utils.batch_report
89: (p_concurrent_request_id => fnd_global.conc_request_id
90: ,p_program_name => 'BENERPER'
91: ,p_request_id => l_request_id
92: );
93:

Line 733: ,p_request_id => fnd_global.conc_request_id

729: ,p_payroll_id => null
730: ,p_debug_messages_flag => p_debug_messages
731: ,p_object_version_number => l_object_version_number
732: ,p_effective_date => l_effective_date
733: ,p_request_id => fnd_global.conc_request_id
734: ,p_program_application_id => fnd_global.prog_appl_id
735: ,p_program_id => fnd_global.conc_program_id
736: ,p_program_update_date => sysdate
737: );

Line 734: ,p_program_application_id => fnd_global.prog_appl_id

730: ,p_debug_messages_flag => p_debug_messages
731: ,p_object_version_number => l_object_version_number
732: ,p_effective_date => l_effective_date
733: ,p_request_id => fnd_global.conc_request_id
734: ,p_program_application_id => fnd_global.prog_appl_id
735: ,p_program_id => fnd_global.conc_program_id
736: ,p_program_update_date => sysdate
737: );
738: benutils.g_benefit_action_id := l_benefit_action_id;

Line 735: ,p_program_id => fnd_global.conc_program_id

731: ,p_object_version_number => l_object_version_number
732: ,p_effective_date => l_effective_date
733: ,p_request_id => fnd_global.conc_request_id
734: ,p_program_application_id => fnd_global.prog_appl_id
735: ,p_program_id => fnd_global.conc_program_id
736: ,p_program_update_date => sysdate
737: );
738: benutils.g_benefit_action_id := l_benefit_action_id;
739: --