DBA Data[Home] [Help]

APPS.GHR_EMPLOYEE_API dependencies on HR_UTILITY

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

118: --l_application_id per_applications.application_id%TYPE;
119: l_assignment_id per_assignments_f.assignment_id%TYPE;
120: --
121: begin
122: hr_utility.set_location('Entering:'|| l_proc, 5);
123: --
124: -- Issue a savepoint if operating in validation only mode.
125: --
126: savepoint ghr_create_us_employee;

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

129: --
130: l_hire_date := trunc(p_hire_date);
131: l_employee_number := p_employee_number;
132: --
133: hr_utility.set_location(l_proc, 10);
134: --
135:
136: ghr_Session.set_session_var_for_core
137: (p_effective_date => l_hire_date

Line 239: hr_utility.set_location(l_proc, 20);

235: ,p_name_combination_warning => p_name_combination_warning
236: ,p_assign_payroll_warning => p_assign_payroll_warning
237: ) ;
238:
239: hr_utility.set_location(l_proc, 20);
240: --
241: ghr_history_api.post_update_process;
242:
243: -- When in validation only mode raise the Validate_Enabled exception

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

246: raise hr_api.validate_enabled;
247: end if;
248: --
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 50);
251: exception
252: when hr_api.validate_enabled then
253: --
254: -- As the Validate_Enabled exception has been raised