[Home] [Help]
[Dependency Information]
| Object Name: | PO_UN_NUMBERS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.PO_UN_NUMBERS_TL
|
| Subobject Name: | |
| Status: | VALID |
PO_UN_NUMBERS_TL contains translated information for the United Nations numbers.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_UN_NUMBERS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
UN_NUMBER_ID
LANGUAGE
|
| PO_UN_NUMBERS_TL_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
UN_NUMBER
DESCRIPTION
LANGUAGE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UN_NUMBER_ID | NUMBER | Yes | Unique identifier for the United Nations number | |
| LANGUAGE | VARCHAR2 | (4) | Yes | Language to which you are translating |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | Language from which you are translating |
| UN_NUMBER | VARCHAR2 | (25) | Yes | United Nations number |
| DESCRIPTION | VARCHAR2 | (240) | Yes | Description of United Nations number |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| 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). |
Cut, paste (and edit) the following text to query this object:
SELECT UN_NUMBER_ID
, LANGUAGE
, SOURCE_LANG
, UN_NUMBER
, DESCRIPTION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM PO.PO_UN_NUMBERS_TL;
PO.PO_UN_NUMBERS_TL does not reference any database object
PO.PO_UN_NUMBERS_TL is referenced by following:
PO
PO_UN_NUMBERS_TL#
|
|
|
|