[Home] [Help]
[Dependency Information]
Object Name: | GL_ACCU_MST |
---|---|
Object Type: | TABLE |
Owner: | GMF |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains the User-defined Accounting Units. Accounting
units are Organizational units of a company such as cost centers,
departments, and divisions, to be included in an Account key. Note
that with Oracle Financial integration, this table is populated with
Oracle Account Segments while entering the Account Unit Mapping info.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_ACCU_MST_PK | NORMAL | UNIQUE |
![]() |
![]() |
GL_ACCU_MST_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCTG_UNIT_ID | NUMBER | (10) | Yes | Surrogate to Accounting Unit Number |
ACCTG_UNIT_NO | VARCHAR2 | (240) | Yes | Accounting Unit Number |
CO_CODE | VARCHAR2 | (4) | Yes | Company for which the Accounting Unit is defined |
ACCTG_UNIT_DESC | VARCHAR2 | (70) | Yes | Accounting Unit Description |
START_DATE | DATE | Effective Start date. Note that this date is not used in Account Unit selection by GL Mapping program. | ||
END_DATE | DATE | Effective End date. Note that this date is not used in Account Unit selection by GL Mapping program. | ||
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | VARCHAR2 | (30) | 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) | Standard who column | |
TRANS_CNT | NUMBER | (10) | Not currently used | |
TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
Cut, paste (and edit) the following text to query this object:
SELECT ACCTG_UNIT_ID
, ACCTG_UNIT_NO
, CO_CODE
, ACCTG_UNIT_DESC
, START_DATE
, END_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
FROM GMF.GL_ACCU_MST;
GMF.GL_ACCU_MST does not reference any database object
GMF.GL_ACCU_MST is referenced by following:
|
|
|