[Home] [Help]
[Dependency Information]
Object Name: | GL_NET_INCOME_ACCOUNTS |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_NET_INCOME_ACCOUNTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
GL_NET_INCOME_ACCOUNTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
GL.GL_NET_INCOME_ACCOUNTS does not reference any database object
GL.GL_NET_INCOME_ACCOUNTS is referenced by following:
|
|
|