DBA Data[Home] [Help]

APPS.HXC_HAT_SHD dependencies on HR_API

Line 136: hr_api.mandatory_arg_error

132: l_proc := g_package||'lck';
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: end if;
135: --
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc
138: ,p_argument => 'ALIAS_TYPE_ID'
139: ,p_argument_value => p_alias_type_id
140: );

Line 144: hr_api.mandatory_arg_error

140: );
141: if g_debug then
142: hr_utility.set_location(l_proc,6);
143: end if;
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'OBJECT_VERSION_NUMBER'
147: ,p_argument_value => p_object_version_number
148: );

Line 174: When HR_Api.Object_Locked then

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