DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_ENV_OBJECT

Line 74: * 25-Aug-1999 Gperry 115.32 Added ben_env_object call to multithread.

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.
75: * 25-AUG-1999 Gperry 115.33 Leapfrog of 115.30 with ben_env_object fix.
76: * 25-AUG-1999 Gperry 115.34 Leapfrog of 115.32 with ben_env_object fix.
77: * 14-SEP-1999 shdas 115.35 added bnft_val to election_information
78: * 06-Oct-1999 tguy 115.36 added call to dt_fndate

Line 75: * 25-AUG-1999 Gperry 115.33 Leapfrog of 115.30 with ben_env_object fix.

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.
75: * 25-AUG-1999 Gperry 115.33 Leapfrog of 115.30 with ben_env_object fix.
76: * 25-AUG-1999 Gperry 115.34 Leapfrog of 115.32 with ben_env_object fix.
77: * 14-SEP-1999 shdas 115.35 added bnft_val to election_information
78: * 06-Oct-1999 tguy 115.36 added call to dt_fndate
79: * 19-Oct-1999 maagrawa 115.37 Call to write_table_and_file changed to

Line 76: * 25-AUG-1999 Gperry 115.34 Leapfrog of 115.32 with ben_env_object fix.

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.
75: * 25-AUG-1999 Gperry 115.33 Leapfrog of 115.30 with ben_env_object fix.
76: * 25-AUG-1999 Gperry 115.34 Leapfrog of 115.32 with ben_env_object fix.
77: * 14-SEP-1999 shdas 115.35 added bnft_val to election_information
78: * 06-Oct-1999 tguy 115.36 added call to dt_fndate
79: * 19-Oct-1999 maagrawa 115.37 Call to write_table_and_file changed to
80: * log the messages in the log file.

Line 493: ben_env_object.init(p_business_group_id => p_business_group_id,

489: ,p_max_errors => g_max_errors_allowed );
490: --
491: -- Set up benefits environment
492: --
493: ben_env_object.init(p_business_group_id => p_business_group_id,
494: p_effective_date => l_effective_date,
495: p_thread_id => p_thread_id,
496: p_chunk_size => l_chunk_size,
497: p_threads => l_threads,

Line 1873: ben_env_object.init(p_business_group_id => p_business_group_id,

1869: -- Bug 4421813 Call init so that the person details are available for later procedures
1870:
1871: if l_epe_cnt = 0 and fnd_global.conc_request_id = -1 and p_called_frm_ss then
1872: --
1873: ben_env_object.init(p_business_group_id => p_business_group_id,
1874: p_effective_date => p_effective_date,
1875: p_thread_id => 1,
1876: p_chunk_size => 1,
1877: p_threads => 1,