DBA Data[Home] [Help]

APPS.BEN_ENROLLMENT_PROCESS dependencies on BEN_PLAN_BENEFICIARY_API

Line 2704: ben_plan_beneficiary_api.create_plan_beneficiary

2700: --
2701: IF l_bnf.pl_bnf_id IS NULL and l_prtt_enrt_rslt_id IS NOT NULL and
2702: l_dsgn_thru_dt IS NULL THEN
2703: --
2704: ben_plan_beneficiary_api.create_plan_beneficiary
2705: ( p_validate => p_validate
2706: ,p_pl_bnf_id => l_pl_bnf_id
2707: ,p_effective_start_date => l_dummy_date
2708: ,p_effective_end_date => l_dummy_date

Line 2733: ben_plan_beneficiary_api.update_plan_beneficiary

2729: ELSE
2730: l_dt_mode := hr_api.g_correction ;
2731: END IF ;
2732: --
2733: ben_plan_beneficiary_api.update_plan_beneficiary
2734: ( p_validate => p_validate
2735: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2736: ,p_effective_start_date => l_dummy_date
2737: ,p_effective_end_date => l_dummy_date

Line 2759: ben_plan_beneficiary_api.update_plan_beneficiary

2755: ELSIF l_bnf.pl_bnf_id IS NOT NULL AND l_dsgn_thru_dt IS NOT NULL THEN
2756: --
2757: IF l_bnf.effective_start_date < p_effective_date THEN
2758: l_dt_mode := hr_api.g_update ;
2759: ben_plan_beneficiary_api.update_plan_beneficiary
2760: ( p_validate => p_validate
2761: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2762: ,p_effective_start_date => l_dummy_date
2763: ,p_effective_end_date => l_dummy_date

Line 2784: ben_plan_beneficiary_api.delete_plan_beneficiary

2780: --
2781: ELSE
2782: --
2783: l_dt_mode := hr_api.g_zap ;
2784: ben_plan_beneficiary_api.delete_plan_beneficiary
2785: (p_validate => p_validate
2786: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2787: ,p_effective_start_date => l_dummy_date
2788: ,p_effective_end_date => l_dummy_date

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

2815: IF l_record_typ_cd = 'POST' THEN
2816: --
2817: fnd_file.put_line
2818: (which => fnd_file.log,
2819: buff => 'Calling ben_plan_beneficiary_api.bnf_actn_items');
2820: --
2821: ben_plan_beneficiary_api.bnf_actn_items(
2822: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2823: ,p_pl_bnf_id => l_bnf.pl_bnf_id

Line 2821: ben_plan_beneficiary_api.bnf_actn_items(

2817: fnd_file.put_line
2818: (which => fnd_file.log,
2819: buff => 'Calling ben_plan_beneficiary_api.bnf_actn_items');
2820: --
2821: ben_plan_beneficiary_api.bnf_actn_items(
2822: p_prtt_enrt_rslt_id => l_prtt_enrt_rslt_id
2823: ,p_pl_bnf_id => l_bnf.pl_bnf_id
2824: ,p_effective_date => p_effective_date
2825: ,p_business_group_id => p_business_group_id