DBA Data[Home] [Help]

APPS.BEN_DETERMINE_DPNT_ELIGIBILITY dependencies on BEN_ELIG_PER_ELC_CHC_API

Line 1761: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc

1757: --
1758: -- Update the allows_dpnt_dsgn_flag to 'N'
1759: --
1760: hr_utility.set_location ('BEEPEAPI_UPD '||l_proc,80);
1761: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc
1762: (p_elig_per_elctbl_chc_id => l_elctbl_chc.elig_per_elctbl_chc_id,
1763: p_alws_dpnt_dsgn_flag => 'N',
1764: p_object_version_number => l_elctbl_chc.object_version_number,
1765: p_effective_date => p_effective_date,

Line 1785: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc

1781: -- Codes, dates, rules, or other codes
1782: -- Now writing dsgn_cd and cvg_cd
1783: --
1784: hr_utility.set_location ('BEEPEAPI_UPD 1 '||l_proc,80);
1785: ben_elig_per_elc_chc_api.update_perf_elig_per_elc_chc
1786: (p_elig_per_elctbl_chc_id => l_elctbl_chc.elig_per_elctbl_chc_id,
1787: p_alws_dpnt_dsgn_flag => 'Y',
1788: p_object_version_number => l_elctbl_chc.object_version_number,
1789: p_effective_date => p_effective_date,