DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIG_SS dependencies on BEN_ENV_OBJECT

Line 49: 12-Sep-07 vborkar 115.14 6279654 - Called ben_env_object.init to initialize

45: manner.
46: 26-May-06 bmanyam 115.13 5100008 - EGD elig_thru_dt is the
47: date eligibility is lost. Previously the elig_thru_dt
48: was updated with PDP cvg_thru_dt.
49: 12-Sep-07 vborkar 115.14 6279654 - Called ben_env_object.init to initialize
50: business_group_id and effective_date in the environment record.
51: */
52: --------------------------------------------------------------------------------+
53: --

Line 283: if ben_env_object.g_global_env_rec.business_group_id is null then

279: hr_utility.set_location ('Entering '|| l_proc,10);
280: --6279654
281: if fnd_global.conc_request_id = -1 then
282: --
283: if ben_env_object.g_global_env_rec.business_group_id is null then
284: --
285: open c_bg_id;
286: fetch c_bg_id into l_business_group_id;
287: close c_bg_id;

Line 292: ben_env_object.init(p_business_group_id => l_business_group_id,

288:
289: hr_utility.set_location ('business_group_id '|| l_business_group_id, 8085);
290: hr_utility.set_location ('effective_date '|| p_effective_date, 8085);
291:
292: ben_env_object.init(p_business_group_id => l_business_group_id,
293: p_effective_date => p_effective_date,
294: p_thread_id => 1,
295: p_chunk_size => 1,
296: p_threads => 1,