DBA Data[Home] [Help]

APPS.OTA_LPE_SHD dependencies on HR_UTILITY

Line 212: hr_utility.set_location('Entering:'||l_proc, 5);

208: --
209: l_proc varchar2(72) := g_package||'lck';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: hr_api.mandatory_arg_error
215: (p_api_name => l_proc
216: ,p_argument => 'LP_ENROLLMENT_ID'

Line 219: hr_utility.set_location(l_proc,6);

215: (p_api_name => l_proc
216: ,p_argument => 'LP_ENROLLMENT_ID'
217: ,p_argument_value => p_lp_enrollment_id
218: );
219: hr_utility.set_location(l_proc,6);
220: hr_api.mandatory_arg_error
221: (p_api_name => l_proc
222: ,p_argument => 'OBJECT_VERSION_NUMBER'
223: ,p_argument_value => p_object_version_number

Line 243: hr_utility.set_location(' Leaving:'||l_proc, 10);

239: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
240: fnd_message.raise_error;
241: End If;
242: --
243: hr_utility.set_location(' Leaving:'||l_proc, 10);
244: --
245: -- We need to trap the ORA LOCK exception
246: --
247: Exception