DBA Data[Home] [Help]

APPS.BEN_CARRY_FORWARD_ITEMS dependencies on BEN_PROC_COMMON_ENRT_RSLT

Line 1572: ben_proc_common_enrt_rslt.process_post_results

1568: if l_choice_info.pgm_id is null then
1569: --
1570: -- Invoke post result process
1571: --
1572: ben_proc_common_enrt_rslt.process_post_results
1573: (p_person_id => p_person_id,
1574: p_enrt_mthd_cd => 'E',
1575: p_effective_date => l_effective_dt,
1576: p_business_group_id => p_business_group_id,

Line 1580: ben_proc_common_enrt_rslt.process_post_enrollment

1576: p_business_group_id => p_business_group_id,
1577: p_per_in_ler_id => l_per_in_ler_id);
1578: --
1579: /*
1580: ben_proc_common_enrt_rslt.process_post_enrollment
1581: (p_per_in_ler_id => l_per_in_ler_id,
1582: p_pgm_id => l_choice_info.pgm_id,
1583: p_pl_id => l_choice_info.pl_id,
1584: p_cls_enrt_flag => l_cls_enrt_flag,

Line 1621: ben_proc_common_enrt_rslt.process_post_results

1617: if l_prev_pgm_id is not null then
1618: --
1619: -- Invoke post result process
1620: --
1621: ben_proc_common_enrt_rslt.process_post_results
1622: (p_person_id => p_person_id,
1623: p_enrt_mthd_cd => 'E',
1624: p_effective_date => l_effective_dt,
1625: p_business_group_id => p_business_group_id,

Line 1628: ben_proc_common_enrt_rslt.process_post_enrollment

1624: p_effective_date => l_effective_dt,
1625: p_business_group_id => p_business_group_id,
1626: p_per_in_ler_id => l_per_in_ler_id);
1627: /*
1628: ben_proc_common_enrt_rslt.process_post_enrollment
1629: (p_per_in_ler_id => l_per_in_ler_id,
1630: p_pgm_id => l_prev_pgm_id,
1631: p_pl_id => null,
1632: p_enrt_mthd_cd => 'E',

Line 1672: ben_proc_common_enrt_rslt.process_post_results

1668: --
1669: --
1670: -- Invoke post result process
1671: --
1672: ben_proc_common_enrt_rslt.process_post_results
1673: (p_person_id => p_person_id,
1674: p_enrt_mthd_cd => 'E',
1675: p_effective_date => l_effective_dt,
1676: p_business_group_id => p_business_group_id,

Line 1680: ben_proc_common_enrt_rslt.process_post_enrollment

1676: p_business_group_id => p_business_group_id,
1677: p_per_in_ler_id => l_per_in_ler_id);
1678: --
1679: /*
1680: ben_proc_common_enrt_rslt.process_post_enrollment
1681: (p_per_in_ler_id => l_per_in_ler_id,
1682: p_pgm_id => l_prev_pgm_id,
1683: p_pl_id => null,
1684: p_enrt_mthd_cd => 'E',