DBA Data[Home] [Help]

APPS.BEN_DETERMINE_CHC_CTFN dependencies on BEN_ELTBL_CHC_CTFN_API

Line 227: ben_eltbl_chc_ctfn_api.create_eltbl_chc_ctfn(

223: p_program_update_date => sysdate);
224: --
225: else
226: --
227: ben_eltbl_chc_ctfn_api.create_eltbl_chc_ctfn(
228: p_elctbl_chc_ctfn_id => l_elctbl_chc_ctfn_id,
229: p_enrt_ctfn_typ_cd => p_enrt_ctfn_typ_cd,
230: p_rqd_flag => p_rqd_flag,
231: p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,

Line 1085: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN

1081: --
1082: hr_utility.set_location(' l_oipl_rec.elctbl_chc_ctfn_id '||l_oipl_rec.elctbl_chc_ctfn_id,50);
1083: l_ecc_ovn := l_oipl_rec.object_version_number ;
1084: --
1085: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN
1086: (p_elctbl_chc_ctfn_id => l_oipl_rec.elctbl_chc_ctfn_id
1087: ,p_susp_if_ctfn_not_prvd_flag => 'N'
1088: ,p_object_version_number => l_ecc_ovn
1089: ,p_effective_date => trunc(p_effective_date)

Line 1117: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN

1113: --Currently enrolled in this option, so we need to update the flag
1114: l_ecc_ovn := l_oipl_rec.object_version_number ;
1115: --
1116: hr_utility.set_location(' l_oipl_rec.elctbl_chc_ctfn_id '||l_oipl_rec.elctbl_chc_ctfn_id,80);
1117: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN
1118: (p_elctbl_chc_ctfn_id => l_oipl_rec.elctbl_chc_ctfn_id
1119: ,p_susp_if_ctfn_not_prvd_flag => 'N'
1120: ,p_object_version_number => l_ecc_ovn
1121: ,p_effective_date => trunc(p_effective_date)