DBA Data[Home] [Help]

APPS.PER_STL_SHD dependencies on HR_UTILITY

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

122: --
123: l_proc varchar2(72) := g_package||'lck';
124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'SETUP_TASK_CODE'

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

143: End If;
144: Close C_Sel1;
145: --
146: --
147: hr_utility.set_location(' Leaving:'||l_proc, 10);
148: --
149: -- We need to trap the ORA LOCK exception
150: --
151: Exception