DBA Data[Home] [Help]

APPS.HR_FSC_SHD dependencies on HR_API

Line 146: hr_api.mandatory_arg_error

142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_api.mandatory_arg_error
147: (p_api_name => l_proc
148: ,p_argument => 'FORM_TAB_STACKED_CANVAS_ID'
149: ,p_argument_value => p_form_tab_stacked_canvas_id
150: );

Line 153: hr_api.mandatory_arg_error

149: ,p_argument_value => p_form_tab_stacked_canvas_id
150: );
151: --
152: --Bug:1790746 fix Start
153: hr_api.mandatory_arg_error
154: (p_api_name => l_proc
155: ,p_argument => 'object_version_number'
156: ,p_argument_value => p_object_version_number
157: );

Line 182: When HR_Api.Object_Locked then

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