DBA Data[Home] [Help]

APPS.IRC_IVC_SHD dependencies on HR_API

Line 139: hr_api.mandatory_arg_error

135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138:
139: hr_api.mandatory_arg_error
140: (p_api_name => l_proc
141: ,p_argument => 'VACANCY_CONSIDERATION_ID'
142: ,p_argument_value => p_vacancy_consideration_id
143: );

Line 145: hr_api.mandatory_arg_error

141: ,p_argument => 'VACANCY_CONSIDERATION_ID'
142: ,p_argument_value => p_vacancy_consideration_id
143: );
144: hr_utility.set_location(l_proc,7);
145: hr_api.mandatory_arg_error
146: (p_api_name => l_proc
147: ,p_argument => 'OBJECT_VERSION_NUMBER'
148: ,p_argument_value => p_object_version_number
149: );

Line 173: When HR_Api.Object_Locked then

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