DBA Data[Home] [Help]

APPS.QP_DEBUG_UTIL dependencies on FND_API

Line 248: if G_DEBUG = FND_API.G_TRUE AND G_DEBUG_LEVEL = 1 AND G_qp_debug IN ('P','S','M') then

244: Function ISQPDebugOn
245: Return Boolean IS
246: BEGIN
247:
248: if G_DEBUG = FND_API.G_TRUE AND G_DEBUG_LEVEL = 1 AND G_qp_debug IN ('P','S','M') then
249: RETURN(TRUE);
250: else
251: RETURN(FALSE);
252: end if;