DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COVERAGE dependencies on BEN_DETERMINE_CHC_CTFN

Line 108: 02-Nov-99 maagrawa 115.44 Made call to BEN_DETERMINE_CHC_CTFN

104: if statement. this fixed bug 3692
105: 14-OCT-99 maagrawa 115.43 Modified level jumping logic.
106: Major change in chk_bnft_ctfn
107: procedure.
108: 02-Nov-99 maagrawa 115.44 Made call to BEN_DETERMINE_CHC_CTFN
109: .write_ctfn to write level jumping
110: ctfns for the benefit records.
111: 15-Nov-99 mhoyes 115.45 - Added trace messages.
112: 19-Nov-99 pbodla 115.46 - p_elig_per_elctbl_chc_id parameter

Line 355: ben_determine_chc_ctfn.write_ctfn in procedure main

351: 12-Oct-2006 ikasired 115.154 Bug 5596907 fix for carryforward to use right bnft record
352: 3-Nov-2006 rgajula 115.156 Bug 5637851 : Added nvl clauses in chk_bnft_ctfn.
353: 27-Nov-2006 rgajula 115.157 Bug 5679097: Fix of regression for bug 5637851
354: 23-Feb-2007 swjain 115.158 Bug 5887665: Passed ctfn_determine_cd in call to
355: ben_determine_chc_ctfn.write_ctfn in procedure main
356: 02-Mar-2007 ssarkar 115.159 Bug 5900235 : write_ctfn to be called for RL if ctfn_rqd is true
357: 22-Mar-2007 rgajula 115.161 Bug 5942733 : Removed the NVL clause which was causing the max_wout_cert to be set to max and causing unnecessary UI issues.
358: 28-Mar-2007 swjain 115.162 Bug 5933576 : Added code in procedure main to check benefit certifications for 'NSVU' calculation method as well
359: 30-Mar-2007 swjain 115.163 Bug 5933576 : When vr_val is null, then set it to default val in procedure main

Line 2176: ben_determine_chc_ctfn.write_ctfn

2172: end if ;
2173: --Bug 14137476
2174:
2175: if l_ctfn_received='N' then
2176: ben_determine_chc_ctfn.write_ctfn
2177: (p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,
2178: p_enrt_bnft_id => l_enrt_bnft_id,
2179: p_enrt_ctfn_typ_cd => l_ctfn.enrt_ctfn_typ_cd,
2180: p_rqd_flag => l_ctfn.rqd_flag,

Line 2217: ben_determine_chc_ctfn.write_ctfn

2213: if l_ctfn_received='N' then
2214: --
2215: hr_utility.set_location('IK l_ctfn_received=N',99) ;
2216: --
2217: ben_determine_chc_ctfn.write_ctfn
2218: (p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,
2219: p_enrt_bnft_id => l_enrt_bnft_id,
2220: p_enrt_ctfn_typ_cd => l_ctfn.enrt_ctfn_typ_cd,
2221: p_rqd_flag => l_ctfn.rqd_flag,

Line 2269: ben_determine_chc_ctfn.write_ctfn

2265: hr_utility.set_location('p_elig_per_elctbl_chc_id : '||p_elig_per_elctbl_chc_id,99) ;
2266: hr_utility.set_location('l_prev_le_cert.enrt_ctfn_typ_cd : '||l_prev_le_cert.enrt_ctfn_typ_cd,99) ;
2267: hr_utility.set_location('l_enrt_bnft_id : '||l_enrt_bnft_id,99) ;
2268: hr_utility.set_location('l_prev_le_cert.enrt_ctfn_typ_cd : '||l_prev_le_cert.enrt_ctfn_typ_cd,99) ;
2269: ben_determine_chc_ctfn.write_ctfn
2270: (p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,
2271: p_enrt_bnft_id => l_enrt_bnft_id,
2272: p_enrt_ctfn_typ_cd => l_prev_le_cert.enrt_ctfn_typ_cd,
2273: p_rqd_flag => l_prev_le_cert.rqd_flag,