DBA Data[Home] [Help]

APPS.BEN_DETERMINE_CHC_CTFN dependencies on BEN_ELTBL_CHC_CTFN_API

Line 229: ben_eltbl_chc_ctfn_api.create_eltbl_chc_ctfn(

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

Line 1089: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN

1085: --
1086: hr_utility.set_location(' l_oipl_rec.elctbl_chc_ctfn_id '||l_oipl_rec.elctbl_chc_ctfn_id,50);
1087: l_ecc_ovn := l_oipl_rec.object_version_number ;
1088: --
1089: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN
1090: (p_elctbl_chc_ctfn_id => l_oipl_rec.elctbl_chc_ctfn_id
1091: ,p_susp_if_ctfn_not_prvd_flag => 'N'
1092: ,p_object_version_number => l_ecc_ovn
1093: ,p_effective_date => trunc(p_effective_date)

Line 1121: ben_ELTBL_CHC_CTFN_api.update_ELTBL_CHC_CTFN

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