DBA Data[Home] [Help]

APPS.PSP_PEE_SHD dependencies on HR_API

Line 187: hr_api.mandatory_arg_error

183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: hr_api.mandatory_arg_error
188: (p_api_name => l_proc
189: ,p_argument => 'EXTERNAL_EFFORT_LINE_ID'
190: ,p_argument_value => p_external_effort_line_id
191: );

Line 193: hr_api.mandatory_arg_error

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

Line 221: When HR_Api.Object_Locked then

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