DBA Data[Home] [Help]

APPS.PAY_BCT_SHD dependencies on HR_UTILITY

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

147: --
148: l_proc varchar2(72) := g_package||'lck';
149: --
150: Begin
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: hr_api.mandatory_arg_error
154: (p_api_name => l_proc
155: ,p_argument => 'BATCH_CONTROL_ID'

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

172: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
173: fnd_message.raise_error;
174: End If;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: --
178: -- We need to trap the ORA LOCK exception
179: --
180: Exception