DBA Data[Home] [Help]

APPS.PER_BPR_SHD dependencies on HR_API

Line 223: -- hr_api.mandatory_arg_error

219: hr_utility.set_location('Entering:'||l_proc, 5);
220: --
221: -- Add any mandatory argument checking here:
222: -- Example:
223: -- hr_api.mandatory_arg_error
224: -- (p_api_name => l_proc,
225: -- p_argument => 'object_version_number',
226: -- p_argument_value => p_object_version_number);
227: --

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

224: -- (p_api_name => l_proc,
225: -- p_argument => 'object_version_number',
226: -- p_argument_value => p_object_version_number);
227: --
228: hr_api.mandatory_arg_error(p_api_name => l_proc,
229: p_argument => 'PAYROLL_RUN_ID',
230: p_argument_value => p_payroll_run_id);
231: Open C_Sel1;
232: Fetch C_Sel1 Into g_old_rec;

Line 252: When HR_Api.Object_Locked then

248: --
249: -- We need to trap the ORA LOCK exception
250: --
251: Exception
252: When HR_Api.Object_Locked then
253: --
254: -- The object is locked therefore we need to supply a meaningful
255: -- error message.
256: --