DBA Data[Home] [Help]

APPS.HXC_LKR_SHD dependencies on HR_API

Line 144: hr_api.mandatory_arg_error

140: l_proc := g_package||'lck';
141: hr_utility.set_location('Entering:'||l_proc, 5);
142: end if;
143: --
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'LOCKER_TYPE_OWNER_ID'
147: ,p_argument_value => p_locker_type_owner_id
148: );

Line 152: hr_api.mandatory_arg_error

148: );
149: if g_debug then
150: hr_utility.set_location(l_proc,6);
151: end if;
152: hr_api.mandatory_arg_error
153: (p_api_name => l_proc
154: ,p_argument => 'LOCKER_TYPE_REQUESTOR_ID'
155: ,p_argument_value => p_locker_type_requestor_id
156: );

Line 178: When HR_Api.Object_Locked then

174: --
175: -- We need to trap the ORA LOCK exception
176: --
177: Exception
178: When HR_Api.Object_Locked then
179: --
180: -- The object is locked therefore we need to supply a meaningful
181: -- error message.
182: --