DBA Data[Home] [Help]

APPS.PER_RCF_SHD dependencies on HR_API

Line 156: hr_api.mandatory_arg_error

152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'RECRUITMENT_ACTIVITY_FOR_ID'
159: ,p_argument_value => p_rec_activity_for_id
160: );

Line 162: hr_api.mandatory_arg_error

158: ,p_argument => 'RECRUITMENT_ACTIVITY_FOR_ID'
159: ,p_argument_value => p_rec_activity_for_id
160: );
161: hr_utility.set_location(l_proc,6);
162: hr_api.mandatory_arg_error
163: (p_api_name => l_proc
164: ,p_argument => 'OBJECT_VERSION_NUMBER'
165: ,p_argument_value => p_object_version_number
166: );

Line 190: When HR_Api.Object_Locked then

186: --
187: -- We need to trap the ORA LOCK exception
188: --
189: Exception
190: When HR_Api.Object_Locked then
191: --
192: -- The object is locked therefore we need to supply a meaningful
193: -- error message.
194: --