DBA Data[Home] [Help]

APPS.PAY_BLT_SHD dependencies on HR_API

Line 228: hr_api.mandatory_arg_error

224: --
225: Begin
226: hr_utility.set_location('Entering:'||l_proc, 5);
227: --
228: hr_api.mandatory_arg_error
229: (p_api_name => l_proc
230: ,p_argument => 'BALANCE_TYPE_ID'
231: ,p_argument_value => p_balance_type_id
232: );

Line 234: hr_api.mandatory_arg_error

230: ,p_argument => 'BALANCE_TYPE_ID'
231: ,p_argument_value => p_balance_type_id
232: );
233: hr_utility.set_location(l_proc,6);
234: hr_api.mandatory_arg_error
235: (p_api_name => l_proc
236: ,p_argument => 'OBJECT_VERSION_NUMBER'
237: ,p_argument_value => p_object_version_number
238: );

Line 262: When HR_Api.Object_Locked then

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