DBA Data[Home] [Help]

APPS.BEN_ELECTION_INFORMATION dependencies on BEN_ENV_OBJECT

Line 94: 12 Aug 99 gperry 115.40 Added ben_env_object call for cases

90: 04 Jun 99 lmcdonal 115.36 Added loading of result.comp_lvl_cd
91: 11 Jun 99 jcarpent 115.37 Fixed messages.
92: 09 Jul 99 jcarpent 115.38 Added checks for backed out nocopy pil
93: 20 Jul 99 jcarpent 115.39 New result for bnft amt change.
94: 12 Aug 99 gperry 115.40 Added ben_env_object call for cases
95: when the process is being called
96: from forms. This makes all the
97: caching work correctly.
98: 12 Aug 99 GPERRY 115.41 Backported 115.38 to add environment

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

4653: -- otherwise we need to initialize the environment
4654: --
4655: if fnd_global.conc_request_id = -1 then
4656: --
4657: ben_env_object.init(p_business_group_id => p_business_group_id,
4658: p_effective_date => p_effective_date,
4659: p_thread_id => 1,
4660: p_chunk_size => 1,
4661: p_threads => 1,

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

7336: l_datetrack_mode := hr_api.g_update;
7337: end if;
7338: end if;
7339: --
7340: ben_env_object.init(p_business_group_id => p_business_group_id,
7341: p_effective_date => p_effective_date,
7342: p_thread_id => 1,
7343: p_chunk_size => 1,
7344: p_threads => 1,