DBA Data[Home] [Help]

APPS.PAY_DTE_SHD dependencies on HR_UTILITY

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

150: --
151: l_proc varchar2(72) := g_package||'lck';
152: --
153: Begin
154: hr_utility.set_location('Entering:'||l_proc, 5);
155: --
156: hr_api.mandatory_arg_error
157: (p_api_name => l_proc
158: ,p_argument => 'DATETRACKED_EVENT_ID'

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

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