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


TABLE: GML.OP_ORDR_STS_TL

Object Details
Object Name: OP_ORDR_STS_TL
Object Type: TABLE
Owner: GML
FND Design Data: TableGML.OP_ORDR_STS_TL
Subobject Name:
Status: VALID


This table contains the translations for Order Status Codes and Descriptions for every installed language. Users must enter the translation for each language, otherwise the base language description and code are copied for the other languages.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OP_ORDR_STS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORDER_STATUS
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ORDER_STATUS NUMBER (5) Yes Unique identifier of order and order line status; predefined numbers used in OPM order entry.
LANGUAGE VARCHAR2 (4) Yes The value stored in this column represents the language in which the data will be displayed.
SOURCE_LANG VARCHAR2 (4) Yes The language the text will mirror. If text is not yet translated into LANGUAGE, then any changes to the text in the source language row will be reflected here as well.
ORDER_STATUS_CODE VARCHAR2 (16) Yes User-defined code to identify status of order.
ORDER_STATUS_DESC VARCHAR2 (40) Yes Order status description
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORDER_STATUS
,      LANGUAGE
,      SOURCE_LANG
,      ORDER_STATUS_CODE
,      ORDER_STATUS_DESC
,      CREATED_BY
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GML.OP_ORDR_STS_TL;

Dependencies

[top of page]

GML.OP_ORDR_STS_TL does not reference any database object

GML.OP_ORDR_STS_TL is referenced by following:

SchemaGML
ViewOP_ORDR_STS_TL#