DBA Data[Home] [Help]

APPS.PER_BBA_SHD dependencies on HR_API

Line 229: -- hr_api.mandatory_arg_error

225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- Add any mandatory argument checking here:
228: -- Example:
229: -- hr_api.mandatory_arg_error
230: -- (p_api_name => l_proc,
231: -- p_argument => 'object_version_number',
232: -- p_argument_value => p_object_version_number);
233: --

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

230: -- (p_api_name => l_proc,
231: -- p_argument => 'object_version_number',
232: -- p_argument_value => p_object_version_number);
233: --
234: hr_api.mandatory_arg_error(p_api_name => l_proc,
235: p_argument => 'BALANCE_AMOUNT_ID',
236: p_argument_value => p_balance_amount_id);
237: Open C_Sel1;
238: Fetch C_Sel1 Into g_old_rec;

Line 258: When HR_Api.Object_Locked then

254: --
255: -- We need to trap the ORA LOCK exception
256: --
257: Exception
258: When HR_Api.Object_Locked then
259: --
260: -- The object is locked therefore we need to supply a meaningful
261: -- error message.
262: --