DBA Data[Home] [Help]

APPS.PAY_BTH_SHD dependencies on HR_UTILITY

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

190: --
191: l_proc varchar2(72) := g_package||'lck';
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: hr_api.mandatory_arg_error
197: (p_api_name => l_proc
198: ,p_argument => 'BATCH_ID'

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

215: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
216: fnd_message.raise_error;
217: End If;
218: --
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: --
221: -- We need to trap the ORA LOCK exception
222: --
223: Exception