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 479: ben_env_object.init(p_business_group_id => p_business_group_id,

475: ,p_max_errors => g_max_errors_allowed );
476: --
477: -- Set up benefits environment
478: --
479: ben_env_object.init(p_business_group_id => p_business_group_id,
480: p_effective_date => l_effective_date,
481: p_thread_id => p_thread_id,
482: p_chunk_size => l_chunk_size,
483: p_threads => l_threads,

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

1750: -- Bug 4421813 Call init so that the person details are available for later procedures
1751:
1752: if l_epe_cnt = 0 and fnd_global.conc_request_id = -1 and p_called_frm_ss then
1753: --
1754: ben_env_object.init(p_business_group_id => p_business_group_id,
1755: p_effective_date => p_effective_date,
1756: p_thread_id => 1,
1757: p_chunk_size => 1,
1758: p_threads => 1,