DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_ELIG_PER_ELC_CHC_API

Line 1777: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc

1773: --
1774: -- Update the allows_dpnt_dsgn_flag to 'N'
1775: --
1776: hr_utility.set_location ('BEEPEAPI_UPD '||l_proc,80);
1777: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc
1778: (p_elig_per_elctbl_chc_id => l_elctbl_chc.elig_per_elctbl_chc_id,
1779: p_alws_dpnt_dsgn_flag => 'N',
1780: p_object_version_number => l_elctbl_chc.object_version_number,
1781: p_effective_date => p_effective_date,

Line 1801: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc

1797: -- Codes, dates, rules, or other codes
1798: -- Now writing dsgn_cd and cvg_cd
1799: --
1800: hr_utility.set_location ('BEEPEAPI_UPD 1 '||l_proc,80);
1801: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc
1802: (p_elig_per_elctbl_chc_id => l_elctbl_chc.elig_per_elctbl_chc_id,
1803: p_alws_dpnt_dsgn_flag => 'Y',
1804: p_object_version_number => l_elctbl_chc.object_version_number,
1805: p_effective_date => p_effective_date,