[Home] [Help]
[Dependency Information]
| Object Name: | GL_ACCT_TTL |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GL_ACCT_TTL
|
| Subobject Name: | |
| Status: | VALID |
This table conrtains the system defined Account Titles. User is not
allowed to change them in GEMMS.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_ACCT_TTL_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACCT_TTL_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCT_TTL_TYPE | NUMBER | (5) | Yes | Surrogate to ACCT_TTL_CODE |
| ACCT_TTL_CODE | VARCHAR2 | (4) | Yes | Account Title Code. |
| ACCT_TTL_DESC | VARCHAR2 | (70) | Yes | Account Title description. |
| 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) | 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 ACCT_TTL_TYPE
, ACCT_TTL_CODE
, ACCT_TTL_DESC
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
FROM GMF.GL_ACCT_TTL;
GMF.GL_ACCT_TTL does not reference any database object
GMF.GL_ACCT_TTL is referenced by following:
APPS
GL_ACCT_TTL
|
|
|
|