DBA Data[Home] [Help]

APPS.IRC_IOS_SHD dependencies on HR_API

Line 147: hr_api.mandatory_arg_error

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

Line 153: hr_api.mandatory_arg_error

149: ,p_argument => 'OFFER_STATUS_HISTORY_ID'
150: ,p_argument_value => p_offer_status_history_id
151: );
152: hr_utility.set_location(l_proc,6);
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 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: --