DBA Data[Home] [Help]

APPS.HXC_DRU_SHD dependencies on HR_API

Line 164: hr_api.mandatory_arg_error

160: l_proc := g_package||'lck';
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: end if;
163: --
164: hr_api.mandatory_arg_error
165: (p_api_name => l_proc
166: ,p_argument => 'DATA_APP_RULE_USAGE_ID'
167: ,p_argument_value => p_data_app_rule_usage_id
168: );

Line 194: When HR_Api.Object_Locked then

190: --
191: -- We need to trap the ORA LOCK exception
192: --
193: Exception
194: When HR_Api.Object_Locked then
195: --
196: -- The object is locked therefore we need to supply a meaningful
197: -- error message.
198: --