DBA Data[Home] [Help]

APPS.OTA_OCL_SHD dependencies on HR_UTILITY

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

175: --
176: l_proc varchar2(72) := g_package||'lck';
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: hr_api.mandatory_arg_error
182: (p_api_name => l_proc
183: ,p_argument => 'COMPETENCE_LANGUAGE_ID'

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

200: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
201: fnd_message.raise_error;
202: End If;
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: --
206: -- We need to trap the ORA LOCK exception
207: --
208: Exception