DBA Data[Home] [Help]

APPS.PAY_QPI_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 699: When HR_api.Object_Locked then

695: --
696: -- We need to trap the ORA LOCK exception
697: --
698: Exception
699: When HR_api.Object_Locked then
700: --
701: -- The object is locked therefore we need to supply a meaningful
702: -- error message.
703: --

Line 907: raise hr_api.validate_enabled;

903: --
904: -- If we are validating then raise the Validate_Enabled exception
905: --
906: if p_validate then
907: raise hr_api.validate_enabled;
908: end if;
909: --
910: hr_utility.set_location(' Leaving:'||v_proc, 10);
911: exception

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: --

Line 1145: raise hr_api.validate_enabled;

1141: --
1142: -- If we are validating then raise the Validate_Enabled exception
1143: --
1144: if p_validate then
1145: raise hr_api.validate_enabled;
1146: end if;
1147: end if;
1148: --
1149: hr_utility.set_location(' Leaving:'||v_proc, 10);

Line 1151: when hr_api.validate_enabled Then

1147: end if;
1148: --
1149: hr_utility.set_location(' Leaving:'||v_proc, 10);
1150: exception
1151: when hr_api.validate_enabled Then
1152: --
1153: -- As the Validate_Enabled exception has been raised
1154: -- we must rollback to the savepoint
1155: --