DBA Data[Home] [Help]

APPS.HR_FGI_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_DATA_GROUP_ITEM_ID'
149: ,p_argument_value => p_form_data_group_item_id
150: );

Line 152: hr_api.mandatory_arg_error

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

Line 181: When HR_Api.Object_Locked then

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