DBA Data[Home] [Help]

APPS.BEN_EXT_RUNRSLT dependencies on BEN_EXT_EVALUATE_INCLUSION

Line 265: hr_utility.set_location('input_excld_flag ' || ben_ext_evaluate_inclusion.g_ele_input_excld_flag , 199 );

261:
262: BEGIN
263: --
264: hr_utility.set_location('Entering'||l_proc, 5);
265: hr_utility.set_location('input_excld_flag ' || ben_ext_evaluate_inclusion.g_ele_input_excld_flag , 199 );
266: hr_utility.set_location('lastDate_excldflag'||ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag, 199) ;
267:
268: -- when the criteris is exclded
269:

Line 266: hr_utility.set_location('lastDate_excldflag'||ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag, 199) ;

262: BEGIN
263: --
264: hr_utility.set_location('Entering'||l_proc, 5);
265: hr_utility.set_location('input_excld_flag ' || ben_ext_evaluate_inclusion.g_ele_input_excld_flag , 199 );
266: hr_utility.set_location('lastDate_excldflag'||ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag, 199) ;
267:
268: -- when the criteris is exclded
269:
270: if ben_ext_evaluate_inclusion.g_ele_input_excld_flag = 'Y'

Line 270: if ben_ext_evaluate_inclusion.g_ele_input_excld_flag = 'Y'

266: hr_utility.set_location('lastDate_excldflag'||ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag, 199) ;
267:
268: -- when the criteris is exclded
269:
270: if ben_ext_evaluate_inclusion.g_ele_input_excld_flag = 'Y'
271: or ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag = 'Y'
272: then
273: FOR runrslt IN c_runrslt_excl LOOP
274: --

Line 271: or ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag = 'Y'

267:
268: -- when the criteris is exclded
269:
270: if ben_ext_evaluate_inclusion.g_ele_input_excld_flag = 'Y'
271: or ben_ext_evaluate_inclusion.g_payroll_last_Date_excld_flag = 'Y'
272: then
273: FOR runrslt IN c_runrslt_excl LOOP
274: --
275: -- initialize the globals - May, 99

Line 279: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl

275: -- initialize the globals - May, 99
276: initialize_globals;
277: --
278:
279: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl
280: (p_processing_type => runrslt.process_type ,
281: p_input_value_id => runrslt.value_id ,
282: p_business_group_id => p_business_group_id ,
283: p_pay_period_date => runrslt.effective_date ,

Line 349: if ben_ext_evaluate_inclusion.g_ele_input_list.count > 0 then

345:
346: --- the loop will be bracned in to two
347: --- 1 with the input_valu_id from criteria
348: --- 2 no criteria for input_value_id
349: if ben_ext_evaluate_inclusion.g_ele_input_list.count > 0 then
350: l_dummy_no := ben_ext_evaluate_inclusion.g_ele_input_list.count ;
351: for i in 1 .. l_dummy_no
352: loop
353: for r_rslt in c_rslt_p (r_asg.assignment_action_id,

Line 350: l_dummy_no := ben_ext_evaluate_inclusion.g_ele_input_list.count ;

346: --- the loop will be bracned in to two
347: --- 1 with the input_valu_id from criteria
348: --- 2 no criteria for input_value_id
349: if ben_ext_evaluate_inclusion.g_ele_input_list.count > 0 then
350: l_dummy_no := ben_ext_evaluate_inclusion.g_ele_input_list.count ;
351: for i in 1 .. l_dummy_no
352: loop
353: for r_rslt in c_rslt_p (r_asg.assignment_action_id,
354: ben_ext_evaluate_inclusion.g_ele_input_list(i),

Line 354: ben_ext_evaluate_inclusion.g_ele_input_list(i),

350: l_dummy_no := ben_ext_evaluate_inclusion.g_ele_input_list.count ;
351: for i in 1 .. l_dummy_no
352: loop
353: for r_rslt in c_rslt_p (r_asg.assignment_action_id,
354: ben_ext_evaluate_inclusion.g_ele_input_list(i),
355: ben_ext_evaluate_inclusion.g_ele_type_list(i))
356: Loop
357:
358:

Line 355: ben_ext_evaluate_inclusion.g_ele_type_list(i))

351: for i in 1 .. l_dummy_no
352: loop
353: for r_rslt in c_rslt_p (r_asg.assignment_action_id,
354: ben_ext_evaluate_inclusion.g_ele_input_list(i),
355: ben_ext_evaluate_inclusion.g_ele_type_list(i))
356: Loop
357:
358:
359:

Line 365: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then

361: Loop
362:
363: -- if rule define call for evaluation
364: l_include := 'Y' ;
365: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then
366:
367: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl
368: (p_processing_type => r_ele.process_type ,
369: p_input_value_id => r_rslt.value_id ,

Line 367: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl

363: -- if rule define call for evaluation
364: l_include := 'Y' ;
365: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then
366:
367: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl
368: (p_processing_type => r_ele.process_type ,
369: p_input_value_id => r_rslt.value_id ,
370: p_business_group_id => p_business_group_id ,
371: p_pay_period_date => r_asg.effective_date ,

Line 441: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then

437: for r_ele in c_ele ( r_rslt.element_type_id )
438: Loop
439: -- if rule define call for evaluation
440: l_include := 'Y' ;
441: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then
442:
443: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl
444: (p_processing_type => r_ele.process_type ,
445: p_input_value_id => r_rslt.value_id ,

Line 443: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl

439: -- if rule define call for evaluation
440: l_include := 'Y' ;
441: if ben_ext_evaluate_inclusion.g_payroll_rl_incl_rqd = 'Y' then
442:
443: ben_ext_evaluate_inclusion.Evaluate_Elm_Entry_Incl
444: (p_processing_type => r_ele.process_type ,
445: p_input_value_id => r_rslt.value_id ,
446: p_business_group_id => p_business_group_id ,
447: p_pay_period_date => r_asg.effective_date ,