DBA Data[Home] [Help]

APPS.HXC_ATC_SHD dependencies on HR_API

Line 140: hr_api.mandatory_arg_error

136: l_proc := g_package||'lck';
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 => 'ALIAS_TYPE_COMPONENT_ID'
143: ,p_argument_value => p_alias_type_component_id
144: );

Line 148: hr_api.mandatory_arg_error

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

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: --