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 1967: ben_determine_chc_ctfn.write_ctfn

1963: fetch c_ctfn_received into l_ctfn_received;
1964: close c_ctfn_received;
1965: end if;
1966: if l_ctfn_received='N' then
1967: ben_determine_chc_ctfn.write_ctfn
1968: (p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,
1969: p_enrt_bnft_id => l_enrt_bnft_id,
1970: p_enrt_ctfn_typ_cd => l_ctfn.enrt_ctfn_typ_cd,
1971: p_rqd_flag => l_ctfn.rqd_flag,

Line 2008: ben_determine_chc_ctfn.write_ctfn

2004: if l_ctfn_received='N' then
2005: --
2006: hr_utility.set_location('IK l_ctfn_received=N',99) ;
2007: --
2008: ben_determine_chc_ctfn.write_ctfn
2009: (p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id,
2010: p_enrt_bnft_id => l_enrt_bnft_id,
2011: p_enrt_ctfn_typ_cd => l_ctfn.enrt_ctfn_typ_cd,
2012: p_rqd_flag => l_ctfn.rqd_flag,