DBA Data[Home] [Help]

APPS.PAY_QPE_API dependencies on HR_API

Line 68: hr_api.mandatory_arg_error

64: hr_utility.set_location('Entering:'|| v_proc, 5);
65: --
66: -- Check mandatory parameters have been set
67: --
68: hr_api.mandatory_arg_error
69: (p_api_name => v_proc
70: ,p_argument => 'assignment_action_id'
71: ,p_argument_value => p_assignment_action_id
72: );

Line 600: When HR_api.Object_Locked then

596: --
597: -- We need to trap the ORA LOCK exception
598: --
599: Exception
600: When HR_api.Object_Locked then
601: --
602: -- The object is locked therefore we need to supply a meaningful
603: -- error message.
604: --

Line 806: raise hr_api.validate_enabled;

802: --
803: -- If we are validating then raise the Validate_Enabled exception
804: --
805: if p_validate then
806: raise hr_api.validate_enabled;
807: end if;
808: --
809: hr_utility.set_location(' Leaving:'||v_proc, 10);
810: exception

Line 811: when hr_api.validate_enabled then

807: end if;
808: --
809: hr_utility.set_location(' Leaving:'||v_proc, 10);
810: exception
811: when hr_api.validate_enabled then
812: --
813: -- As the Validate_Enabled exception has been raised
814: -- we must rollback to the savepoint
815: --

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: end if;
909: --
910: hr_utility.set_location(' Leaving:'||v_proc, 10);

Line 912: when hr_api.validate_enabled Then

908: end if;
909: --
910: hr_utility.set_location(' Leaving:'||v_proc, 10);
911: exception
912: when hr_api.validate_enabled Then
913: --
914: -- As the Validate_Enabled exception has been raised
915: -- we must rollback to the savepoint
916: --