DBA Data[Home] [Help]

APPS.PAY_SIV_SHD dependencies on HR_API

Line 176: hr_api.mandatory_arg_error

172: hr_utility.set_location('Entering:'||l_proc, 5);
173: --
174: -- Add any mandatory argument checking here:
175: -- Example:
176: hr_api.mandatory_arg_error
177: (p_api_name => l_proc,
178: p_argument => 'p_input_value_id',
179: p_argument_value => p_input_value_id);
180: hr_api.mandatory_arg_error

Line 180: hr_api.mandatory_arg_error

176: hr_api.mandatory_arg_error
177: (p_api_name => l_proc,
178: p_argument => 'p_input_value_id',
179: p_argument_value => p_input_value_id);
180: hr_api.mandatory_arg_error
181: (p_api_name => l_proc,
182: p_argument => 'p_object_version_number',
183: p_argument_value => p_object_version_number);
184: Open C_Sel1;

Line 205: When HR_Api.Object_Locked then

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