DBA Data[Home] [Help]

APPS.PER_PSE_SHD dependencies on HR_UTILITY

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

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

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

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