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.7.12020000.2 2012/07/03 12:29:44 amnaraya 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 837: ben_determine_eligibility3.check_dsgn_rqmts

833: if l_vrfy_fmly_mmbr_cd = 'CDR' then
834: --
835: -- Get contacts.
836: --
837: ben_determine_eligibility3.check_dsgn_rqmts
838: (p_oipl_id => p_oipl_id
839: ,p_pl_id => l_pl_id
840: ,p_opt_id => l_oipl_rec.opt_id
841: ,p_person_id => p_person_id

Line 981: ben_determine_eligibility3.check_dsgn_rqmts

977: -- If person have contact(s) that are eligible dependents,
978: -- check if the eligible dependents meets the designation
979: -- requirements.
980: --
981: ben_determine_eligibility3.check_dsgn_rqmts
982: (p_oipl_id => p_oipl_id
983: ,p_pl_id => l_pl_id
984: ,p_opt_id => l_oipl_rec.opt_id
985: ,p_person_id => p_person_id

Line 1277: ben_determine_eligibility2.check_prev_elig

1273: hr_utility.set_location('AGE VAL in CPE'||p_comp_rec.age_val,814);
1274: end if;
1275: --
1276: --
1277: ben_determine_eligibility2.check_prev_elig
1278: (p_comp_obj_tree_row => p_comp_obj_tree_row
1279: --
1280: ,p_per_row => p_per_row
1281: ,p_empasg_row => p_empasg_row

Line 1350: ben_determine_eligibility2.check_prev_elig

1346: hr_utility.set_location('g_inelg_rsn_cd ' || g_inelg_rsn_cd ,824);
1347: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);
1348: end if;
1349: --
1350: ben_determine_eligibility2.check_prev_elig
1351: (p_comp_obj_tree_row => p_comp_obj_tree_row
1352: --
1353: ,p_per_row => p_per_row
1354: ,p_empasg_row => p_empasg_row

Line 1389: end ben_determine_eligibility;

1385: end if;
1386: --
1387: end determine_elig_prfls;
1388: --
1389: end ben_determine_eligibility;