DBA Data[Home] [Help]

APPS.PER_PSE_SHD dependencies on HR_API

Line 179: hr_api.mandatory_arg_error

175: --
176: Begin
177: hr_utility.set_location('Entering:'||l_proc, 5);
178: --
179: hr_api.mandatory_arg_error
180: (p_api_name => l_proc
181: ,p_argument => 'POS_STRUCTURE_ELEMENT_ID'
182: ,p_argument_value => p_pos_structure_element_id
183: );

Line 207: When HR_Api.Object_Locked then

203: --
204: -- We need to trap the ORA LOCK exception
205: --
206: Exception
207: When HR_Api.Object_Locked then
208: --
209: -- The object is locked therefore we need to supply a meaningful
210: -- error message.
211: --