DBA Data[Home] [Help]

APPS.HR_FIM_SHD dependencies on HR_UTILITY

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

161: --
162: l_proc varchar2(72) := g_package||'lck';
163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: hr_api.mandatory_arg_error
168: (p_api_name => l_proc
169: ,p_argument => 'FORM_ITEM_ID'

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

192: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
193: fnd_message.raise_error;
194: End If;
195: --
196: hr_utility.set_location(' Leaving:'||l_proc, 10);
197: --
198: -- We need to trap the ORA LOCK exception
199: --
200: Exception