DBA Data[Home] [Help]

APPS.PQH_ROLE_EXTRA_INFO_API dependencies on HR_API

Line 166: when hr_api.cannot_find_prog_unit then

162: p_information29 => p_information29,
163: p_information30 => p_information30
164: );
165: exception
166: when hr_api.cannot_find_prog_unit then
167: hr_api.cannot_find_prog_unit_error
168: (p_module_name => 'create_role_extra_info',
169: p_hook_type => 'BP'
170: );

Line 167: hr_api.cannot_find_prog_unit_error

163: p_information30 => p_information30
164: );
165: exception
166: when hr_api.cannot_find_prog_unit then
167: hr_api.cannot_find_prog_unit_error
168: (p_module_name => 'create_role_extra_info',
169: p_hook_type => 'BP'
170: );
171: end;

Line 325: when hr_api.cannot_find_prog_unit then

321: p_information30 => p_information30,
322: p_object_version_number => l_object_version_number
323: );
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'create_role_extra_info',
328: p_hook_type => 'AP'
329: );

Line 326: hr_api.cannot_find_prog_unit_error

322: p_object_version_number => l_object_version_number
323: );
324: exception
325: when hr_api.cannot_find_prog_unit then
326: hr_api.cannot_find_prog_unit_error
327: (p_module_name => 'create_role_extra_info',
328: p_hook_type => 'AP'
329: );
330: end;

Line 335: raise hr_api.validate_enabled;

331: --
332: -- When in validation only mode raise the Validate_Enabled exception
333: --
334: if p_validate then
335: raise hr_api.validate_enabled;
336: end if;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 11);
339: exception

Line 340: when hr_api.validate_enabled then

336: end if;
337: --
338: hr_utility.set_location(' Leaving:'||l_proc, 11);
339: exception
340: when hr_api.validate_enabled then
341: --
342: -- As the Validate_Enabled exception has been raised
343: -- we must rollback to the savepoint
344: --

Line 526: when hr_api.cannot_find_prog_unit then

522: p_information30 => p_information30,
523: p_object_version_number => p_object_version_number
524: );
525: exception
526: when hr_api.cannot_find_prog_unit then
527: hr_api.cannot_find_prog_unit_error
528: (p_module_name => 'update_role_extra_info',
529: p_hook_type => 'BP'
530: );

Line 527: hr_api.cannot_find_prog_unit_error

523: p_object_version_number => p_object_version_number
524: );
525: exception
526: when hr_api.cannot_find_prog_unit then
527: hr_api.cannot_find_prog_unit_error
528: (p_module_name => 'update_role_extra_info',
529: p_hook_type => 'BP'
530: );
531: end;

Line 684: when hr_api.cannot_find_prog_unit then

680: p_information30 => p_information30,
681: p_object_version_number => p_object_version_number
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'update_role_extra_info',
687: p_hook_type => 'AP'
688: );

Line 685: hr_api.cannot_find_prog_unit_error

681: p_object_version_number => p_object_version_number
682: );
683: exception
684: when hr_api.cannot_find_prog_unit then
685: hr_api.cannot_find_prog_unit_error
686: (p_module_name => 'update_role_extra_info',
687: p_hook_type => 'AP'
688: );
689: end;

Line 694: raise hr_api.validate_enabled;

690: --
691: -- When in validation only mode raise the Validate_Enabled exception
692: --
693: if p_validate then
694: raise hr_api.validate_enabled;
695: end if;
696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 11);
698: exception

Line 699: when hr_api.validate_enabled then

695: end if;
696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 11);
698: exception
699: when hr_api.validate_enabled then
700: --
701: -- As the Validate_Enabled exception has been raised
702: -- we must rollback to the savepoint
703: --

Line 759: when hr_api.cannot_find_prog_unit then

755: p_role_extra_info_id => p_role_extra_info_id,
756: p_object_version_number => p_object_version_number
757: );
758: exception
759: when hr_api.cannot_find_prog_unit then
760: hr_api.cannot_find_prog_unit_error
761: (p_module_name => 'delete_role_extra_info',
762: p_hook_type => 'BP'
763: );

Line 760: hr_api.cannot_find_prog_unit_error

756: p_object_version_number => p_object_version_number
757: );
758: exception
759: when hr_api.cannot_find_prog_unit then
760: hr_api.cannot_find_prog_unit_error
761: (p_module_name => 'delete_role_extra_info',
762: p_hook_type => 'BP'
763: );
764: end;

Line 787: when hr_api.cannot_find_prog_unit then

783: p_role_extra_info_id => p_role_extra_info_id,
784: p_object_version_number => p_object_version_number
785: );
786: exception
787: when hr_api.cannot_find_prog_unit then
788: hr_api.cannot_find_prog_unit_error
789: (p_module_name => 'delete_role_extra_info',
790: p_hook_type => 'AP'
791: );

Line 788: hr_api.cannot_find_prog_unit_error

784: p_object_version_number => p_object_version_number
785: );
786: exception
787: when hr_api.cannot_find_prog_unit then
788: hr_api.cannot_find_prog_unit_error
789: (p_module_name => 'delete_role_extra_info',
790: p_hook_type => 'AP'
791: );
792: end;

Line 797: raise hr_api.validate_enabled;

793: --
794: -- When in validation only mode raise the Validate_Enabled exception
795: --
796: if p_validate then
797: raise hr_api.validate_enabled;
798: end if;
799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 11);
801: exception

Line 802: when hr_api.validate_enabled then

798: end if;
799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 11);
801: exception
802: when hr_api.validate_enabled then
803: --
804: -- As the Validate_Enabled exception has been raised
805: -- we must rollback to the savepoint
806: --