DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BENUTILS

Line 70: * 20-JUL-1999 Gperry 115.30 genutils -> benutils package rename.

66: * 03-MAr-1999 Stee 115.23 Removed dbms_output.put_line.
67: * 22-MAR-1999 TMathers 115.27 CHanged -MON- to /MM/
68: * 05-Apr-1999 mhoyes 115.28 - Un-datetrack of per_in_ler_f changes.
69: * 10-May-1999 jcarpent 115.29 Check ('VOIDD','BCKDT') for pil stt cd
70: * 20-JUL-1999 Gperry 115.30 genutils -> benutils package rename.
71: * 12-Aug-1999 lmcdonal 115.31 Start support for enterable cvg amounts.
72: * To complete, need task 280 to be done
73: * (changes to benelinf).
74: * 25-Aug-1999 Gperry 115.32 Added ben_env_object call to multithread.

Line 191: g_rec benutils.g_batch_ler_rec;

187: g_package varchar2(80) := 'Ben_manage_default_Enrt';
188: g_max_errors_allowed number(9) := 200;
189: g_persons_errored number(9) := 0;
190: g_persons_procd number(9) := 0;
191: g_rec benutils.g_batch_ler_rec;
192: --
193: -- ===========================================================================
194: -- << Procedure: Write_person_category >>
195: -- ===========================================================================

Line 281: benutils.g_benefit_action_id,

277: business_group_id,
278: object_version_number)
279: values
280: (ben_batch_rate_info_s.nextval,
281: benutils.g_benefit_action_id,
282: p_person_id,
283: l_cache(i).pgm_id,
284: l_cache(i).pl_id,
285: l_cache(i).oipl_id,

Line 313: benutils.g_benefit_action_id,

309: dpnt_person_id)
310: values
311: (ben_batch_dpnt_info_s.nextval,
312: p_person_id,
313: benutils.g_benefit_action_id,
314: p_business_group_id,
315: l_cache(i).pgm_id,
316: l_cache(i).pl_id,
317: l_cache(i).oipl_id,

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

466: dt_fndate.change_ses_date
467: (p_ses_date => l_effective_date,
468: p_commit => l_commit);
469: --
470: l_actn := 'Calling benutils.get_parameter...';
471: benutils.get_parameter(p_business_group_id => p_business_group_Id
472: ,p_batch_exe_cd => 'BENEADEB'
473: ,p_threads => l_threads
474: ,p_chunk_size => l_chunk_size

Line 471: benutils.get_parameter(p_business_group_id => p_business_group_Id

467: (p_ses_date => l_effective_date,
468: p_commit => l_commit);
469: --
470: l_actn := 'Calling benutils.get_parameter...';
471: benutils.get_parameter(p_business_group_id => p_business_group_Id
472: ,p_batch_exe_cd => 'BENEADEB'
473: ,p_threads => l_threads
474: ,p_chunk_size => l_chunk_size
475: ,p_max_errors => g_max_errors_allowed );

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

486: --
487: l_actn := 'Calling ben_batch_utils.ini...';
488: ben_batch_utils.ini;
489: --
490: -- Copy benefit action id to global in benutils package
491: --
492: benutils.g_benefit_action_id := p_benefit_action_id;
493: benutils.g_thread_id := p_thread_id;
494: g_persons_errored := 0;

Line 492: benutils.g_benefit_action_id := p_benefit_action_id;

488: ben_batch_utils.ini;
489: --
490: -- Copy benefit action id to global in benutils package
491: --
492: benutils.g_benefit_action_id := p_benefit_action_id;
493: benutils.g_thread_id := p_thread_id;
494: g_persons_errored := 0;
495: g_persons_procd := 0;
496: open c_parameter;

Line 493: benutils.g_thread_id := p_thread_id;

489: --
490: -- Copy benefit action id to global in benutils package
491: --
492: benutils.g_benefit_action_id := p_benefit_action_id;
493: benutils.g_thread_id := p_thread_id;
494: g_persons_errored := 0;
495: g_persons_procd := 0;
496: open c_parameter;
497: fetch c_parameter into l_parm;

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

599: fnd_message.raise_error;
600: End if;
601: commit;
602: End loop;
603: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
604: commit;
605: --
606: l_actn := 'Calling Log_beneadeb_statistics...';
607: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_procd

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

616: );
617: ben_batch_utils.write_logfile(p_num_pers_processed => g_persons_procd
618: ,p_num_pers_errored => g_persons_errored
619: );
620: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
621: commit;
622: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
623: fnd_message.set_token('PROCEDURE', l_proc);
624: fnd_message.set_token('STEP',l_actn );

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

913: ben_batch_utils.ini(p_actn_cd => 'PROC_INFO');
914: --
915: -- Get chunk_size and Thread values for multi-thread process, and check to
916: --
917: l_actn := 'Calling benutils.get_parameter...';
918: benutils.get_parameter(p_business_group_id => p_business_group_Id
919: ,p_batch_exe_cd => 'BENEADEB'
920: ,p_threads => l_threads
921: ,p_chunk_size => l_chunk_size

Line 918: benutils.get_parameter(p_business_group_id => p_business_group_Id

914: --
915: -- Get chunk_size and Thread values for multi-thread process, and check to
916: --
917: l_actn := 'Calling benutils.get_parameter...';
918: benutils.get_parameter(p_business_group_id => p_business_group_Id
919: ,p_batch_exe_cd => 'BENEADEB'
920: ,p_threads => l_threads
921: ,p_chunk_size => l_chunk_size
922: ,p_max_errors => g_max_errors_allowed);

Line 924: benutils.g_benefit_action_id := p_benefit_action_id;

920: ,p_threads => l_threads
921: ,p_chunk_size => l_chunk_size
922: ,p_max_errors => g_max_errors_allowed);
923: --
924: benutils.g_benefit_action_id := p_benefit_action_id;
925: benutils.g_thread_id := 99;
926: --
927: -- Create benefit actions parameters in the benefit action table.
928: -- Do not create if a benefit action already exists, in other words

Line 925: benutils.g_thread_id := 99;

921: ,p_chunk_size => l_chunk_size
922: ,p_max_errors => g_max_errors_allowed);
923: --
924: benutils.g_benefit_action_id := p_benefit_action_id;
925: benutils.g_thread_id := 99;
926: --
927: -- Create benefit actions parameters in the benefit action table.
928: -- Do not create if a benefit action already exists, in other words
929: -- we are doing a restart.

Line 971: benutils.g_benefit_action_id := l_benefit_action_id;

967: ,p_program_application_id => fnd_global.prog_appl_id
968: ,p_program_id => fnd_global.conc_program_id
969: ,p_program_update_date => sysdate);
970: --
971: benutils.g_benefit_action_id := l_benefit_action_id;
972: --
973: -- Now lets create person actions for all the people we are going to
974: -- process in the BENEADEB run.
975: --

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

1259: Exception
1260: --
1261: when l_silent_error then
1262: ben_batch_utils.write(p_text => fnd_message.get);
1263: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1264: If (l_num_ranges > 0) then
1265: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1266: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1267: ,p_person_selected => l_num_persons

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

1275: ,p_rpt_flag => TRUE );
1276: ben_batch_utils.write(p_text => fnd_message.get);
1277: ben_batch_utils.write(p_text => sqlerrm);
1278: ben_batch_utils.write(p_text => 'Big Error Occured');
1279: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
1280: If (l_num_ranges > 0) then
1281: ben_batch_utils.check_all_slaves_finished(p_rpt_flag => TRUE);
1282: ben_batch_utils.end_process(p_benefit_action_id => l_benefit_action_id
1283: ,p_person_selected => l_num_persons

Line 2055: benutils.write(p_rec => g_rec);

2051: g_rec.cvrge_rt_prem_flag := 'N';
2052: g_rec.business_group_id := p_business_group_id;
2053: g_rec.effective_date := p_effective_date;
2054: --
2055: benutils.write(p_rec => g_rec);
2056: --
2057: g_persons_procd := g_persons_procd + 1;
2058: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2059: hr_utility.set_location ('Leaving '|| l_proc,10);

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

2054: --
2055: benutils.write(p_rec => g_rec);
2056: --
2057: g_persons_procd := g_persons_procd + 1;
2058: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2059: hr_utility.set_location ('Leaving '|| l_proc,10);
2060: Exception
2061: When others then
2062: rollback to process_default_enrt_savepoint;

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

2083: ,p_person_id => p_person_id
2084: ,p_business_group_id => p_business_group_id
2085: ,p_effective_date => p_effective_date
2086: );
2087: benutils.write_table_and_file(p_table => TRUE, p_file => TRUE);
2088: raise ben_batch_utils.g_record_error;
2089: end process_default_enrt;
2090:
2091: -- ============================================================================