[Home] [Help]
[Dependency Information]
| Object Name: | CN_LEDGER_BAL_TYPES_ALL_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | CN |
| FND Design Data: | CN.CN_LEDGER_BAL_TYPES_ALL_TL
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CN_LEDGER_BAL_TYPES_ALL_TL_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
BALANCE_ID
ORG_ID
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Organization identifier | |
| BALANCE_ID | NUMBER | (15) | Yes | Primary key. |
| BALANCE_NAME | VARCHAR2 | (80) | Yes | Name of balance |
| LANGUAGE | VARCHAR2 | (4) | Yes | Indicate the defined language of the row's translated columns |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Indicate the actual language of the row's translated columns |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, BALANCE_ID
, BALANCE_NAME
, LANGUAGE
, SOURCE_LANG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SECURITY_GROUP_ID
FROM CN.CN_LEDGER_BAL_TYPES_ALL_TL;
CN.CN_LEDGER_BAL_TYPES_ALL_TL does not reference any database object
CN.CN_LEDGER_BAL_TYPES_ALL_TL is referenced by following:
APPS
CN_LEDGER_BAL_TYPES_ALL_TL
|
|
|
|