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 675: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id

671: hr_utility.set_location('p_pgm_id '||p_comp_obj_tree_row.par_pgm_id,24);
672: end if;
673: --BUG 4055771
674: ben_env_object.get(p_rec => l_env_rec);
675: benutils.get_batch_parameters(p_benefit_action_id => l_env_rec.benefit_action_id
676: ,p_rec => l_benmngle_parm_rec);
677: --
678: -- BUG 4055771 l_env.mode_cd Never got initialized
679: if g_debug then

Line 879: l_outputs := benutils.formula

875: if g_debug then
876: hr_utility.set_location(l_proc||' formula ',30);
877: end if;
878: --
879: l_outputs := benutils.formula
880: (p_formula_id => l_vrfy_fmly_mmbr_rl,
881: p_effective_date => l_effective_date,
882: p_business_group_id => p_business_group_id,
883: p_assignment_id => l_ass_rec.assignment_id,

Line 917: l_per_in_ler_id := benutils.get_per_in_ler_id

913: --
914: -- Get per_in_ler_id
915: --
916: /*
917: l_per_in_ler_id := benutils.get_per_in_ler_id
918: (p_person_id => p_person_id
919: ,p_business_group_id => p_business_group_id
920: ,p_effective_date => p_effective_date
921: );

Line 1151: l_outputs := benutils.formula

1147: --
1148: end if;
1149: --
1150: --
1151: l_outputs := benutils.formula
1152: (p_formula_id => l_inst_set(i).formula_id,
1153: p_effective_date => nvl(p_lf_evt_ocrd_dt,p_effective_date),
1154: p_business_group_id => p_business_group_id,
1155: p_assignment_id => l_ass_rec.assignment_id,

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

1239: exception
1240: --
1241: when g_eligible then
1242: --
1243: -- benutils.write(p_text => 'BENDETEL g_eligible ');
1244: if g_debug then
1245: hr_utility.set_location(l_proc||' Exc g_eligible ',800);
1246: end if;
1247: --

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

1263: if g_debug then
1264: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);
1265: end if;
1266: --
1267: benutils.write(p_rec => g_rec);
1268: benutils.write(p_text => ben_manage_life_events.g_output_string);
1269: ben_manage_life_events.g_output_string := null;
1270: --
1271: if g_debug then

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

1264: hr_utility.set_location(l_proc||' BU_WRITE g_eligible ',812);
1265: end if;
1266: --
1267: benutils.write(p_rec => g_rec);
1268: benutils.write(p_text => ben_manage_life_events.g_output_string);
1269: ben_manage_life_events.g_output_string := null;
1270: --
1271: if g_debug then
1272: hr_utility.set_location(l_proc||' BDE_CPE g_eligible ',814);

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

1312: end if;
1313: --
1314: when g_not_eligible then
1315: --
1316: -- benutils.write(p_text => 'BENDETEL g_not_eligible ');
1317: if g_debug then
1318: hr_utility.set_location(l_proc||' Exc g_not_eligible ',818);
1319: end if;
1320: --

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

1336: if g_debug then
1337: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);
1338: end if;
1339: --
1340: benutils.write(p_rec => g_rec);
1341: benutils.write(p_text => ben_manage_life_events.g_output_string);
1342: ben_manage_life_events.g_output_string := null;
1343: --
1344: if g_debug then

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

1337: hr_utility.set_location(l_proc||' Dn BU_WRI g_not_eligible ',822);
1338: end if;
1339: --
1340: benutils.write(p_rec => g_rec);
1341: benutils.write(p_text => ben_manage_life_events.g_output_string);
1342: ben_manage_life_events.g_output_string := null;
1343: --
1344: if g_debug then
1345: hr_utility.set_location(l_proc||' Dn BDE_CPE g_not_eligible ',824);