DBA Data[Home] [Help]

APPS.PQH_CPD_SHD dependencies on HR_API

Line 249: hr_api.mandatory_arg_error

245: l_proc := g_package||'lck';
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: end if;
248: --
249: hr_api.mandatory_arg_error
250: (p_api_name => l_proc
251: ,p_argument => 'CORPS_DEFINITION_ID'
252: ,p_argument_value => p_corps_definition_id
253: );

Line 257: hr_api.mandatory_arg_error

253: );
254: if g_debug then
255: hr_utility.set_location(l_proc,6);
256: end if;
257: hr_api.mandatory_arg_error
258: (p_api_name => l_proc
259: ,p_argument => 'OBJECT_VERSION_NUMBER'
260: ,p_argument_value => p_object_version_number
261: );

Line 287: When HR_Api.Object_Locked then

283: --
284: -- We need to trap the ORA LOCK exception
285: --
286: Exception
287: When HR_Api.Object_Locked then
288: --
289: -- The object is locked therefore we need to supply a meaningful
290: -- error message.
291: --