DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BEN_EVALUATE_ELIG_PROFILES

Line 212: l_score_tab ben_evaluate_elig_profiles.scoreTab;

208: -- l_env ben_env_object.g_global_env_rec_type;
209: l_env_rec ben_env_object.g_global_env_rec_type;
210: l_benmngle_parm_rec benutils.g_batch_param_rec;
211: --
212: l_score_tab ben_evaluate_elig_profiles.scoreTab;
213: l_ctp_rec ben_ptip_f%rowtype;
214: l_pln_rec ben_pl_f%rowtype;
215: begin
216: --

Line 1006: if not ben_evaluate_elig_profiles.eligible

1002: hr_utility.set_location(l_proc||' Before Cache call',44);
1003: hr_utility.set_location('p_pil_row.per_in_ler_id '||p_pil_row.per_in_ler_id,44);
1004: end if;
1005: --
1006: if not ben_evaluate_elig_profiles.eligible
1007: (p_person_id => p_person_id
1008: ,p_business_group_id => p_business_group_id
1009: ,p_effective_date => p_effective_date
1010: ,p_lf_evt_ocrd_dt => p_lf_evt_ocrd_dt

Line 1322: hr_utility.set_location('ben_evaluate_elig_profiles.g_inelg_rsn_cd ' || ben_evaluate_elig_profiles.g_inelg_rsn_cd,824);

1318: --
1319: if g_debug then
1320: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);
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

Line 1346: ,p_inelg_rsn_cd => nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd, g_inelg_rsn_cd)

1342: ,p_ptip_id => p_ptip_id
1343: ,p_ler_id => p_ler_id
1344: ,p_comp_rec => p_comp_rec
1345: ,p_oiplip_rec => p_oiplip_rec
1346: ,p_inelg_rsn_cd => nvl(ben_evaluate_elig_profiles.g_inelg_rsn_cd, g_inelg_rsn_cd)
1347: --
1348: ,p_newly_elig => p_newly_elig
1349: ,p_newly_inelig => p_newly_inelig
1350: ,p_first_elig => p_first_elig