DBA Data[Home] [Help]

APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_SSPNDD_ENROLLMENT

Line 1179: ben_sspndd_enrollment.g_cfw_flag := 'Y';

1175: -- ben_env_object.get(p_rec => l_rec);
1176: --
1177: hr_utility.set_location('Effective date: '||p_effective_date,10);
1178: --
1179: ben_sspndd_enrollment.g_cfw_flag := 'Y';
1180: --
1181: l_pen_count := 0;
1182: l_crd_fwd_pen_id.delete;
1183: --

Line 1367: -- ben_sspndd_enrollment.g_cfw_flag := 'Y';

1363: --
1364: --END Bug 6519487
1365: --
1366: --Bug 4450214 Moved to the begining of the code
1367: -- ben_sspndd_enrollment.g_cfw_flag := 'Y';
1368: --
1369: ben_election_information.election_information
1370: (p_elig_per_elctbl_chc_id => l_choice_info.elig_per_elctbl_chc_id,
1371: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id, -- l_choice_info.prtt_enrt_rslt_id,

Line 1460: -- ben_sspndd_enrollment.g_cfw_flag := 'N';

1456: p_dpnt_actn_warning => l_dpnt_actn_warning,
1457: p_bnf_actn_warning => l_bnf_actn_warning,
1458: p_ctfn_actn_warning => l_ctfn_actn_warning);
1459: --
1460: -- ben_sspndd_enrollment.g_cfw_flag := 'N';
1461: --
1462: l_choice_info.suspended := l_suspend_flag;
1463: --
1464: if l_choice_info.suspended = 'Y' then

Line 1712: ben_sspndd_enrollment.g_cfw_flag := 'N';

1708:
1709: end loop;
1710: end if;
1711: --
1712: ben_sspndd_enrollment.g_cfw_flag := 'N';
1713: hr_utility.set_location('Leaving: '||l_proc,10);
1714: --
1715: exception
1716: when others then

Line 1717: ben_sspndd_enrollment.g_cfw_flag := 'N';

1713: hr_utility.set_location('Leaving: '||l_proc,10);
1714: --
1715: exception
1716: when others then
1717: ben_sspndd_enrollment.g_cfw_flag := 'N';
1718: raise;
1719:
1720: end process_person;
1721: --