DBA Data[Home] [Help]

APPS.PQH_BPL_SHD dependencies on HR_API

Line 169: hr_api.mandatory_arg_error

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

Line 175: hr_api.mandatory_arg_error

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

Line 203: When HR_Api.Object_Locked then

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