DBA Data[Home] [Help]

APPS.HR_TIC_SHD dependencies on HR_UTILITY

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

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

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

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