DBA Data[Home] [Help]

APPS.PER_SCN_SHD dependencies on HR_API

Line 157: hr_api.mandatory_arg_error

153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_api.mandatory_arg_error
158: (p_api_name => l_proc
159: ,p_argument => 'SOLUTION_ID'
160: ,p_argument_value => p_solution_id
161: );

Line 163: hr_api.mandatory_arg_error

159: ,p_argument => 'SOLUTION_ID'
160: ,p_argument_value => p_solution_id
161: );
162: hr_utility.set_location(l_proc,6);
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'COMPONENT_NAME'
166: ,p_argument_value => p_component_name
167: );

Line 169: hr_api.mandatory_arg_error

165: ,p_argument => 'COMPONENT_NAME'
166: ,p_argument_value => p_component_name
167: );
168: hr_utility.set_location(l_proc,7);
169: hr_api.mandatory_arg_error
170: (p_api_name => l_proc
171: ,p_argument => 'SOLUTION_TYPE_NAME'
172: ,p_argument_value => p_solution_type_name
173: );

Line 175: hr_api.mandatory_arg_error

171: ,p_argument => 'SOLUTION_TYPE_NAME'
172: ,p_argument_value => p_solution_type_name
173: );
174: hr_utility.set_location(l_proc,8);
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: --