DBA Data[Home] [Help]

APPS.PQH_TJR_SHD dependencies on HR_API

Line 220: hr_api.mandatory_arg_error

216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'TXN_JOB_REQUIREMENT_ID'
223: ,p_argument_value => p_txn_job_requirement_id
224: );

Line 226: hr_api.mandatory_arg_error

222: ,p_argument => 'TXN_JOB_REQUIREMENT_ID'
223: ,p_argument_value => p_txn_job_requirement_id
224: );
225: hr_utility.set_location(l_proc,6);
226: hr_api.mandatory_arg_error
227: (p_api_name => l_proc
228: ,p_argument => 'OBJECT_VERSION_NUMBER'
229: ,p_argument_value => p_object_version_number
230: );

Line 254: When HR_Api.Object_Locked then

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