DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on BEN_SSPNDD_ENROLLMENT

Line 560: ben_sspndd_enrollment.g_interim_flag := 'Y';

556: hr_utility.set_location('l_interim '|| l_interim, 10);
557: --
558: IF l_interim = 'Y' THEN
559: --
560: ben_sspndd_enrollment.g_interim_flag := 'Y';
561: ben_sspndd_enrollment.g_use_new_result:=true;
562: hr_utility.set_location('Before ERL Interim call',20);
563: --
564: END IF;

Line 561: ben_sspndd_enrollment.g_use_new_result:=true;

557: --
558: IF l_interim = 'Y' THEN
559: --
560: ben_sspndd_enrollment.g_interim_flag := 'Y';
561: ben_sspndd_enrollment.g_use_new_result:=true;
562: hr_utility.set_location('Before ERL Interim call',20);
563: --
564: END IF;
565: --

Line 757: ben_sspndd_enrollment.g_interim_flag := 'N';

753: --
754: --ERL for Interim Handling
755: IF l_interim = 'Y' THEN
756: --
757: ben_sspndd_enrollment.g_interim_flag := 'N';
758: ben_sspndd_enrollment.g_use_new_result:=false;
759: --
760: -- Now update the suspended enrollment with newly cteated interim id.
761: --

Line 758: ben_sspndd_enrollment.g_use_new_result:=false;

754: --ERL for Interim Handling
755: IF l_interim = 'Y' THEN
756: --
757: ben_sspndd_enrollment.g_interim_flag := 'N';
758: ben_sspndd_enrollment.g_use_new_result:=false;
759: --
760: -- Now update the suspended enrollment with newly cteated interim id.
761: --
762: hr_utility.set_location('After ERL Interim call ELINF',20);

Line 802: if p_enrt_mthd_cd <> 'A' and l_call_multi_rows and nvl(ben_sspndd_enrollment.g_cfw_flag,'Y') = 'N' then

798: close c_enrt_rslt;
799: --BUG 4709601 we don't need to call this in carry forward action items process
800: /* Bug 12938378: Do not call multi_rows_edit from 'process_post_results' when Automatic enrollments are applied.multi-row edit is called and the enrollment results are terminated since the per_in_ler_id
801: has not been updated with the current per_in_ler_id. Call multi_rows_edit when p_enrt_mthd_cd <> 'A' */
802: if p_enrt_mthd_cd <> 'A' and l_call_multi_rows and nvl(ben_sspndd_enrollment.g_cfw_flag,'Y') = 'N' then
803:
804: ben_prtt_enrt_result_api.multi_rows_edit(
805: p_person_id => p_person_id
806: ,p_effective_date =>p_effective_date