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


VIEW: APPS.QPBV_SECONDARY_PRICE_LISTS

Object Details
Object Name: QPBV_SECONDARY_PRICE_LISTS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewQP.QPBV_SECONDARY_PRICE_LISTS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This view gives information about Primary Price list and its Secondary Price list.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.QPBV_SECONDARY_PRICE_LISTS references the following:

SchemaAPPS
SynonymQP_LIST_HEADERS_TL
PL/SQL PackageQP_NUMBER - show dependent code
SynonymQP_QUALIFIERS

APPS.QPBV_SECONDARY_PRICE_LISTS is not referenced by any database object