DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_MANAGE_UNRES_LIFE_EVENTS

Line 1339: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists

1335: if l_env.mode_cd in ('U','R') then
1336: --
1337: hr_utility.set_location ('inside ',11);
1338: /*j
1339: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists
1340: (p_PER_IN_LER_ID => 1 --l_per_in_ler.per_in_ler_id
1341: ,p_ELIG_PER_ID => 1 --l_elig_per_id
1342: ,p_ELIG_PER_OPT_ID => 1 --l_elig_per_opt_id
1343: ,p_DPNT_PERSON_ID =>1 --l_contact.contact_person_id

Line 1346: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists

1342: ,p_ELIG_PER_OPT_ID => 1 --l_elig_per_opt_id
1343: ,p_DPNT_PERSON_ID =>1 --l_contact.contact_person_id
1344: );
1345: */
1346: l_elig_dpnt_id := ben_manage_unres_life_events.egd_exists
1347: (p_PER_IN_LER_ID => 1
1348: ,p_ELIG_PER_ID => 1
1349: ,p_ELIG_PER_OPT_ID => 1
1350: ,p_DPNT_PERSON_ID =>1

Line 1356: ben_manage_unres_life_events.update_elig_dpnt

1352: hr_utility.set_location ('after',12);
1353: end if;
1354: if l_elig_dpnt_id is not null then
1355: --
1356: ben_manage_unres_life_events.update_elig_dpnt
1357: (p_elig_dpnt_id => l_elig_dpnt_id
1358: ,p_create_dt => l_lf_evt_ocrd_dt
1359: ,p_business_group_id => p_business_group_id
1360: ,p_elig_per_elctbl_chc_id => null