DBA Data[Home] [Help]

APPS.BEN_AUTOMATIC_ENROLLMENTS dependencies on BEN_PROC_COMMON_ENRT_RSLT

Line 1181: ben_proc_common_enrt_rslt.process_post_results

1177: if l_choice_info.pgm_id is null then
1178: --
1179: -- Invoke post result process
1180: --
1181: ben_proc_common_enrt_rslt.process_post_results
1182: (p_person_id => p_person_id,
1183: p_enrt_mthd_cd => 'A',
1184: p_effective_date => l_effective_dt,
1185: p_business_group_id => p_business_group_id,

Line 1187: ben_proc_common_enrt_rslt.process_post_enrollment

1183: p_enrt_mthd_cd => 'A',
1184: p_effective_date => l_effective_dt,
1185: p_business_group_id => p_business_group_id,
1186: p_per_in_ler_id => l_per_in_ler_id);
1187: ben_proc_common_enrt_rslt.process_post_enrollment
1188: (p_per_in_ler_id => l_per_in_ler_id,
1189: p_pgm_id => l_choice_info.pgm_id,
1190: p_pl_id => l_choice_info.pl_id,
1191: p_cls_enrt_flag => l_cls_enrt_flag,

Line 1225: ben_proc_common_enrt_rslt.process_post_results

1221: if l_prev_pgm_id is not null then
1222: --
1223: -- Invoke post result process
1224: --
1225: ben_proc_common_enrt_rslt.process_post_results
1226: (p_person_id => p_person_id,
1227: p_enrt_mthd_cd => 'A',
1228: --bug#1420160 p_effective_date => l_rec.effective_date,
1229: p_effective_date => l_effective_dt,

Line 1232: ben_proc_common_enrt_rslt.process_post_enrollment

1228: --bug#1420160 p_effective_date => l_rec.effective_date,
1229: p_effective_date => l_effective_dt,
1230: p_business_group_id => p_business_group_id,
1231: p_per_in_ler_id => l_per_in_ler_id);
1232: ben_proc_common_enrt_rslt.process_post_enrollment
1233: (p_per_in_ler_id => l_per_in_ler_id,
1234: p_pgm_id => l_prev_pgm_id,
1235: p_pl_id => null,
1236: p_enrt_mthd_cd => 'A',

Line 1273: ben_proc_common_enrt_rslt.process_post_results

1269: --
1270: --
1271: -- Invoke post result process
1272: --
1273: ben_proc_common_enrt_rslt.process_post_results
1274: (p_person_id => p_person_id,
1275: p_enrt_mthd_cd => 'A',
1276: -- bug#1420160 p_effective_date => l_rec.effective_date,
1277: p_effective_date => l_effective_dt,

Line 1280: ben_proc_common_enrt_rslt.process_post_enrollment

1276: -- bug#1420160 p_effective_date => l_rec.effective_date,
1277: p_effective_date => l_effective_dt,
1278: p_business_group_id => p_business_group_id,
1279: p_per_in_ler_id => l_per_in_ler_id);
1280: ben_proc_common_enrt_rslt.process_post_enrollment
1281: (p_per_in_ler_id => l_per_in_ler_id,
1282: p_pgm_id => l_prev_pgm_id,
1283: p_pl_id => null,
1284: p_enrt_mthd_cd => 'A',

Line 1326: ben_proc_common_enrt_rslt.process_post_results

1322: p_business_group_id => p_business_group_id,
1323: p_pgm_id => l_pgm_pnip_id.pgm_id
1324: );
1325: --
1326: ben_proc_common_enrt_rslt.process_post_results
1327: (p_person_id => p_person_id,
1328: p_enrt_mthd_cd => 'A',
1329: p_effective_date => least(p_effective_date,ll_lf_evt_ocrd_dt),
1330: p_business_group_id => p_business_group_id,

Line 1338: ben_proc_common_enrt_rslt.process_post_results

1334: elsif l_pgm_pnip_id.pl_id is not null then -- PNIP
1335: --
1336: l_prev_pl_id := l_pgm_pnip_id.pl_id;
1337: --
1338: ben_proc_common_enrt_rslt.process_post_results
1339: (p_person_id => p_person_id,
1340: p_enrt_mthd_cd => 'A',
1341: p_effective_date => least(p_effective_date,ll_lf_evt_ocrd_dt),
1342: p_business_group_id => p_business_group_id,

Line 1357: ben_proc_common_enrt_rslt.process_post_enrollment

1353: if l_cursor then
1354: --
1355: if l_prev_pgm_id <> -99999 and l_prev_pl_id = -99999 then --only plan in pgm exist
1356: --
1357: ben_proc_common_enrt_rslt.process_post_enrollment
1358: (p_per_in_ler_id => l_per_in_ler_id,
1359: p_pgm_id => l_prev_pgm_id,
1360: p_pl_id => null,
1361: p_enrt_mthd_cd => 'A',

Line 1371: ben_proc_common_enrt_rslt.process_post_enrollment

1367: );
1368: --
1369: elsif l_prev_pgm_id = -99999 and l_prev_pl_id <> -99999 then --only plan not in pgm exist
1370: --
1371: ben_proc_common_enrt_rslt.process_post_enrollment
1372: (p_per_in_ler_id => l_per_in_ler_id,
1373: p_pgm_id => null,
1374: p_pl_id => l_prev_pl_id,
1375: p_enrt_mthd_cd => 'A',

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

1381: );
1382: --
1383: else
1384: --
1385: ben_proc_common_enrt_rslt.process_post_enrollment --both plan in pgm and not in pgm exist
1386: (p_per_in_ler_id => l_per_in_ler_id,
1387: p_pgm_id => l_prev_pgm_id,
1388: p_pl_id => null,
1389: p_enrt_mthd_cd => 'A',