DBA Data[Home] [Help]

APPS.HXC_LCK_SHD dependencies on HR_API

Line 127: hr_api.mandatory_arg_error

123: l_proc := g_package||'lck';
124: hr_utility.set_location('Entering:'||l_proc, 5);
125: end if;
126: --
127: hr_api.mandatory_arg_error
128: (p_api_name => l_proc
129: ,p_argument => 'LOCKER_TYPE_ID'
130: ,p_argument_value => p_locker_type_id
131: );

Line 153: When HR_Api.Object_Locked then

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