DBA Data[Home] [Help]

APPS.PER_SSD_SHD dependencies on HR_API

Line 164: hr_api.mandatory_arg_error

160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_api.mandatory_arg_error
165: (p_api_name => l_proc
166: ,p_argument => 'SUCCESSEE_DETAIL_ID'
167: ,p_argument_value => p_successee_detail_id
168: );

Line 170: hr_api.mandatory_arg_error

166: ,p_argument => 'SUCCESSEE_DETAIL_ID'
167: ,p_argument_value => p_successee_detail_id
168: );
169: hr_utility.set_location(l_proc,6);
170: hr_api.mandatory_arg_error
171: (p_api_name => l_proc
172: ,p_argument => 'OBJECT_VERSION_NUMBER'
173: ,p_argument_value => p_object_version_number
174: );

Line 198: When HR_Api.Object_Locked then

194: --
195: -- We need to trap the ORA LOCK exception
196: --
197: Exception
198: When HR_Api.Object_Locked then
199: --
200: -- The object is locked therefore we need to supply a meaningful
201: -- error message.
202: --