DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BEN_DETERMINE_ELIGIBILITY

Line 1: package body ben_determine_eligibility as

1: package body ben_determine_eligibility as
2: /* $Header: bendetel.pkb 120.5.12010000.3 2008/11/13 18:13:07 krupani ship $ */
3: --
4: -- -----------------------------------------------------------------------------
5: -- |-----------------------< determine_elig_prfls >----------------------------|

Line 47: l_proc varchar2(100):= 'ben_determine_eligibility.determine_elig_prfls';

43: ,p_still_inelig out nocopy boolean
44: )
45: is
46: --
47: l_proc varchar2(100):= 'ben_determine_eligibility.determine_elig_prfls';
48: --
49: l_eligprof_dets ben_cep_cache.g_cobcep_odcache;
50: l_tmpelp_dets ben_cep_cache.g_cobcep_odcache := ben_cep_cache.g_cobcep_odcache();
51: /*

Line 812: ben_determine_eligibility3.check_dsgn_rqmts

808: if l_vrfy_fmly_mmbr_cd = 'CDR' then
809: --
810: -- Get contacts.
811: --
812: ben_determine_eligibility3.check_dsgn_rqmts
813: (p_oipl_id => p_oipl_id
814: ,p_pl_id => l_pl_id
815: ,p_opt_id => l_oipl_rec.opt_id
816: ,p_person_id => p_person_id

Line 956: ben_determine_eligibility3.check_dsgn_rqmts

952: -- If person have contact(s) that are eligible dependents,
953: -- check if the eligible dependents meets the designation
954: -- requirements.
955: --
956: ben_determine_eligibility3.check_dsgn_rqmts
957: (p_oipl_id => p_oipl_id
958: ,p_pl_id => l_pl_id
959: ,p_opt_id => l_oipl_rec.opt_id
960: ,p_person_id => p_person_id

Line 1252: ben_determine_eligibility2.check_prev_elig

1248: hr_utility.set_location('AGE VAL in CPE'||p_comp_rec.age_val,814);
1249: end if;
1250: --
1251: --
1252: ben_determine_eligibility2.check_prev_elig
1253: (p_comp_obj_tree_row => p_comp_obj_tree_row
1254: --
1255: ,p_per_row => p_per_row
1256: ,p_empasg_row => p_empasg_row

Line 1325: ben_determine_eligibility2.check_prev_elig

1321: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);
1322: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);
1323: end if;
1324: --
1325: ben_determine_eligibility2.check_prev_elig
1326: (p_comp_obj_tree_row => p_comp_obj_tree_row
1327: --
1328: ,p_per_row => p_per_row
1329: ,p_empasg_row => p_empasg_row

Line 1364: end ben_determine_eligibility;

1360: end if;
1361: --
1362: end determine_elig_prfls;
1363: --
1364: end ben_determine_eligibility;