[Home] [Help]
[Dependency Information]
| Object Name: | SO_PRICE_LISTS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OE |
| FND Design Data: | OE.SO_PRICE_LISTS_TL
|
| Subobject Name: | |
| Status: | VALID |
SO_PRICE_LISTS_TL stores translated information about the Price Lists you define in Oracle Order Entry . Each row includes the language the row is translated to, the name and description of the price list, and the price list identifier which uniquely identifies the price list. You need one row for each price list in each of the installed languages.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRICE_LIST_ID | NUMBER | Yes | ||
| LANGUAGE | VARCHAR2 | (4) | Yes | |
| SOURCE_LANG | VARCHAR2 | (4) | Yes | |
| NAME | VARCHAR2 | (30) | Yes | |
| DESCRIPTION | VARCHAR2 | (240) | ||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| LAST_UPDATE_LOGIN | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT PRICE_LIST_ID
, LANGUAGE
, SOURCE_LANG
, NAME
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OE.SO_PRICE_LISTS_TL;
OE.SO_PRICE_LISTS_TL does not reference any database object
OE.SO_PRICE_LISTS_TL is referenced by following:
OE
SO_PRICE_LISTS_TL#
|
|
|
|