DBA Data[Home] [Help]

APPS.PQH_CRD_SHD dependencies on HR_API

Line 236: hr_api.mandatory_arg_error

232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: hr_api.mandatory_arg_error
237: (p_api_name => l_proc
238: ,p_argument => 'CRITERIA_RATE_DEFN_ID'
239: ,p_argument_value => p_criteria_rate_defn_id
240: );

Line 242: hr_api.mandatory_arg_error

238: ,p_argument => 'CRITERIA_RATE_DEFN_ID'
239: ,p_argument_value => p_criteria_rate_defn_id
240: );
241: hr_utility.set_location(l_proc,6);
242: hr_api.mandatory_arg_error
243: (p_api_name => l_proc
244: ,p_argument => 'OBJECT_VERSION_NUMBER'
245: ,p_argument_value => p_object_version_number
246: );

Line 270: When HR_Api.Object_Locked then

266: --
267: -- We need to trap the ORA LOCK exception
268: --
269: Exception
270: When HR_Api.Object_Locked then
271: --
272: -- The object is locked therefore we need to supply a meaningful
273: -- error message.
274: --