DBA Data[Home] [Help]

APPS.HXC_APC_SHD dependencies on HR_API

Line 169: hr_api.mandatory_arg_error

165: l_proc := g_package||'lck';
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: end if;
168: --
169: hr_api.mandatory_arg_error
170: (p_api_name => l_proc
171: ,p_argument => 'APPROVAL_PERIOD_COMP_ID'
172: ,p_argument_value => p_approval_period_comp_id
173: );

Line 199: When HR_Api.Object_Locked then

195: --
196: -- We need to trap the ORA LOCK exception
197: --
198: Exception
199: When HR_Api.Object_Locked then
200: --
201: -- The object is locked therefore we need to supply a meaningful
202: -- error message.
203: --