DBA Data[Home] [Help]

APPS.FTE_UTIL_PKG dependencies on WSH_UTIL_CORE

Line 789: WSH_UTIL_CORE.Set_Log_Level(p_log_level => 1);

785: BEGIN
786:
787: IF (p_user_debug = 1) THEN
788: FTE_BULKLOAD_PKG.g_debug_on := TRUE;
789: WSH_UTIL_CORE.Set_Log_Level(p_log_level => 1);
790: -- NEED TO SET QP debug.
791: END IF;
792:
793: END Init_Debug;