DBA Data[Home] [Help]

APPS.BEN_PREMIUM_PLAN_CONCURRENT dependencies on BENUTILS

Line 121: l_actn := 'Calling benutils.get_parameter...';

117: dt_fndate.change_ses_date
118: (p_ses_date => l_effective_date,
119: p_commit => l_commit);
120: --
121: l_actn := 'Calling benutils.get_parameter...';
122: -- ?? couldn't this data be passed in? potential change to benprcon too.
123: benutils.get_parameter(p_business_group_id => p_business_group_Id
124: ,p_batch_exe_cd => 'BENPRCON'
125: ,p_threads => l_threads

Line 123: benutils.get_parameter(p_business_group_id => p_business_group_Id

119: p_commit => l_commit);
120: --
121: l_actn := 'Calling benutils.get_parameter...';
122: -- ?? couldn't this data be passed in? potential change to benprcon too.
123: benutils.get_parameter(p_business_group_id => p_business_group_Id
124: ,p_batch_exe_cd => 'BENPRCON'
125: ,p_threads => l_threads
126: ,p_chunk_size => l_chunk_size
127: ,p_max_errors => g_max_errors_allowed);

Line 142: -- Copy benefit action id to global in benutils package

138: --
139: l_actn := 'Calling ben_batch_utils.ini...';
140: ben_batch_utils.ini;
141: --
142: -- Copy benefit action id to global in benutils package
143: --
144: benutils.g_benefit_action_id := p_benefit_action_id;
145: benutils.g_thread_id := p_thread_id;
146: g_persons_errored := 0;

Line 144: benutils.g_benefit_action_id := p_benefit_action_id;

140: ben_batch_utils.ini;
141: --
142: -- Copy benefit action id to global in benutils package
143: --
144: benutils.g_benefit_action_id := p_benefit_action_id;
145: benutils.g_thread_id := p_thread_id;
146: g_persons_errored := 0;
147: g_persons_processed := 0;
148: open c_parameter;

Line 145: benutils.g_thread_id := p_thread_id;

141: --
142: -- Copy benefit action id to global in benutils package
143: --
144: benutils.g_benefit_action_id := p_benefit_action_id;
145: benutils.g_thread_id := p_thread_id;
146: g_persons_errored := 0;
147: g_persons_processed := 0;
148: open c_parameter;
149: fetch c_parameter into l_parm;

Line 269: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);

265: fnd_message.set_token('PROC', l_proc);
266: fnd_message.raise_error;
267: End if;
268:
269: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);
270: End loop;
271:
272: hr_utility.set_location('End of loops',70);
273: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);

Line 273: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);

269: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);
270: End loop;
271:
272: hr_utility.set_location('End of loops',70);
273: benutils.write_table_and_file(p_table => TRUE, p_file => FALSE);
274: --
275: l_actn := 'Calling Log_statistics...';
276: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
277: ,p_num_pers_errored => g_persons_errored

Line 289: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

285: );
286: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_processed
287: ,p_num_pers_errored => g_persons_errored
288: );
289: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
290: hr_utility.set_location ('HR_6153_ALL_PROCEDURE_FAIL',05);
291: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
292: fnd_message.set_token('PROCEDURE', l_proc);
293: fnd_message.set_token('STEP',l_actn );

Line 660: benutils.write(p_text => fnd_message.get);

656: ben_batch_utils.rpt_error(p_proc => l_proc
657: ,p_last_actn => l_actn
658: ,p_rpt_flag => TRUE );
659: --
660: benutils.write(p_text => fnd_message.get);
661: benutils.write(p_text => sqlerrm);
662: benutils.write(p_text => 'Big Error Occured');
663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
664: If (l_num_range > 0) then

Line 661: benutils.write(p_text => sqlerrm);

657: ,p_last_actn => l_actn
658: ,p_rpt_flag => TRUE );
659: --
660: benutils.write(p_text => fnd_message.get);
661: benutils.write(p_text => sqlerrm);
662: benutils.write(p_text => 'Big Error Occured');
663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
664: If (l_num_range > 0) then
665: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);

Line 662: benutils.write(p_text => 'Big Error Occured');

658: ,p_rpt_flag => TRUE );
659: --
660: benutils.write(p_text => fnd_message.get);
661: benutils.write(p_text => sqlerrm);
662: benutils.write(p_text => 'Big Error Occured');
663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
664: If (l_num_range > 0) then
665: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
666: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id

Line 663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);

659: --
660: benutils.write(p_text => fnd_message.get);
661: benutils.write(p_text => sqlerrm);
662: benutils.write(p_text => 'Big Error Occured');
663: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
664: If (l_num_range > 0) then
665: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
666: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
667: ,p_person_selected => l_person_cnt