DBA Data[Home] [Help]

APPS.PQH_PSU_SHD dependencies on HR_API

Line 217: hr_api.mandatory_arg_error

213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'EMP_STAT_SITUATION_ID'
220: ,p_argument_value => p_emp_stat_situation_id
221: );

Line 223: hr_api.mandatory_arg_error

219: ,p_argument => 'EMP_STAT_SITUATION_ID'
220: ,p_argument_value => p_emp_stat_situation_id
221: );
222: hr_utility.set_location(l_proc,6);
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 251: When HR_Api.Object_Locked then

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