DBA Data[Home] [Help]

APPS.BEN_BACK_OUT_LIFE_EVENT dependencies on BEN_ELIG_PERSON_OPTION_API

Line 4433: ben_elig_person_option_api.delete_elig_person_option

4429: --
4430: -- Delete from the appropriate API.
4431: --
4432: if l_effective_date <> hr_api.g_eot and nvl(p_copy_only,'N') <> 'Y' then
4433: ben_elig_person_option_api.delete_elig_person_option
4434: (p_validate => false,
4435: p_elig_per_opt_id => l_pk_id,
4436: p_effective_start_date => l_effective_start_date,
4437: p_effective_end_date => l_effective_end_date,