DBA Data[Home] [Help]

APPS.BEN_PROC_COMMON_ENRT_RSLT dependencies on BEN_PROC_COMMON_ENRT_RSLT

Line 1: package body ben_proc_common_enrt_rslt as

1: package body ben_proc_common_enrt_rslt as
2: /* $Header: benprcme.pkb 120.11.12010000.3 2008/10/28 21:27:23 sagnanas ship $ */
3: --------------------------------------------------------------------------------
4: /*
5: +==============================================================================+

Line 129: g_package varchar2(80):='ben_proc_common_enrt_rslt.';

125: 115.58 28-Oct-08 sagnanas 7510533 - Commented pen.per_in_ler_id in cursor c_enrt_rslt
126: */
127: ------------------------------------------------------------------------------
128: g_debug boolean := hr_utility.debug_enabled;
129: g_package varchar2(80):='ben_proc_common_enrt_rslt.';
130: --
131: -- ---------------------------------------------------------------------------
132: -- This procedure was later added to update elctn made dt or assigned dt on pil_popl (yrathman)
133: -- ---------------------------------------------------------------------------

Line 1073: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt

1069: -- l_effective_date := to_date(p_effective_date, 'YYYY/MM/DD');
1070: l_effective_date := p_effective_date ;
1071: end if;
1072: --
1073: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt
1074: (p_validate => l_validate
1075: ,p_per_in_ler_id => p_per_in_ler_id
1076: ,p_pgm_id => p_pgm_id
1077: ,p_pl_id => p_pl_id

Line 1089: ben_proc_common_enrt_rslt.process_post_results

1085: ,p_pgm_id => p_pgm_id
1086: ,p_business_group_id => p_business_group_id
1087: ,p_effective_date => l_effective_date);
1088: --
1089: ben_proc_common_enrt_rslt.process_post_results
1090: (p_validate => l_validate
1091: ,p_person_id => p_person_id
1092: ,p_per_in_ler_id => p_per_in_ler_id
1093: ,p_flx_cr_flag => p_flx_cr_flag

Line 1100: ben_proc_common_enrt_rslt.process_post_enrollment

1096: ,p_effective_date => l_effective_date
1097: ,p_self_service_flag => true
1098: ,p_pl_id => p_pl_id);
1099: --
1100: ben_proc_common_enrt_rslt.process_post_enrollment
1101: (p_validate => l_validate
1102: ,p_person_id => p_person_id
1103: ,p_per_in_ler_id => p_per_in_ler_id
1104: ,p_pgm_id => p_pgm_id

Line 1167: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt

1163: -- l_effective_date := to_date(p_effective_date, 'YYYY/MM/DD');
1164: l_effective_date := p_effective_date ;
1165: end if;
1166: --
1167: ben_proc_common_enrt_rslt.set_elcn_made_or_asnd_dt
1168: (p_validate => l_validate
1169: ,p_per_in_ler_id => p_per_in_ler_id
1170: ,p_pgm_id => p_pgm_id
1171: ,p_pl_id => p_pl_id

Line 1183: ben_proc_common_enrt_rslt.process_post_results

1179: ,p_pgm_id => p_pgm_id
1180: ,p_business_group_id => p_business_group_id
1181: ,p_effective_date => l_effective_date);
1182: --
1183: ben_proc_common_enrt_rslt.process_post_results
1184: (p_validate => l_validate
1185: ,p_person_id => p_person_id
1186: ,p_per_in_ler_id => p_per_in_ler_id
1187: ,p_flx_cr_flag => p_flx_cr_flag

Line 1194: ben_proc_common_enrt_rslt.process_post_enrollment

1190: ,p_effective_date => l_effective_date
1191: ,p_self_service_flag => l_self_service_flag
1192: ,p_pl_id => p_pl_id);
1193: --
1194: ben_proc_common_enrt_rslt.process_post_enrollment
1195: (p_validate => l_validate
1196: ,p_person_id => p_person_id
1197: ,p_per_in_ler_id => p_per_in_ler_id
1198: ,p_pgm_id => p_pgm_id

Line 1214: end ben_proc_common_enrt_rslt;

1210: ben_det_enrt_rates.clear_globals;
1211: --
1212: end process_post_enrt_calls_w;
1213:
1214: end ben_proc_common_enrt_rslt;