DBA Data[Home] [Help]

APPS.HR_CONTACT_API dependencies on HR_API

Line 278: when hr_api.cannot_find_prog_unit then

274: ,p_country_of_birth => p_country_of_birth
275: ,p_global_person_id => p_global_person_id
276: );
277: exception
278: when hr_api.cannot_find_prog_unit then
279: hr_api.cannot_find_prog_unit_error
280: (p_module_name => 'CREATE_PERSON'
281: ,p_hook_type => 'BP'
282: );

Line 279: hr_api.cannot_find_prog_unit_error

275: ,p_global_person_id => p_global_person_id
276: );
277: exception
278: when hr_api.cannot_find_prog_unit then
279: hr_api.cannot_find_prog_unit_error
280: (p_module_name => 'CREATE_PERSON'
281: ,p_hook_type => 'BP'
282: );
283: --

Line 441: if p_person_type_id is not null and p_person_type_id <> hr_api.g_number then

437: p_person_id => l_person_id);
438: --
439: -- added for PTU
440: --
441: if p_person_type_id is not null and p_person_type_id <> hr_api.g_number then
442: begin
443: select person_type_id into l_person_type_id
444: from per_person_types
445: where person_type_id = p_person_type_id

Line 600: when hr_api.cannot_find_prog_unit then

596: ,p_name_combination_warning => l_name_combination_warning
597: ,p_orig_hire_warning => l_orig_hire_warning
598: );
599: exception
600: when hr_api.cannot_find_prog_unit then
601: hr_api.cannot_find_prog_unit_error
602: (p_module_name => 'CREATE_PERSON'
603: ,p_hook_type => 'AP'
604: );

Line 601: hr_api.cannot_find_prog_unit_error

597: ,p_orig_hire_warning => l_orig_hire_warning
598: );
599: exception
600: when hr_api.cannot_find_prog_unit then
601: hr_api.cannot_find_prog_unit_error
602: (p_module_name => 'CREATE_PERSON'
603: ,p_hook_type => 'AP'
604: );
605: --

Line 613: raise hr_api.validate_enabled;

609: --
610: -- When in validation only mode raise the Validate_Enabled exception
611: --
612: if p_validate then
613: raise hr_api.validate_enabled;
614: end if;
615:
616: -- Fix 3637708 Start
617: SELECT object_version_number

Line 639: when hr_api.validate_enabled then

635: --
636: hr_utility.set_location(' Leaving:'||l_proc, 40);
637: --
638: exception
639: when hr_api.validate_enabled then
640: --
641: -- As the Validate_Enabled exception has been raised
642: -- we must rollback to the savepoint
643: --

Line 956: when hr_api.cannot_find_prog_unit then

952: ,p_country_of_birth => p_country_of_birth
953: ,p_global_person_id => p_global_person_id
954: );
955: exception
956: when hr_api.cannot_find_prog_unit then
957: hr_api.cannot_find_prog_unit_error
958: (p_module_name => 'CREATE_PERSON'
959: ,p_hook_type => 'BP'
960: );

Line 957: hr_api.cannot_find_prog_unit_error

953: ,p_global_person_id => p_global_person_id
954: );
955: exception
956: when hr_api.cannot_find_prog_unit then
957: hr_api.cannot_find_prog_unit_error
958: (p_module_name => 'CREATE_PERSON'
959: ,p_hook_type => 'BP'
960: );
961: --

Line 1117: if p_person_type_id is not null and p_person_type_id <> hr_api.g_number then

1113: hr_security.add_person(p_person_id => l_person_id);
1114: --
1115: -- added for PTU
1116: --
1117: if p_person_type_id is not null and p_person_type_id <> hr_api.g_number then
1118: begin
1119: select person_type_id into l_person_type_id
1120: from per_person_types
1121: where person_type_id = p_person_type_id

Line 1276: when hr_api.cannot_find_prog_unit then

1272: ,p_name_combination_warning => l_name_combination_warning
1273: ,p_orig_hire_warning => l_orig_hire_warning
1274: );
1275: exception
1276: when hr_api.cannot_find_prog_unit then
1277: hr_api.cannot_find_prog_unit_error
1278: (p_module_name => 'CREATE_PERSON'
1279: ,p_hook_type => 'AP'
1280: );

Line 1277: hr_api.cannot_find_prog_unit_error

1273: ,p_orig_hire_warning => l_orig_hire_warning
1274: );
1275: exception
1276: when hr_api.cannot_find_prog_unit then
1277: hr_api.cannot_find_prog_unit_error
1278: (p_module_name => 'CREATE_PERSON'
1279: ,p_hook_type => 'AP'
1280: );
1281: --

Line 1289: raise hr_api.validate_enabled;

1285: --
1286: -- When in validation only mode raise the Validate_Enabled exception
1287: --
1288: if p_validate then
1289: raise hr_api.validate_enabled;
1290: end if;
1291:
1292: -- Fix 3637708 Start
1293: SELECT object_version_number

Line 1315: when hr_api.validate_enabled then

1311: --
1312: hr_utility.set_location(' Leaving:'||l_proc, 40);
1313: --
1314: exception
1315: when hr_api.validate_enabled then
1316: --
1317: -- As the Validate_Enabled exception has been raised
1318: -- we must rollback to the savepoint
1319: --