DBA Data[Home] [Help]

APPS.PAY_TDF_SHD dependencies on HR_API

Line 171: hr_api.mandatory_arg_error

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_api.mandatory_arg_error
172: (p_api_name => l_proc
173: ,p_argument => 'TIME_DEFINITION_ID'
174: ,p_argument_value => p_time_definition_id
175: );

Line 177: hr_api.mandatory_arg_error

173: ,p_argument => 'TIME_DEFINITION_ID'
174: ,p_argument_value => p_time_definition_id
175: );
176: hr_utility.set_location(l_proc,6);
177: hr_api.mandatory_arg_error
178: (p_api_name => l_proc
179: ,p_argument => 'OBJECT_VERSION_NUMBER'
180: ,p_argument_value => p_object_version_number
181: );

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: --