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

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

830: l_name_combination_warning boolean;
831: l_orig_hire_warning boolean;
832:
833: begin
834: hr_utility.set_location('Entering:'|| l_proc, 5);
835: --
836: -- Issue a savepoint.
837: --
838: savepoint create_person_contact;

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

835: --
836: -- Issue a savepoint.
837: --
838: savepoint create_person_contact;
839: hr_utility.set_location(l_proc, 10);
840: --
841: -- Truncate the start date, as could use in a few areas.
842: --
843: l_start_date := trunc(p_start_date);

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

978: );
979: l_applicant_number := null;
980: l_employee_number := null;
981: l_npw_number := null;
982: hr_utility.set_location(l_proc, 20);
983: --
984: -- Create the person details
985: --
986: -- added for PTU:

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

1105: ,p_orig_hire_warning => l_orig_hire_warning
1106: ,p_npw_number => l_npw_number
1107: );
1108: --
1109: hr_utility.set_location(l_proc, 30);
1110: --
1111: -- Maintain security access to profiles which restrict access to contacts.
1112: --
1113: hr_security.add_person(p_person_id => l_person_id);

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

1123: and active_flag = 'Y'
1124: and system_person_type = 'OTHER';
1125: exception
1126: when no_data_found then
1127: hr_utility.set_message(801, 'HR_7513_PER_TYPE_INVALID');
1128: hr_utility.raise_error;
1129: end;
1130: l_person_type_id := p_person_type_id;
1131: else

Line 1128: hr_utility.raise_error;

1124: and system_person_type = 'OTHER';
1125: exception
1126: when no_data_found then
1127: hr_utility.set_message(801, 'HR_7513_PER_TYPE_INVALID');
1128: hr_utility.raise_error;
1129: end;
1130: l_person_type_id := p_person_type_id;
1131: else
1132: l_person_type_id := hr_person_type_usage_info.get_default_person_type_id

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

1308: p_comment_id := l_comment_id;
1309: p_name_combination_warning := l_name_combination_warning;
1310: p_orig_hire_warning := l_orig_hire_warning;
1311: --
1312: hr_utility.set_location(' Leaving:'||l_proc, 40);
1313: --
1314: exception
1315: when hr_api.validate_enabled then
1316: --

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

1331: p_comment_id := null;
1332: p_name_combination_warning := l_name_combination_warning;
1333: p_orig_hire_warning := l_orig_hire_warning;
1334: --
1335: hr_utility.set_location(' Leaving:'||l_proc, 50);
1336: --
1337: when others then
1338: --
1339: -- A validation or unexpected error has occurred