DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_PROCESS dependencies on BEN_PLAN_BENEFICIARY_API

Line 2671: ben_plan_beneficiary_api.create_plan_beneficiary

2667: --
2668: IF l_bnf.pl_bnf_id IS NULL and l_prtt_enrt_rslt_id IS NOT NULL and
2669: l_dsgn_thru_dt IS NULL THEN
2670: --
2671: ben_plan_beneficiary_api.create_plan_beneficiary
2672: ( p_validate => p_validate
2673: ,p_pl_bnf_id => l_pl_bnf_id
2674: ,p_effective_start_date => l_dummy_date
2675: ,p_effective_end_date => l_dummy_date

Line 2700: ben_plan_beneficiary_api.update_plan_beneficiary

2696: ELSE
2697: l_dt_mode := hr_api.g_correction ;
2698: END IF ;
2699: --
2700: ben_plan_beneficiary_api.update_plan_beneficiary
2701: ( p_validate => p_validate
2702: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2703: ,p_effective_start_date => l_dummy_date
2704: ,p_effective_end_date => l_dummy_date

Line 2726: ben_plan_beneficiary_api.update_plan_beneficiary

2722: ELSIF l_bnf.pl_bnf_id IS NOT NULL AND l_dsgn_thru_dt IS NOT NULL THEN
2723: --
2724: IF l_bnf.effective_start_date < p_effective_date THEN
2725: l_dt_mode := hr_api.g_update ;
2726: ben_plan_beneficiary_api.update_plan_beneficiary
2727: ( p_validate => p_validate
2728: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2729: ,p_effective_start_date => l_dummy_date
2730: ,p_effective_end_date => l_dummy_date

Line 2751: ben_plan_beneficiary_api.delete_plan_beneficiary

2747: --
2748: ELSE
2749: --
2750: l_dt_mode := hr_api.g_zap ;
2751: ben_plan_beneficiary_api.delete_plan_beneficiary
2752: (p_validate => p_validate
2753: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2754: ,p_effective_start_date => l_dummy_date
2755: ,p_effective_end_date => l_dummy_date

Line 2786: buff => 'Calling ben_plan_beneficiary_api.bnf_actn_items');

2782: IF l_record_typ_cd = 'POST' THEN
2783: --
2784: fnd_file.put_line
2785: (which => fnd_file.log,
2786: buff => 'Calling ben_plan_beneficiary_api.bnf_actn_items');
2787: --
2788: ben_plan_beneficiary_api.bnf_actn_items(
2789: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2790: ,p_pl_bnf_id => l_bnf.pl_bnf_id

Line 2788: ben_plan_beneficiary_api.bnf_actn_items(

2784: fnd_file.put_line
2785: (which => fnd_file.log,
2786: buff => 'Calling ben_plan_beneficiary_api.bnf_actn_items');
2787: --
2788: ben_plan_beneficiary_api.bnf_actn_items(
2789: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2790: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2791: ,p_effective_date => p_effective_date
2792: ,p_business_group_id => p_business_group_id