DBA Data[Home] [Help]

APPS.HR_JP_ASSIGNMENT_PKG dependencies on HR_UTILITY

Line 74: hr_utility.set_location('Entering:'|| l_proc, 1);

70: l_proc varchar2(72) :=
71: g_package || 'update_jp_emp_asg_criteria';
72: --
73: begin
74: hr_utility.set_location('Entering:'|| l_proc, 1);
75: --
76: hr_utility.set_location(l_proc, 10);
77: --
78: --

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

72: --
73: begin
74: hr_utility.set_location('Entering:'|| l_proc, 1);
75: --
76: hr_utility.set_location(l_proc, 10);
77: --
78: --
79: hr_assignment_api.update_emp_asg_criteria
80: (p_validate => p_validate

Line 135: hr_utility.set_location(' Leaving:'||l_proc, 270);

131: ,p_entries_changed_warning => p_entries_changed_warning
132: ,p_tax_district_changed_warning => p_tax_district_changed_warning
133: );
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 270);
136: --
137: end update_jp_emp_asg_criteria;
138: --
139: end hr_jp_assignment_pkg;