DBA Data[Home] [Help]

APPS.PER_CAG_SHD dependencies on HR_API

Line 321: hr_api.mandatory_arg_error(p_api_name => l_proc,

317: hr_utility.set_location('Entering:'||l_proc||'/'||p_collective_agreement_id, 5);
318: --
319: -- Ensure that all mandatory arguments are not NULL
320: --
321: hr_api.mandatory_arg_error(p_api_name => l_proc,
322: p_argument => 'collective_agreement_id',
323: p_argument_value => p_collective_agreement_id);
324: --
325: hr_utility.set_location(l_proc, 10);

Line 327: hr_api.mandatory_arg_error(p_api_name => l_proc,

323: p_argument_value => p_collective_agreement_id);
324: --
325: hr_utility.set_location(l_proc, 10);
326: --
327: hr_api.mandatory_arg_error(p_api_name => l_proc,
328: p_argument => 'object_version_number',
329: p_argument_value => p_object_version_number);
330: --
331: hr_utility.set_location(l_proc, 20);

Line 355: When HR_Api.Object_Locked then

351: --
352: -- We need to trap the ORA LOCK exception
353: --
354: Exception
355: When HR_Api.Object_Locked then
356: --
357: -- The object is locked therefore we need to supply a meaningful
358: -- error message.
359: --