DBA Data[Home] [Help]

APPS.BEN_SSPNDD_ENROLLMENT dependencies on BEN_LF_EVT_CLPS_RESTORE

Line 1988: if(ben_lf_evt_clps_restore.g_reinstate_interim_flag and ben_lf_evt_clps_restore.g_reinstate_interim_chc_id is not null) then

1984:
1985: /*Added for Bug 7426609 */
1986: /* Instead of determining the new Interim again, modified the code to get the Interim choice epe id for the reprocessed LE
1987: set the approproiate values and return. */
1988: if(ben_lf_evt_clps_restore.g_reinstate_interim_flag and ben_lf_evt_clps_restore.g_reinstate_interim_chc_id is not null) then
1989: p_interim_elctbl_chc_id := ben_lf_evt_clps_restore.g_reinstate_interim_chc_id;
1990:
1991: --Bug 14059090
1992: if p_elig_per_elctbl_chc_id = p_interim_elctbl_chc_id

Line 1989: p_interim_elctbl_chc_id := ben_lf_evt_clps_restore.g_reinstate_interim_chc_id;

1985: /*Added for Bug 7426609 */
1986: /* Instead of determining the new Interim again, modified the code to get the Interim choice epe id for the reprocessed LE
1987: set the approproiate values and return. */
1988: if(ben_lf_evt_clps_restore.g_reinstate_interim_flag and ben_lf_evt_clps_restore.g_reinstate_interim_chc_id is not null) then
1989: p_interim_elctbl_chc_id := ben_lf_evt_clps_restore.g_reinstate_interim_chc_id;
1990:
1991: --Bug 14059090
1992: if p_elig_per_elctbl_chc_id = p_interim_elctbl_chc_id
1993: then

Line 2013: ben_lf_evt_clps_restore.g_reinstate_interim_flag := false;

2009: hr_utility.set_location('dflt_to_asn_pndg_ctfn_cd='||l_DFLT_TO_ASN_PNDG_CTFN_CD,9991);
2010: hr_utility.set_location('interim_action='||l_interim_action,9991);
2011: hr_utility.set_location('interim_bnf='||p_interim_enrt_bnft_id,9991);
2012: hr_utility.set_location('p_interim_enrt_rslt_id='||p_interim_enrt_rslt_id,9991);
2013: ben_lf_evt_clps_restore.g_reinstate_interim_flag := false;
2014: return;
2015: end if;
2016: /*Ended for Bug 7426609 */
2017: