DBA Data[Home] [Help]

APPS.HXC_HAN_SHD dependencies on HR_API

Line 140: hr_api.mandatory_arg_error

136: if g_debug then
137: hr_utility.set_location('Entering:'||l_proc, 5);
138: end if;
139: --
140: hr_api.mandatory_arg_error
141: (p_api_name => l_proc
142: ,p_argument => 'COMP_notification_ID'
143: ,p_argument_value => p_comp_notification_id
144: );

Line 149: hr_api.mandatory_arg_error

145:
146: if g_debug then
147: hr_utility.set_location(l_proc,6);
148: end if;
149: hr_api.mandatory_arg_error
150: (p_api_name => l_proc
151: ,p_argument => 'OBJECT_VERSION_NUMBER'
152: ,p_argument_value => p_object_version_number
153: );

Line 179: When HR_Api.Object_Locked then

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