DBA Data[Home] [Help]

APPS.PSP_PRT_SHD dependencies on HR_API

Line 181: hr_api.mandatory_arg_error

177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: hr_api.mandatory_arg_error
182: (p_api_name => l_proc
183: ,p_argument => 'TEMPLATE_ID'
184: ,p_argument_value => p_template_id
185: );

Line 187: hr_api.mandatory_arg_error

183: ,p_argument => 'TEMPLATE_ID'
184: ,p_argument_value => p_template_id
185: );
186: hr_utility.set_location(l_proc,6);
187: hr_api.mandatory_arg_error
188: (p_api_name => l_proc
189: ,p_argument => 'OBJECT_VERSION_NUMBER'
190: ,p_argument_value => p_object_version_number
191: );

Line 215: When HR_Api.Object_Locked then

211: --
212: -- We need to trap the ORA LOCK exception
213: --
214: Exception
215: When HR_Api.Object_Locked then
216: --
217: -- The object is locked therefore we need to supply a meaningful
218: -- error message.
219: --