DBA Data[Home] [Help] [Dependency Information]


TABLE: PO.PO_UN_NUMBERS_TL

Object Details
Object Name: PO_UN_NUMBERS_TL
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_UN_NUMBERS_TL
Subobject Name:
Status: VALID


PO_UN_NUMBERS_TL contains translated information for the United Nations numbers.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_UN_NUMBERS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUN_NUMBER_ID
ColumnLANGUAGE
PO_UN_NUMBERS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUN_NUMBER
ColumnDESCRIPTION
ColumnLANGUAGE
Columns
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).
Query Text

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;

Dependencies

[top of page]

PO.PO_UN_NUMBERS_TL does not reference any database object

PO.PO_UN_NUMBERS_TL is referenced by following:

SchemaPO
ViewPO_UN_NUMBERS_TL#