DBA Data[Home] [Help]

APPS.BEN_MANAGE_DEFAULT_ENRT dependencies on BEN_LF_EVT_CLPS_RESTORE

Line 1725: l_rdefault_table_cnt := nvl( ben_lf_evt_clps_restore.g_reinstated_defaults.LAST, 0) + 1;

1721: not be reinstated*/
1722: hr_utility.set_location ('Defaulted epe '||l_epe(i).elig_per_elctbl_chc_id,199);
1723: hr_utility.set_location ('p_prev_per_in_ler_id '|| p_prev_per_in_ler_id , 5);
1724: if(p_reinstate_dflts_flag = 'Y') then
1725: l_rdefault_table_cnt := nvl( ben_lf_evt_clps_restore.g_reinstated_defaults.LAST, 0) + 1;
1726: ben_lf_evt_clps_restore.g_reinstated_defaults(l_rdefault_table_cnt) := l_epe(i).elig_per_elctbl_chc_id;
1727: end if;
1728: /* End of Enhancement Bug 8716679*/
1729: --Start AMN Bug 14006027 : Default elections has to be made on the

Line 1726: ben_lf_evt_clps_restore.g_reinstated_defaults(l_rdefault_table_cnt) := l_epe(i).elig_per_elctbl_chc_id;

1722: hr_utility.set_location ('Defaulted epe '||l_epe(i).elig_per_elctbl_chc_id,199);
1723: hr_utility.set_location ('p_prev_per_in_ler_id '|| p_prev_per_in_ler_id , 5);
1724: if(p_reinstate_dflts_flag = 'Y') then
1725: l_rdefault_table_cnt := nvl( ben_lf_evt_clps_restore.g_reinstated_defaults.LAST, 0) + 1;
1726: ben_lf_evt_clps_restore.g_reinstated_defaults(l_rdefault_table_cnt) := l_epe(i).elig_per_elctbl_chc_id;
1727: end if;
1728: /* End of Enhancement Bug 8716679*/
1729: --Start AMN Bug 14006027 : Default elections has to be made on the
1730: --Enrollment period start date and not on the effective date.