DBA Data[Home] [Help]

APPS.HR_PSF_DEL dependencies on HR_API

Line 789: when hr_api.cannot_find_prog_unit then

785: p_program_update_date_o => hr_psf_shd.g_old_rec.program_update_date ,
786: p_object_version_number_o => hr_psf_shd.g_old_rec.object_version_number );
787: --
788: exception
789: when hr_api.cannot_find_prog_unit then
790: hr_api.cannot_find_prog_unit_error
791: (p_module_name => 'HR_ALL_POSITIONS'
792: ,p_hook_type => 'AD'
793: );

Line 790: hr_api.cannot_find_prog_unit_error

786: p_object_version_number_o => hr_psf_shd.g_old_rec.object_version_number );
787: --
788: exception
789: when hr_api.cannot_find_prog_unit then
790: hr_api.cannot_find_prog_unit_error
791: (p_module_name => 'HR_ALL_POSITIONS'
792: ,p_hook_type => 'AD'
793: );
794: end;

Line 906: Raise HR_Api.Validate_Enabled;

902: --
903: -- If we are validating then raise the Validate_Enabled exception
904: --
905: If p_validate then
906: Raise HR_Api.Validate_Enabled;
907: End If;
908: --
909: if g_debug then
910: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 914: When HR_Api.Validate_Enabled Then

910: hr_utility.set_location(' Leaving:'||l_proc, 10);
911: end if;
912:
913: Exception
914: When HR_Api.Validate_Enabled Then
915: --
916: -- As the Validate_Enabled exception has been raised
917: -- we must rollback to the savepoint
918: --