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: 18-Oct-12 amnaraya 115.15 Bug 14383515: Created new procedures validate_national_identifier_w and
52: check_ni_unique_w for validating and checking the uniqueness of the SSN
53: respectively.

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

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

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

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