DBA Data[Home] [Help]

APPS.BEN_PTU_LER dependencies on BEN_ENV_OBJECT

Line 145: l_env ben_env_object.g_global_env_rec_type;

141: --
142: l_rule_overrides_flag VARCHAR2(1);
143: l_chg_mandatory_cd VARCHAR2(1);
144: l_trigger boolean := TRUE;
145: l_env ben_env_object.g_global_env_rec_type;
146: --
147: begin
148: -- Bug 3320133
149: benutils.set_data_migrator_mode;

Line 235: ben_env_object.get(p_rec => l_env);

231: --
232: -- Get current environment effective date. The session date
233: -- is the effective end date of the person type usage. Bug 4896588.
234: --
235: ben_env_object.get(p_rec => l_env);
236: --
237: -- RCHASE Bug#5436 Must call env init as caching within
238: -- rule execution will require environment initialization
239: ben_env_object.init(p_business_group_id =>l_business_group_id

Line 239: ben_env_object.init(p_business_group_id =>l_business_group_id

235: ben_env_object.get(p_rec => l_env);
236: --
237: -- RCHASE Bug#5436 Must call env init as caching within
238: -- rule execution will require environment initialization
239: ben_env_object.init(p_business_group_id =>l_business_group_id
240: ,p_effective_date =>l_session_date
241: ,p_thread_id =>0
242: ,p_chunk_size =>5
243: ,p_threads =>1

Line 284: ben_env_object.init(p_business_group_id =>l_env.business_group_id

280: -- effective date. The session date may cause an issue
281: -- in automatic enrollment - Bug 4896588.
282: --
283: if l_env.effective_date is not null then
284: ben_env_object.init(p_business_group_id =>l_env.business_group_id
285: ,p_effective_date =>l_env.effective_date
286: ,p_thread_id =>1
287: ,p_chunk_size =>1
288: ,p_threads =>1