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


TABLE: QP.QP_LIST_HEADERS_TL

Object Details
Object Name: QP_LIST_HEADERS_TL
Object Type: TABLE
Owner: QP
FND Design Data: TableQP.QP_LIST_HEADERS_TL
Subobject Name:
Status: VALID


QP_LIST_HEADERS_TL stores the translatable columns, name and description of the list, in each of the available languages in the database.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QP_LIST_HEADERS_TL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLIST_HEADER_ID
ColumnLANGUAGE
QP_LIST_HEADERS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnNAME
ColumnVERSION_NO
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
LIST_HEADER_ID NUMBER
Yes References primary key of QP_LIST_HEADERS_B
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER

Standard Who Column
LANGUAGE VARCHAR2 (4) Yes Language
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.
NAME VARCHAR2 (240) Yes Price List name or Modifier List number.
DESCRIPTION VARCHAR2 (2000)
Price List Description or Modifier List Name.
VERSION_NO VARCHAR2 (30)
List version number. This is user-defined for List Types of Promotion or Deal.
Query Text

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


SELECT LIST_HEADER_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LANGUAGE
,      SOURCE_LANG
,      NAME
,      DESCRIPTION
,      VERSION_NO
FROM QP.QP_LIST_HEADERS_TL;

Dependencies

[top of page]

QP.QP_LIST_HEADERS_TL does not reference any database object

QP.QP_LIST_HEADERS_TL is referenced by following:

SchemaAPPS
SynonymQP_LIST_HEADERS_TL