DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on BEN_PRTT_ENRT_RESULT_API

Line 764: ben_prtt_enrt_result_api.get_ben_pen_upd_dt_mode

760: -- Now update the suspended enrollment with newly cteated interim id.
761: --
762: hr_utility.set_location('After ERL Interim call ELINF',20);
763: --
764: ben_prtt_enrt_result_api.get_ben_pen_upd_dt_mode
765: (p_effective_date => p_effective_date
766: ,p_base_key_value => l_suspended_pen_id
767: ,P_desired_datetrack_mode => hr_api.g_correction
768: ,P_datetrack_allow => l_datetrack_mode

Line 774: ben_prtt_enrt_result_api.update_prtt_enrt_result

770: --
771: hr_utility.set_location('After ERL Interim call BEPENDT',20);
772: hr_utility.set_location('l_datetrack_mode '||l_datetrack_mode,10);
773: --
774: ben_prtt_enrt_result_api.update_prtt_enrt_result
775: (p_validate => FALSE,
776: p_prtt_enrt_rslt_id => l_suspended_pen_id,
777: p_effective_start_date => l_dummy_date,
778: p_effective_end_date => l_dummy_date,

Line 804: ben_prtt_enrt_result_api.multi_rows_edit(

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
807: ,p_business_group_id =>p_business_group_id
808: ,p_pgm_id => l_enrt_rslt.pgm_id

Line 1099: ben_prtt_enrt_result_api.multi_rows_edit

1095: ,p_enrt_mthd_cd => p_enrt_mthd_cd
1096: ,p_business_group_id => p_business_group_id
1097: ,p_effective_date => l_effective_date);
1098: --
1099: ben_prtt_enrt_result_api.multi_rows_edit
1100: (p_person_id => p_person_id
1101: ,p_per_in_ler_id => p_per_in_ler_id
1102: ,p_pgm_id => p_pgm_id
1103: ,p_business_group_id => p_business_group_id

Line 1193: ben_prtt_enrt_result_api.multi_rows_edit

1189: ,p_enrt_mthd_cd => p_enrt_mthd_cd
1190: ,p_business_group_id => p_business_group_id
1191: ,p_effective_date => l_effective_date);
1192: --
1193: ben_prtt_enrt_result_api.multi_rows_edit
1194: (p_person_id => p_person_id
1195: ,p_per_in_ler_id => p_per_in_ler_id
1196: ,p_pgm_id => p_pgm_id
1197: ,p_business_group_id => p_business_group_id