DBA Data[Home] [Help]

APPS.HR_TPP_SHD dependencies on HR_API

Line 211: hr_api.mandatory_arg_error

207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc
213: ,p_argument => 'TAB_PAGE_PROPERTY_ID'
214: ,p_argument_value => p_tab_page_property_id
215: );

Line 217: hr_api.mandatory_arg_error

213: ,p_argument => 'TAB_PAGE_PROPERTY_ID'
214: ,p_argument_value => p_tab_page_property_id
215: );
216: --
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'object_version_number'
220: ,p_argument_value => p_object_version_number
221: );

Line 245: When HR_Api.Object_Locked then

241: --
242: -- We need to trap the ORA LOCK exception
243: --
244: Exception
245: When HR_Api.Object_Locked then
246: --
247: -- The object is locked therefore we need to supply a meaningful
248: -- error message.
249: --