DBA Data[Home] [Help]

APPS.BEN_DETERMINE_ELIGIBILITY dependencies on BENUTILS

Line 210: l_benmngle_parm_rec benutils.g_batch_param_rec;

206: l_pl_id number;
207: --
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;

Line 650: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id

646: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);
647: end if;
648: --BUG 4055771
649: ben_env_object.get(p_rec => l_env_rec);
650: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id
651: ,p_rec => l_benmngle_parm_rec);
652: --
653: -- BUG 4055771 l_env.mode_cd Never got initialized
654: if g_debug then

Line 854: l_outputs := benutils.formula

850: if g_debug then
851: hr_utility.set_location(l_proc||' formula ',30);
852: end if;
853: --
854: l_outputs := benutils.formula
855: (p_formula_id => l_vrfy_fmly_mmbr_rl,
856: p_effective_date => l_effective_date,
857: p_business_group_id => p_business_group_id,
858: p_assignment_id => l_ass_rec.assignment_id,

Line 892: l_per_in_ler_id := benutils.get_per_in_ler_id

888: --
889: -- Get per_in_ler_id
890: --
891: /*
892: l_per_in_ler_id := benutils.get_per_in_ler_id
893: (p_person_id => p_person_id
894: ,p_business_group_id => p_business_group_id
895: ,p_effective_date => p_effective_date
896: );

Line 1126: l_outputs := benutils.formula

1122: --
1123: end if;
1124: --
1125: --
1126: l_outputs := benutils.formula
1127: (p_formula_id => l_inst_set(i).formula_id,
1128: p_effective_date => nvl(p_lf_evt_ocrd_dt,p_effective_date),
1129: p_business_group_id => p_business_group_id,
1130: p_assignment_id => l_ass_rec.assignment_id,

Line 1218: -- benutils.write(p_text => 'BENDETEL g_eligible ');

1214: exception
1215: --
1216: when g_eligible then
1217: --
1218: -- benutils.write(p_text => 'BENDETEL g_eligible ');
1219: if g_debug then
1220: hr_utility.set_location(l_proc||' Exc g_eligible ',800);
1221: end if;
1222: --

Line 1242: benutils.write(p_rec => g_rec);

1238: if g_debug then
1239: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);
1240: end if;
1241: --
1242: benutils.write(p_rec => g_rec);
1243: benutils.write(p_text => ben_manage_life_events.g_output_string);
1244: ben_manage_life_events.g_output_string := null;
1245: --
1246: if g_debug then

Line 1243: benutils.write(p_text => ben_manage_life_events.g_output_string);

1239: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);
1240: end if;
1241: --
1242: benutils.write(p_rec => g_rec);
1243: benutils.write(p_text => ben_manage_life_events.g_output_string);
1244: ben_manage_life_events.g_output_string := null;
1245: --
1246: if g_debug then
1247: hr_utility.set_location(l_proc||' BDE_CPE g_eligible ',814);

Line 1291: -- benutils.write(p_text => 'BENDETEL g_not_eligible ');

1287: end if;
1288: --
1289: when g_not_eligible then
1290: --
1291: -- benutils.write(p_text => 'BENDETEL g_not_eligible ');
1292: if g_debug then
1293: hr_utility.set_location(l_proc||' Exc g_not_eligible ',818);
1294: end if;
1295: --

Line 1315: benutils.write(p_rec => g_rec);

1311: if g_debug then
1312: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);
1313: end if;
1314: --
1315: benutils.write(p_rec => g_rec);
1316: benutils.write(p_text => ben_manage_life_events.g_output_string);
1317: ben_manage_life_events.g_output_string := null;
1318: --
1319: if g_debug then

Line 1316: benutils.write(p_text => ben_manage_life_events.g_output_string);

1312: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);
1313: end if;
1314: --
1315: benutils.write(p_rec => g_rec);
1316: benutils.write(p_text => ben_manage_life_events.g_output_string);
1317: ben_manage_life_events.g_output_string := null;
1318: --
1319: if g_debug then
1320: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);