DBA Data[Home] [Help]

APPS.PAY_PEV_SHD dependencies on HR_UTILITY

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

166: --
167: l_proc varchar2(72) := g_package||'lck';
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172: hr_api.mandatory_arg_error
173: (p_api_name => l_proc
174: ,p_argument => 'PROCESS_EVENT_ID'

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

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