DBA Data[Home] [Help]

APPS.BEN_EXT_RUNRSLT dependencies on HR_UTILITY

Line 46: hr_utility.set_location('Entering'||l_proc, 5);

42: --
43: Begin
44: --
45: --
46: hr_utility.set_location('Entering'||l_proc, 5);
47: --
48: --
49: ben_ext_person.g_runrslt_element_name := null;
50: ben_ext_person.g_runrslt_element_id := null;

Line 73: hr_utility.set_location('Exiting'||l_proc, 15);

69: ben_ext_person.g_runrslt_value := null;
70: ben_ext_person.g_runrslt_last_pay_date := null;
71: --
72: --
73: hr_utility.set_location('Exiting'||l_proc, 15);
74: --
75: --
76: End initialize_globals;
77: --

Line 264: hr_utility.set_location('Entering'||l_proc, 5);

260:
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

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 511: hr_utility.set_location('Exiting'||l_proc, 15);

507:
508: end if; -- eof input value criteria
509: end loop ; ---- asg loop
510: end if ; -- exclide flag
511: hr_utility.set_location('Exiting'||l_proc, 15);
512: --
513: END main;
514:
515: END;