DBA Data[Home] [Help]

APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_PROC_COMMON_ENRT_RSLT

Line 1174: ben_proc_common_enrt_rslt.process_post_results

1170: if l_choice_info.pgm_id is null then
1171: --
1172: -- Invoke post result process
1173: --
1174: ben_proc_common_enrt_rslt.process_post_results
1175: (p_person_id => p_person_id,
1176: p_enrt_mthd_cd => 'A',
1177: p_effective_date => l_effective_dt,
1178: p_business_group_id => p_business_group_id,

Line 1180: ben_proc_common_enrt_rslt.process_post_enrollment

1176: p_enrt_mthd_cd => 'A',
1177: p_effective_date => l_effective_dt,
1178: p_business_group_id => p_business_group_id,
1179: p_per_in_ler_id => l_per_in_ler_id);
1180: ben_proc_common_enrt_rslt.process_post_enrollment
1181: (p_per_in_ler_id => l_per_in_ler_id,
1182: p_pgm_id => l_choice_info.pgm_id,
1183: p_pl_id => l_choice_info.pl_id,
1184: p_cls_enrt_flag => l_cls_enrt_flag,

Line 1218: ben_proc_common_enrt_rslt.process_post_results

1214: if l_prev_pgm_id is not null then
1215: --
1216: -- Invoke post result process
1217: --
1218: ben_proc_common_enrt_rslt.process_post_results
1219: (p_person_id => p_person_id,
1220: p_enrt_mthd_cd => 'A',
1221: --bug#1420160 p_effective_date => l_rec.effective_date,
1222: p_effective_date => l_effective_dt,

Line 1225: ben_proc_common_enrt_rslt.process_post_enrollment

1221: --bug#1420160 p_effective_date => l_rec.effective_date,
1222: p_effective_date => l_effective_dt,
1223: p_business_group_id => p_business_group_id,
1224: p_per_in_ler_id => l_per_in_ler_id);
1225: ben_proc_common_enrt_rslt.process_post_enrollment
1226: (p_per_in_ler_id => l_per_in_ler_id,
1227: p_pgm_id => l_prev_pgm_id,
1228: p_pl_id => null,
1229: p_enrt_mthd_cd => 'A',

Line 1266: ben_proc_common_enrt_rslt.process_post_results

1262: --
1263: --
1264: -- Invoke post result process
1265: --
1266: ben_proc_common_enrt_rslt.process_post_results
1267: (p_person_id => p_person_id,
1268: p_enrt_mthd_cd => 'A',
1269: -- bug#1420160 p_effective_date => l_rec.effective_date,
1270: p_effective_date => l_effective_dt,

Line 1273: ben_proc_common_enrt_rslt.process_post_enrollment

1269: -- bug#1420160 p_effective_date => l_rec.effective_date,
1270: p_effective_date => l_effective_dt,
1271: p_business_group_id => p_business_group_id,
1272: p_per_in_ler_id => l_per_in_ler_id);
1273: ben_proc_common_enrt_rslt.process_post_enrollment
1274: (p_per_in_ler_id => l_per_in_ler_id,
1275: p_pgm_id => l_prev_pgm_id,
1276: p_pl_id => null,
1277: p_enrt_mthd_cd => 'A',

Line 1319: ben_proc_common_enrt_rslt.process_post_results

1315: p_business_group_id => p_business_group_id,
1316: p_pgm_id => l_pgm_pnip_id.pgm_id
1317: );
1318: --
1319: ben_proc_common_enrt_rslt.process_post_results
1320: (p_person_id => p_person_id,
1321: p_enrt_mthd_cd => 'A',
1322: p_effective_date => least(p_effective_date,ll_lf_evt_ocrd_dt),
1323: p_business_group_id => p_business_group_id,

Line 1331: ben_proc_common_enrt_rslt.process_post_results

1327: elsif l_pgm_pnip_id.pl_id is not null then -- PNIP
1328: --
1329: l_prev_pl_id := l_pgm_pnip_id.pl_id;
1330: --
1331: ben_proc_common_enrt_rslt.process_post_results
1332: (p_person_id => p_person_id,
1333: p_enrt_mthd_cd => 'A',
1334: p_effective_date => least(p_effective_date,ll_lf_evt_ocrd_dt),
1335: p_business_group_id => p_business_group_id,

Line 1350: ben_proc_common_enrt_rslt.process_post_enrollment

1346: if l_cursor then
1347: --
1348: if l_prev_pgm_id <> -99999 and l_prev_pl_id = -99999 then --only plan in pgm exist
1349: --
1350: ben_proc_common_enrt_rslt.process_post_enrollment
1351: (p_per_in_ler_id => l_per_in_ler_id,
1352: p_pgm_id => l_prev_pgm_id,
1353: p_pl_id => null,
1354: p_enrt_mthd_cd => 'A',

Line 1364: ben_proc_common_enrt_rslt.process_post_enrollment

1360: );
1361: --
1362: elsif l_prev_pgm_id = -99999 and l_prev_pl_id <> -99999 then --only plan not in pgm exist
1363: --
1364: ben_proc_common_enrt_rslt.process_post_enrollment
1365: (p_per_in_ler_id => l_per_in_ler_id,
1366: p_pgm_id => null,
1367: p_pl_id => l_prev_pl_id,
1368: p_enrt_mthd_cd => 'A',

Line 1378: ben_proc_common_enrt_rslt.process_post_enrollment --both plan in pgm and not in pgm exist

1374: );
1375: --
1376: else
1377: --
1378: ben_proc_common_enrt_rslt.process_post_enrollment --both plan in pgm and not in pgm exist
1379: (p_per_in_ler_id => l_per_in_ler_id,
1380: p_pgm_id => l_prev_pgm_id,
1381: p_pl_id => null,
1382: p_enrt_mthd_cd => 'A',