[Home] [Help]
[Dependency Information]
Object Name: | QPBV_PRICE_LIST_LINES |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This view gives information about Price List lines.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LIST_HEADER_ID | NUMBER | Yes | ||
PRICE_BY_FORMULA_ID | NUMBER | |||
GENERATE_USING_FORMULA_ID | NUMBER | |||
ARITHMETIC_OPERATOR | VARCHAR2 | (30) | ||
OPERAND | NUMBER | |||
START_DATE_ACTIVE | DATE | |||
END_DATE_ACTIVE | DATE | |||
PRODUCT_PRECEDENCE | NUMBER | |||
LIST_LINE_TYPE_CODE | VARCHAR2 | (30) | Yes | |
PRICE_BREAK_TYPE_CODE | VARCHAR2 | (30) | ||
LIST_LINE_ID | NUMBER | Yes | ||
CREATION_DATE | DATE | Yes | ||
CREATED_BY | NUMBER | Yes | ||
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | Yes | ||
CUSTOMER_ITEM_ID | NUMBER | Identifies the customer item associated with this list line. Primary key of mtl_customer_items. | ||
ORIG_SYS_HEADER_REF | VARCHAR2 | (50) | The combination of this and ORIG_SYS_LINE_REF is the primary key of the equivalent of the price list line table of the external system from where the price data is loaded. | |
ORIG_SYS_LINE_REF | VARCHAR2 | (50) | The combination of this and ORIG_SYS_HEADER_REF is the primary key of the equivalent of the price list line table of the external system from where the price data is loaded. |
Cut, paste (and edit) the following text to query this object:
SELECT LIST_HEADER_ID
, PRICE_BY_FORMULA_ID
, GENERATE_USING_FORMULA_ID
, ARITHMETIC_OPERATOR
, OPERAND
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, PRODUCT_PRECEDENCE
, LIST_LINE_TYPE_CODE
, PRICE_BREAK_TYPE_CODE
, LIST_LINE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CUSTOMER_ITEM_ID
, ORIG_SYS_HEADER_REF
, ORIG_SYS_LINE_REF
FROM APPS.QPBV_PRICE_LIST_LINES;
APPS.QPBV_PRICE_LIST_LINES is not referenced by any database object
|
|
|