DBA Data[Home] [Help]

APPS.PAY_PPM_DEL dependencies on HR_API

Line 470: when hr_api.cannot_find_prog_unit then

466: ,p_ppm_information30_o
467: => pay_ppm_shd.g_old_rec.ppm_information30
468: );
469: exception
470: when hr_api.cannot_find_prog_unit then
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'PAY_PERSONAL_PAYMENT_METHODS_F'
473: ,p_hook_type => 'AD'
474: );

Line 471: hr_api.cannot_find_prog_unit_error

467: => pay_ppm_shd.g_old_rec.ppm_information30
468: );
469: exception
470: when hr_api.cannot_find_prog_unit then
471: hr_api.cannot_find_prog_unit_error
472: (p_module_name => 'PAY_PERSONAL_PAYMENT_METHODS_F'
473: ,p_hook_type => 'AD'
474: );
475: end;

Line 582: Raise HR_Api.Validate_Enabled;

578: --
579: -- If we are validating then raise the Validate_Enabled exception
580: --
581: If p_validate then
582: Raise HR_Api.Validate_Enabled;
583: End If;
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);
586: Exception

Line 587: When HR_Api.Validate_Enabled Then

583: End If;
584: --
585: hr_utility.set_location(' Leaving:'||l_proc, 10);
586: Exception
587: When HR_Api.Validate_Enabled Then
588: --
589: -- As the Validate_Enabled exception has been raised
590: -- we must rollback to the savepoint
591: --