DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PROVIDER_POOLS

Line 2190: ben_provider_pools.accumulate_pools

2186: if p_comp_lvl_cd in ('PLANFC', 'PLANIMP') then
2187: null;
2188: else
2189: if l_global_epe_rec.pgm_id is not null then
2190: ben_provider_pools.accumulate_pools
2191: (p_validate => FALSE
2192: ,p_person_id => p_person_id
2193: ,p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id
2194: ,p_business_group_id => p_business_group_id

Line 3827: ben_provider_pools.create_credit_ledger_entry

3823: ' ; changed val ' || i.val , 1001);
3824: end if;
3825:
3826: if l_prvdd_val is not null and l_prvdd_val <> i.val then
3827: ben_provider_pools.create_credit_ledger_entry
3828: ( p_person_id => p_person_id ,
3829: p_elig_per_elctbl_chc_id => i.elig_per_elctbl_chc_id ,
3830: p_per_in_ler_id => i.per_in_ler_id,
3831: p_business_group_id => p_business_group_id ,

Line 3841: ben_provider_pools.accumulate_pools

3837: open c_elig_per_elctbl_chc;
3838: fetch c_elig_per_elctbl_chc into l_elig_per_elctbl_chc_id;
3839: close c_elig_per_elctbl_chc;
3840:
3841: ben_provider_pools.accumulate_pools
3842: (p_validate => FALSE
3843: ,p_person_id => p_person_id
3844: ,p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id
3845: ,p_business_group_id => p_business_group_id

Line 8088: ben_provider_pools.remove_bnft_prvdd_ldgr

8084: ,p_source => p_source
8085: ,p_enrt_bnft_id => l_pen.enrt_bnft_id);
8086: --
8087: if l_pen.pgm_id is not null then
8088: ben_provider_pools.remove_bnft_prvdd_ldgr
8089: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8090: ,p_effective_date => p_effective_date
8091: ,p_business_group_id => p_business_group_id
8092: ,p_validate => FALSE

Line 9350: ben_provider_pools.remove_bnft_prvdd_ldgr

9346: end if;
9347: l_step := 127;
9348: --
9349: if l_pen.pgm_id is not null then
9350: ben_provider_pools.remove_bnft_prvdd_ldgr
9351: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
9352: ,p_effective_date => p_effective_date
9353: ,p_business_group_id => p_business_group_id
9354: ,p_validate => FALSE

Line 9701: ben_provider_pools.remove_bnft_prvdd_ldgr

9697: --
9698: l_step := 126;
9699: --
9700: if l_pen.pgm_id is not null then
9701: ben_provider_pools.remove_bnft_prvdd_ldgr
9702: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
9703: ,p_effective_date => p_effective_date
9704: ,p_business_group_id => p_business_group_id
9705: ,p_validate => FALSE

Line 10096: ben_provider_pools.remove_bnft_prvdd_ldgr

10092: --
10093: l_step := 137;
10094: --
10095: if l_pen.pgm_id is not null then
10096: ben_provider_pools.remove_bnft_prvdd_ldgr
10097: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
10098: ,p_effective_date => l_eff_dt
10099: ,p_business_group_id => p_business_group_id
10100: ,p_validate => FALSE