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


TABLE: GML.OP_ORDR_TYP_TL

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


This table contains the translations for OrderType 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_TYP_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnORDER_TYPE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ORDER_TYPE NUMBER (5) Yes Unique identifier of user-defined order type; assigned by system. Order types 0 and 1 are reserved; 0 is not a valid order_type and 1 is a seeded order type for new and existing sales orders. Any additional order types will start with "2".
ORDER_TYPE_CODE VARCHAR2 (8) Yes User-defined code to distinguish order type; appears whenever order type is displayed and is entered by user on order.
ORDER_TYPE_DESC VARCHAR2 (40) Yes Order type description.
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 description and code will mirror. If description and code are not yet translated into LANGUAGE, then any changes to the text in the source language row will be reflected here as well.
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_TYPE
,      ORDER_TYPE_CODE
,      ORDER_TYPE_DESC
,      LANGUAGE
,      SOURCE_LANG
,      CREATED_BY
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM GML.OP_ORDR_TYP_TL;

Dependencies

[top of page]

GML.OP_ORDR_TYP_TL does not reference any database object

GML.OP_ORDR_TYP_TL is referenced by following:

SchemaAPPS
SynonymOP_ORDR_TYP_TL