DBA Data[Home] [Help]

APPS.HR_EAP_SHD dependencies on HR_UTILITY

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

114: --
115: l_proc varchar2(72) := g_package||'lck';
116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'EXT_APPLICATION_ID'

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

135: End If;
136: Close C_Sel1;
137: --
138: --
139: hr_utility.set_location(' Leaving:'||l_proc, 10);
140: --
141: -- We need to trap the ORA LOCK exception
142: --
143: Exception