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

5437: -- otherwise we need to initialize the environment
5438: --
5439: if fnd_global.conc_request_id = -1 then
5440: --
5441: ben_env_object.init(p_business_group_id => p_business_group_id,
5442: p_effective_date => p_effective_date,
5443: p_thread_id => 1,
5444: p_chunk_size => 1,
5445: p_threads => 1,

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

8461: l_datetrack_mode := hr_api.g_update;
8462: end if;
8463: end if;
8464: --
8465: ben_env_object.init(p_business_group_id => p_business_group_id,
8466: p_effective_date => p_effective_date,
8467: p_thread_id => 1,
8468: p_chunk_size => 1,
8469: p_threads => 1,