DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_ACTION_ITEMS dependencies on BEN_LF_EVT_CLPS_RESTORE

Line 6350: if(l_epe.ctfn_rqd_flag = 'Y' and ben_lf_evt_clps_restore.g_create_new_result = 'N') then

6346: (Action item denied) before backing out the LE and interim and suspended corresponds to same plan(ie only
6347: on epe record), on reinstating the election, result should not be suspended because before backing out
6348: the LE, the reinstated result is not an suspended enrollment. Added check g_create_new_result.
6349: This is continuation of Bug 9538592 */
6350: if(l_epe.ctfn_rqd_flag = 'Y' and ben_lf_evt_clps_restore.g_create_new_result = 'N') then
6351: --
6352: if g_debug then
6353: hr_utility.set_location('CTFN rqd flag is Y', 10);
6354: hr_utility.set_location('l_actn_exists '||l_actn_exists,10);