DBA Data[Home] [Help] [Dependency Information]


TABLE: GL.GL_SYSTEM_USAGES

Object Details
Object Name: GL_SYSTEM_USAGES
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_SYSTEM_USAGES
Subobject Name:
Status: VALID


GL_SYSTEM_USAGES indicates whether a particular feature is being used by any user of the system. Currently, it only keeps track of whether average balances are enabled in any ledger in the system. AVERAGE_BALANCES_FLAG is initially 'N'. It is set to 'Y' when a ledger is created that has average balances enabled.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
AVERAGE_BALANCES_FLAG VARCHAR2 (1) Yes Average balances used in system flag
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
CONSOLIDATION_LEDGER_FLAG VARCHAR2 (1) Yes Consolidation ledger flag
EFB_UPGRADE_FLAG VARCHAR2 (1) Yes Entered foreign currency balances upgrade flag
RECONCILIATION_UPG_FLAG VARCHAR2 (1)
Indicates whether reconciliation data has been upgraded
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT AVERAGE_BALANCES_FLAG
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CONSOLIDATION_LEDGER_FLAG
,      EFB_UPGRADE_FLAG
,      RECONCILIATION_UPG_FLAG
FROM GL.GL_SYSTEM_USAGES;

Dependencies

[top of page]

GL.GL_SYSTEM_USAGES does not reference any database object

GL.GL_SYSTEM_USAGES is referenced by following:

SchemaGL
ViewGL_SYSTEM_USAGES#