[Home] [Help]
[Dependency Information]
| Object Name: | GL_ACCT_USG |
|---|---|
| Object Type: | TABLE |
| Owner: | GMF |
| FND Design Data: | GMF.GL_ACCT_USG
|
| Subobject Name: | |
| Status: | VALID |
This table contains the user-defined Acount Usages. These codes are
used for reporting purposes only. This table is not used with Oracle
Financials integration..
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_ACCT_USG_PK | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
ACCT_USAGE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCT_USAGE_CODE | VARCHAR2 | (4) | Yes | ACCOUNT CODE USAGE. |
| ACCT_USAGE_DESC | VARCHAR2 | (70) | Yes | ACCOUNT USAGE 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_USAGE_CODE
, ACCT_USAGE_DESC
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TRANS_CNT
, TEXT_CODE
, DELETE_MARK
FROM GMF.GL_ACCT_USG;
GMF.GL_ACCT_USG does not reference any database object
GMF.GL_ACCT_USG is referenced by following:
APPS
GL_ACCT_USG
|
|
|
|