DBA Data[Home] [Help]

APPS.HR_TIC_SHD dependencies on HR_API

Line 151: hr_api.mandatory_arg_error

147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: hr_api.mandatory_arg_error
152: (p_api_name => l_proc
153: ,p_argument => 'TEMPLATE_ITEM_CONTEXT_ID'
154: ,p_argument_value => p_template_item_context_id
155: );

Line 157: hr_api.mandatory_arg_error

153: ,p_argument => 'TEMPLATE_ITEM_CONTEXT_ID'
154: ,p_argument_value => p_template_item_context_id
155: );
156: --Bug:1790746 fix Start
157: hr_api.mandatory_arg_error
158: (p_api_name => l_proc
159: ,p_argument => 'object_version_number'
160: ,p_argument_value => p_object_version_number
161: );

Line 185: When HR_Api.Object_Locked then

181: --
182: -- We need to trap the ORA LOCK exception
183: --
184: Exception
185: When HR_Api.Object_Locked then
186: --
187: -- The object is locked therefore we need to supply a meaningful
188: -- error message.
189: --