DBA Data[Home] [Help]

APPS.PAY_BTH_SHD dependencies on HR_API

Line 196: hr_api.mandatory_arg_error

192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'BATCH_ID'
199: ,p_argument_value => p_batch_id
200: );

Line 224: When HR_Api.Object_Locked then

220: --
221: -- We need to trap the ORA LOCK exception
222: --
223: Exception
224: When HR_Api.Object_Locked then
225: --
226: -- The object is locked therefore we need to supply a meaningful
227: -- error message.
228: --