DBA Data[Home] [Help]

APPS.EGO_CHANGE_PEOPLE_IMPORT_PKG dependencies on UTL_FILE

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

79: -- =================================================================
80: -- Global variables to hold logging attributes
81: -- =================================================================
82:
83: g_fd utl_file.file_type; -- Log file descriptor
84: G_TRACE_ON NUMBER := 0; -- Log ON state
85: G_DBG_LVL NUMBER := 0;
86: G_CONCREQ_VALID_FLAG BOOLEAN := FALSE;
87: G_FILE_INIT BOOLEAN := FALSE;