[Home] [Help]
[Dependency Information]
| Object Name: | QPBV_SECONDARY_PRICE_LISTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | QP.QPBV_SECONDARY_PRICE_LISTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This view gives information about Primary Price list and its Secondary Price list.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PRIMARY_LIST_NAME | VARCHAR2 | (240) | Yes | This is the name of the Primary Price list. |
| PRIMARY_LIST_HEADER_ID | NUMBER | Yes | This is thelist_header_id of the Primary Price list. | |
| SECONDARY_LIST_NAME | VARCHAR2 | (240) | Yes | This is the name of the Secondary Price list. |
| SECONDARY_LIST_HEADER_ID | NUMBER | Yes | This is the list_header_id of the Secondary Price list. | |
| QUALIFIER_PRECEDENCE | NUMBER | |||
| CREATION_DATE | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes | ||
| LAST_UPDATE_DATE | DATE | Yes | ||
| LAST_UPDATED_BY | NUMBER | Yes | ||
| SECONDARY_LIST_HEADER_REF | VARCHAR2 | (50) | Unique identification of the price list in the external application from where the price list is imported. |
Cut, paste (and edit) the following text to query this object:
SELECT PRIMARY_LIST_NAME
, PRIMARY_LIST_HEADER_ID
, SECONDARY_LIST_NAME
, SECONDARY_LIST_HEADER_ID
, QUALIFIER_PRECEDENCE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, SECONDARY_LIST_HEADER_REF
FROM APPS.QPBV_SECONDARY_PRICE_LISTS;
APPS
QP_LIST_HEADERS_TL
QP_NUMBER
- show dependent code
QP_QUALIFIERS
APPS.QPBV_SECONDARY_PRICE_LISTS is not referenced by any database object
|
|
|
|