DBA Data[Home] [Help]

APPS.EGO_ITEM_PEOPLE_IMPORT_PKG dependencies on UTL_FILE

Line 91: g_fd utl_file.file_type; -- Log file descriptor

87: -- =================================================================
88: -- Global variables to hold logging attributes
89: -- =================================================================
90:
91: g_fd utl_file.file_type; -- Log file descriptor
92: G_TRACE_ON NUMBER := 0; -- Log ON state
93: G_DBG_LVL NUMBER := 0;
94: G_CONCREQ_VALID_FLAG BOOLEAN := FALSE;
95: G_FILE_INIT BOOLEAN := FALSE;