DBA Data[Home] [Help]

APPS.PAY_TCO_SHD dependencies on HR_API

Line 151: hr_api.mandatory_arg_error

147: l_proc varchar2(72) := g_package||'lck';
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc,
153: p_argument => 'p_template_core_object_id',
154: p_argument_value => p_template_core_object_id);
155: hr_api.mandatory_arg_error

Line 155: hr_api.mandatory_arg_error

151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc,
153: p_argument => 'p_template_core_object_id',
154: p_argument_value => p_template_core_object_id);
155: hr_api.mandatory_arg_error
156: (p_api_name => l_proc,
157: p_argument => 'p_object_version_number',
158: p_argument_value => p_object_version_number);
159: Open C_Sel1;

Line 180: When HR_Api.Object_Locked then

176: --
177: -- We need to trap the ORA LOCK exception
178: --
179: Exception
180: When HR_Api.Object_Locked then
181: --
182: -- The object is locked therefore we need to supply a meaningful
183: -- error message.
184: --