DBA Data[Home] [Help]

APPS.HR_TIP_SHD dependencies on HR_API

Line 136: hr_api.mandatory_arg_error

132: --
133: Begin
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: hr_api.mandatory_arg_error
137: (p_api_name => l_proc
138: ,p_argument => 'TEMPLATE_ITEM_TAB_PAGE_ID'
139: ,p_argument_value => p_template_item_tab_page_id
140: );

Line 142: hr_api.mandatory_arg_error

138: ,p_argument => 'TEMPLATE_ITEM_TAB_PAGE_ID'
139: ,p_argument_value => p_template_item_tab_page_id
140: );
141: --Bug:1790746 fix Start
142: hr_api.mandatory_arg_error
143: (p_api_name => l_proc
144: ,p_argument => 'object_version_number'
145: ,p_argument_value => p_object_version_number
146: );

Line 170: When HR_Api.Object_Locked then

166: --
167: -- We need to trap the ORA LOCK exception
168: --
169: Exception
170: When HR_Api.Object_Locked then
171: --
172: -- The object is locked therefore we need to supply a meaningful
173: -- error message.
174: --