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


TABLE: GL.GL_NET_INCOME_ACCOUNTS

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


GL_NET_INCOME_ACCOUNTS stores the net income accounts for each balancing segment value of each ledger with average balances enabled. You specify a net income account template with a particular balancing segment value when you define an average balances ledger. The Ledger page then inserts a record into this table with the ledger identifier and balancing segment value combination. As you post to different balancing segment values in that ledger, the Posting program creates new net income accounts by substituting the balancing segment values into the net income account template, and inserts corresponding records into this table.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_NET_INCOME_ACCOUNTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLEDGER_ID
ColumnBAL_SEG_VALUE
ColumnCODE_COMBINATION_ID
GL_NET_INCOME_ACCOUNTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCODE_COMBINATION_ID
Columns
Name Datatype Length Mandatory Comments
LEDGER_ID NUMBER (15) Yes Ledger defining column
BAL_SEG_VALUE VARCHAR2 (25) Yes Balancing segment value for which this account is the net income account
CODE_COMBINATION_ID NUMBER (15) Yes Net income account
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
REQUEST_ID NUMBER (15)
Enhanced Who column
PROGRAM_APPLICATION_ID NUMBER (15)
Enhanced Who column
PROGRAM_ID NUMBER (15)
Enhanced Who column
PROGRAM_UPDATE_DATE DATE

Enhanced Who column
Query Text

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


SELECT LEDGER_ID
,      BAL_SEG_VALUE
,      CODE_COMBINATION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM GL.GL_NET_INCOME_ACCOUNTS;

Dependencies

[top of page]

GL.GL_NET_INCOME_ACCOUNTS does not reference any database object

GL.GL_NET_INCOME_ACCOUNTS is referenced by following:

SchemaAPPS
SynonymGL_NET_INCOME_ACCOUNTS