DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on HR_UTILITY

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

152: l_name_combination_warning boolean;
153: l_orig_hire_warning boolean;
154:
155: begin
156: hr_utility.set_location('Entering:'|| l_proc, 5);
157: --
158: -- Issue a savepoint.
159: --
160: savepoint create_person_contact;

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

157: --
158: -- Issue a savepoint.
159: --
160: savepoint create_person_contact;
161: hr_utility.set_location(l_proc, 10);
162: --
163: -- Truncate the start date, as could use in a few areas.
164: --
165: l_start_date := trunc(p_start_date);

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

300: );
301: l_applicant_number := null;
302: l_employee_number := null;
303: l_npw_number := null;
304: hr_utility.set_location(l_proc, 20);
305: --
306: -- Create the person details
307: --
308: -- added for PTU:

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

427: ,p_orig_hire_warning => l_orig_hire_warning
428: ,p_npw_number => l_npw_number
429: );
430: --
431: hr_utility.set_location(l_proc, 30);
432: --
433: -- Maintain security access to profiles which restrict access to contacts.
434: --
435: hr_security_internal.populate_new_contact(

Line 451: hr_utility.set_message(801, 'HR_7513_PER_TYPE_INVALID');

447: and active_flag = 'Y'
448: and system_person_type = 'OTHER';
449: exception
450: when no_data_found then
451: hr_utility.set_message(801, 'HR_7513_PER_TYPE_INVALID');
452: hr_utility.raise_error;
453: end;
454: l_person_type_id := p_person_type_id;
455: else

Line 452: hr_utility.raise_error;

448: and system_person_type = 'OTHER';
449: exception
450: when no_data_found then
451: hr_utility.set_message(801, 'HR_7513_PER_TYPE_INVALID');
452: hr_utility.raise_error;
453: end;
454: l_person_type_id := p_person_type_id;
455: else
456: l_person_type_id := hr_person_type_usage_info.get_default_person_type_id

Line 636: hr_utility.set_location(' Leaving:'||l_proc, 40);

632: p_comment_id := l_comment_id;
633: p_name_combination_warning := l_name_combination_warning;
634: p_orig_hire_warning := l_orig_hire_warning;
635: --
636: hr_utility.set_location(' Leaving:'||l_proc, 40);
637: --
638: exception
639: when hr_api.validate_enabled then
640: --

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

655: p_comment_id := null;
656: p_name_combination_warning := l_name_combination_warning;
657: p_orig_hire_warning := l_orig_hire_warning;
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 50);
660: --
661: when others then
662: --
663: -- A validation or unexpected error has occurred