DBA Data[Home] [Help]

APPS.HR_TPP_SHD dependencies on HR_UTILITY

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

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

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

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