DBA Data[Home] [Help]

APPS.PAY_PPM_DEL dependencies on HR_API

Line 465: when hr_api.cannot_find_prog_unit then

461: ,p_ppm_information30_o
462: => pay_ppm_shd.g_old_rec.ppm_information30
463: );
464: exception
465: when hr_api.cannot_find_prog_unit then
466: hr_api.cannot_find_prog_unit_error
467: (p_module_name => 'PAY_PERSONAL_PAYMENT_METHODS_F'
468: ,p_hook_type => 'AD'
469: );

Line 466: hr_api.cannot_find_prog_unit_error

462: => pay_ppm_shd.g_old_rec.ppm_information30
463: );
464: exception
465: when hr_api.cannot_find_prog_unit then
466: hr_api.cannot_find_prog_unit_error
467: (p_module_name => 'PAY_PERSONAL_PAYMENT_METHODS_F'
468: ,p_hook_type => 'AD'
469: );
470: end;

Line 577: Raise HR_Api.Validate_Enabled;

573: --
574: -- If we are validating then raise the Validate_Enabled exception
575: --
576: If p_validate then
577: Raise HR_Api.Validate_Enabled;
578: End If;
579: --
580: hr_utility.set_location(' Leaving:'||l_proc, 10);
581: Exception

Line 582: When HR_Api.Validate_Enabled Then

578: End If;
579: --
580: hr_utility.set_location(' Leaving:'||l_proc, 10);
581: Exception
582: When HR_Api.Validate_Enabled Then
583: --
584: -- As the Validate_Enabled exception has been raised
585: -- we must rollback to the savepoint
586: --