DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_ELIGIBLE_PERSON_API

Line 4639: ben_eligible_person_api.delete_eligible_person

4635: --
4636: -- Delete from the appropriate API.
4637: --
4638: if l_effective_date <> hr_api.g_eot and nvl(p_copy_only,'N') <> 'Y' then
4639: ben_eligible_person_api.delete_eligible_person
4640: (p_validate => false,
4641: p_elig_per_id => l_pk_id,
4642: p_effective_start_date => l_effective_start_date,
4643: p_effective_end_date => l_effective_end_date,