DBA Data[Home] [Help]

APPS.OTA_CTU_SHD dependencies on HR_UTILITY

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

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

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

213: (p_api_name => l_proc
214: ,p_argument => 'CATEGORY_USAGE_ID'
215: ,p_argument_value => p_category_usage_id
216: );
217: hr_utility.set_location(l_proc,6);
218: hr_api.mandatory_arg_error
219: (p_api_name => l_proc
220: ,p_argument => 'OBJECT_VERSION_NUMBER'
221: ,p_argument_value => p_object_version_number

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

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