DBA Data[Home] [Help]

APPS.BEN_PTY_SHD dependencies on HR_UTILITY

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

211: --
212: l_proc varchar2(72) := g_package||'lck';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_api.mandatory_arg_error
218: (p_api_name => l_proc
219: ,p_argument => 'PL_PCP_TYP_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