DBA Data[Home] [Help]

APPS.PAY_SFR_SHD dependencies on HR_API

Line 162: hr_api.mandatory_arg_error

158: l_proc varchar2(72) := g_package||'lck';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc,
164: p_argument => 'p_object_version_number',
165: p_argument_value => p_object_version_number);
166: hr_api.mandatory_arg_error

Line 166: hr_api.mandatory_arg_error

162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc,
164: p_argument => 'p_object_version_number',
165: p_argument_value => p_object_version_number);
166: hr_api.mandatory_arg_error
167: (p_api_name => l_proc,
168: p_argument => 'p_formula_result_rule_id',
169: p_argument_value => p_formula_result_rule_id);
170: Open C_Sel1;

Line 191: When HR_Api.Object_Locked then

187: --
188: -- We need to trap the ORA LOCK exception
189: --
190: Exception
191: When HR_Api.Object_Locked then
192: --
193: -- The object is locked therefore we need to supply a meaningful
194: -- error message.
195: --