DBA Data[Home] [Help]

APPS.PAY_US_ISETUP_EARN_DEDN dependencies on HR_UTILITY

Line 63: hr_utility.set_location(l_proc, 10);

59: ,p_legislation_code => 'US'
60: ,p_bg_id => p_bg_id
61: ,p_termination_rule => p_termination_rule
62: );
63: hr_utility.set_location(l_proc, 10);
64: --
65: ELSE
66: l_ele_type_id := hr_user_init_earn.do_insertions
67: (p_ele_name => p_ele_name

Line 88: hr_utility.set_location(l_proc, 30);

84: ,p_ele_eff_end_date => p_ele_eff_end_date
85: ,p_bg_id => p_bg_id
86: ,p_termination_rule => p_termination_rule
87: );
88: hr_utility.set_location(l_proc, 30);
89: --
90: END IF;
91: ELSE
92: IF p_grossup_chk = 'Y' THEN

Line 113: hr_utility.set_location('Leaving '||l_proc, 50);

109: --
110: compile_formula(l_ele_type_id);
111: RETURN (l_ele_type_id);
112: --
113: hr_utility.set_location('Leaving '||l_proc, 50);
114: --
115: END create_isetup_earn_element;
116: ------------------------------------------------------------------------------
117: -- CREATE_ISETUP_DEDN_ELEMENT