DBA Data[Home] [Help]

APPS.PAY_CNU_SHD dependencies on HR_API

Line 163: hr_api.mandatory_arg_error

159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: --
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'CONTRIBUTION_USAGE_ID'
166: ,p_argument_value => p_contribution_usage_id
167: );

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