DBA Data[Home] [Help]

APPS.HXC_MAP_SHD dependencies on HR_API

Line 147: hr_api.mandatory_arg_error

143: l_proc := g_package||'lck';
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: end if;
146: --
147: hr_api.mandatory_arg_error
148: (p_api_name => l_proc
149: ,p_argument => 'MAPPING_ID'
150: ,p_argument_value => p_mapping_id
151: );

Line 177: When HR_Api.Object_Locked then

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