DBA Data[Home] [Help]

APPS.PER_PST_SHD dependencies on HR_API

Line 211: hr_api.mandatory_arg_error

207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc
213: ,p_argument => 'POSITION_STRUCTURE_ID'
214: ,p_argument_value => p_position_structure_id
215: );

Line 217: hr_api.mandatory_arg_error

213: ,p_argument => 'POSITION_STRUCTURE_ID'
214: ,p_argument_value => p_position_structure_id
215: );
216: hr_utility.set_location(l_proc,6);
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'OBJECT_VERSION_NUMBER'
220: ,p_argument_value => p_object_version_number
221: );

Line 245: When HR_Api.Object_Locked then

241: --
242: -- We need to trap the ORA LOCK exception
243: --
244: Exception
245: When HR_Api.Object_Locked then
246: --
247: -- The object is locked therefore we need to supply a meaningful
248: -- error message.
249: --