DBA Data[Home] [Help]

APPS.PER_CNI_SHD dependencies on HR_API

Line 185: hr_api.mandatory_arg_error

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_api.mandatory_arg_error
186: (p_api_name => l_proc
187: ,p_argument => 'CONFIG_INFORMATION_ID'
188: ,p_argument_value => p_config_information_id
189: );

Line 192: hr_api.mandatory_arg_error

188: ,p_argument_value => p_config_information_id
189: );
190:
191: hr_utility.set_location(l_proc,6);
192: hr_api.mandatory_arg_error
193: (p_api_name => l_proc
194: ,p_argument => 'OBJECT_VERSION_NUMBER'
195: ,p_argument_value => p_object_version_number
196: );

Line 223: When HR_Api.Object_Locked then

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