DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 1355: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists

1351: if l_env.mode_cd in ('U','R') then
1352: --
1353: hr_utility.set_location ('inside ',11);
1354: /*j
1355: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists
1356: (p_PER_IN_LER_ID => 1 --l_per_in_ler.per_in_ler_id
1357: ,p_ELIG_PER_ID => 1 --l_elig_per_id
1358: ,p_ELIG_PER_OPT_ID => 1 --l_elig_per_opt_id
1359: ,p_DPNT_PERSON_ID =>1 --l_contact.contact_person_id

Line 1362: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists

1358: ,p_ELIG_PER_OPT_ID => 1 --l_elig_per_opt_id
1359: ,p_DPNT_PERSON_ID =>1 --l_contact.contact_person_id
1360: );
1361: */
1362: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists
1363: (p_PER_IN_LER_ID => 1
1364: ,p_ELIG_PER_ID => 1
1365: ,p_ELIG_PER_OPT_ID => 1
1366: ,p_DPNT_PERSON_ID =>1

Line 1372: ben_manage_unres_life_events.update_elig_dpnt

1368: hr_utility.set_location ('after',12);
1369: end if;
1370: if l_elig_dpnt_id is not null then
1371: --
1372: ben_manage_unres_life_events.update_elig_dpnt
1373: (p_elig_dpnt_id => l_elig_dpnt_id
1374: ,p_create_dt => l_lf_evt_ocrd_dt
1375: ,p_business_group_id => p_business_group_id
1376: ,p_elig_per_elctbl_chc_id => null