DBA Data[Home] [Help]

APPS.HXC_RTC_SHD dependencies on HR_API

Line 161: hr_api.mandatory_arg_error

157: l_proc := g_package||'lck';
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: end if;
160: --
161: hr_api.mandatory_arg_error
162: (p_api_name => l_proc
163: ,p_argument => 'RETRIEVAL_RULE_COMP_ID'
164: ,p_argument_value => p_retrieval_rule_comp_id
165: );

Line 191: When HR_Api.Object_Locked then

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