DBA Data[Home] [Help]

APPS.HXC_TKS_SHD dependencies on HR_API

Line 124: hr_api.mandatory_arg_error

120: l_proc := g_package||'lck';
121: hr_utility.set_location('Entering:'||l_proc, 5);
122: end if;
123: --
124: hr_api.mandatory_arg_error
125: (p_api_name => l_proc
126: ,p_argument => 'SUBMISSION_ID'
127: ,p_argument_value => p_submission_id
128: );

Line 152: When HR_Api.Object_Locked then

148: --
149: -- We need to trap the ORA LOCK exception
150: --
151: Exception
152: When HR_Api.Object_Locked then
153: --
154: -- The object is locked therefore we need to supply a meaningful
155: -- error message.
156: --