DBA Data[Home] [Help]

APPS.GHR_CCL_SHD dependencies on HR_UTILITY

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

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

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

178: End If;
179:
180: --
181: --
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: --
184: -- We need to trap the ORA LOCK exception
185: --
186: Exception