199: --
200: l_proc varchar2(72) := g_package||'lck';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: hr_api.mandatory_arg_error
206: (p_api_name => l_proc
207: ,p_argument => 'LP_MEMBER_ENROLLMENT_ID'
206: (p_api_name => l_proc
207: ,p_argument => 'LP_MEMBER_ENROLLMENT_ID'
208: ,p_argument_value => p_lp_member_enrollment_id
209: );
210: hr_utility.set_location(l_proc,6);
211: hr_api.mandatory_arg_error
212: (p_api_name => l_proc
213: ,p_argument => 'OBJECT_VERSION_NUMBER'
214: ,p_argument_value => p_object_version_number
230: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
231: fnd_message.raise_error;
232: End If;
233: --
234: hr_utility.set_location(' Leaving:'||l_proc, 10);
235: --
236: -- We need to trap the ORA LOCK exception
237: --
238: Exception