DBA Data[Home] [Help]

APPS.BEN_PRTT_ENRT_RESULT_API dependencies on BEN_PROVIDER_POOLS

Line 2108: ben_provider_pools.accumulate_pools

2104: if p_comp_lvl_cd in ('PLANFC', 'PLANIMP') then
2105: null;
2106: else
2107: if l_global_epe_rec.pgm_id is not null then
2108: ben_provider_pools.accumulate_pools
2109: (p_validate => FALSE
2110: ,p_person_id => p_person_id
2111: ,p_elig_per_elctbl_chc_id => p_elig_per_elctbl_chc_id
2112: ,p_business_group_id => p_business_group_id

Line 3632: ben_provider_pools.create_credit_ledger_entry

3628: ' ; changed val ' || i.val , 1001);
3629: end if;
3630:
3631: if l_prvdd_val is not null and l_prvdd_val <> i.val then
3632: ben_provider_pools.create_credit_ledger_entry
3633: ( p_person_id => p_person_id ,
3634: p_elig_per_elctbl_chc_id => i.elig_per_elctbl_chc_id ,
3635: p_per_in_ler_id => i.per_in_ler_id,
3636: p_business_group_id => p_business_group_id ,

Line 3646: ben_provider_pools.accumulate_pools

3642: open c_elig_per_elctbl_chc;
3643: fetch c_elig_per_elctbl_chc into l_elig_per_elctbl_chc_id;
3644: close c_elig_per_elctbl_chc;
3645:
3646: ben_provider_pools.accumulate_pools
3647: (p_validate => FALSE
3648: ,p_person_id => p_person_id
3649: ,p_elig_per_elctbl_chc_id => l_elig_per_elctbl_chc_id
3650: ,p_business_group_id => p_business_group_id

Line 7443: ben_provider_pools.remove_bnft_prvdd_ldgr

7439: ,p_source => p_source
7440: ,p_enrt_bnft_id => l_pen.enrt_bnft_id);
7441: --
7442: if l_pen.pgm_id is not null then
7443: ben_provider_pools.remove_bnft_prvdd_ldgr
7444: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
7445: ,p_effective_date => p_effective_date
7446: ,p_business_group_id => p_business_group_id
7447: ,p_validate => FALSE

Line 8122: ben_provider_pools.remove_bnft_prvdd_ldgr

8118: end if;
8119: l_step := 127;
8120: --
8121: if l_pen.pgm_id is not null then
8122: ben_provider_pools.remove_bnft_prvdd_ldgr
8123: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8124: ,p_effective_date => p_effective_date
8125: ,p_business_group_id => p_business_group_id
8126: ,p_validate => FALSE

Line 8513: ben_provider_pools.remove_bnft_prvdd_ldgr

8509: --
8510: l_step := 126;
8511: --
8512: if l_pen.pgm_id is not null then
8513: ben_provider_pools.remove_bnft_prvdd_ldgr
8514: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8515: ,p_effective_date => p_effective_date
8516: ,p_business_group_id => p_business_group_id
8517: ,p_validate => FALSE

Line 8655: ben_provider_pools.remove_bnft_prvdd_ldgr

8651: --
8652: l_step := 137;
8653: --
8654: if l_pen.pgm_id is not null then
8655: ben_provider_pools.remove_bnft_prvdd_ldgr
8656: (p_prtt_enrt_rslt_id => p_prtt_enrt_rslt_id
8657: ,p_effective_date => l_eff_dt
8658: ,p_business_group_id => p_business_group_id
8659: ,p_validate => FALSE