DBA Data[Home] [Help]

APPS.PER_PSV_SHD dependencies on HR_API

Line 168: hr_api.mandatory_arg_error

164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: hr_api.mandatory_arg_error
169: (p_api_name => l_proc
170: ,p_argument => 'POS_STRUCTURE_VERSION_ID'
171: ,p_argument_value => p_pos_structure_version_id
172: );

Line 174: hr_api.mandatory_arg_error

170: ,p_argument => 'POS_STRUCTURE_VERSION_ID'
171: ,p_argument_value => p_pos_structure_version_id
172: );
173: hr_utility.set_location(l_proc,6);
174: hr_api.mandatory_arg_error
175: (p_api_name => l_proc
176: ,p_argument => 'OBJECT_VERSION_NUMBER'
177: ,p_argument_value => p_object_version_number
178: );

Line 202: When HR_Api.Object_Locked then

198: --
199: -- We need to trap the ORA LOCK exception
200: --
201: Exception
202: When HR_Api.Object_Locked then
203: --
204: -- The object is locked therefore we need to supply a meaningful
205: -- error message.
206: --