DBA Data[Home] [Help]

APPS.GHR_APPLICANT_API dependencies on HR_UTILITY

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

133: l_application_id per_applications.application_id%TYPE;
134: l_assignment_id per_assignments_f.assignment_id%TYPE;
135: --
136: begin
137: hr_utility.set_location('Entering:'|| l_proc, 5);
138: --
139: -- Issue a savepoint if operating in validation only mode.
140: --
141: savepoint ghr_create_applicant;

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

144: --
145: l_date_received := trunc(p_date_received);
146: l_applicant_number := p_applicant_number;
147: --
148: hr_utility.set_location(l_proc, 10);
149: --
150:
151: ghr_Session.set_session_var_for_core
152: (p_effective_date => l_date_received

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

266: ,p_name_combination_warning => p_name_combination_warning
267: ,p_orig_hire_warning => p_orig_hire_warning
268: );
269:
270: hr_utility.set_location(l_proc, 20);
271: --
272: ghr_history_api.post_update_process;
273:
274: -- When in validation only mode raise the Validate_Enabled exception

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

282: p_person_id := l_person_id;
283: p_application_id := l_application_id;
284: p_assignment_id := l_assignment_id;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 50);
287: exception
288: when hr_api.validate_enabled then
289: --
290: -- As the Validate_Enabled exception has been raised