DBA Data[Home] [Help]

APPS.PQH_PTI_SHD dependencies on HR_API

Line 142: -- hr_api.mandatory_arg_error

138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: -- Add any mandatory argument checking here:
141: -- Example:
142: -- hr_api.mandatory_arg_error
143: -- (p_api_name => l_proc,
144: -- p_argument => 'object_version_number',
145: -- p_argument_value => p_object_version_number);
146: --

Line 168: When HR_Api.Object_Locked then

164: --
165: -- We need to trap the ORA LOCK exception
166: --
167: Exception
168: When HR_Api.Object_Locked then
169: --
170: -- The object is locked therefore we need to supply a meaningful
171: -- error message.
172: --