[Home] [Help]
[Dependency Information]
Object Name: | QP_LIST_HEADERS_TL |
---|---|
Object Type: | TABLE |
Owner: | QP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
QP_LIST_HEADERS_TL_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
QP_LIST_HEADERS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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. |
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;
QP.QP_LIST_HEADERS_TL does not reference any database object
QP.QP_LIST_HEADERS_TL is referenced by following:
|
|
|