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


TABLE: QPR.QPR_PN_PRICES

Object Details
Object Name: QPR_PN_PRICES
Object Type: TABLE
Owner: QPR
Subobject Name:
Status: VALID


This table stores the different prices per deal response. The entries are present per price type per deal line. Also a header level rolled up value is present.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
QPR_PN_PRICES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPN_PRICE_ID
Columns
Name Datatype Length Mandatory Comments
PN_PRICE_ID NUMBER
Yes Unique Identifier
RESPONSE_HEADER_ID NUMBER
Yes Unique Identifier of the deal response headers to which the prices belong.
PN_LINE_ID NUMBER

Unique Identifier of the deal line to which the prices belong.
PN_PR_TYPE_ID NUMBER
Yes Unique Identifier of the price type.
UNIT_PRICE NUMBER

The unit price value.
AMOUNT NUMBER

The price multiplied with the quantity.
PERCENT_PRICE NUMBER

Price as percent of list price
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER

Identifies the concurrent program
PROGRAM_LOGIN_ID NUMBER

Identifies the Oracle Applicaitons Concurrent Program Login ID
PROGRAM_APPLICATION_ID NUMBER

Identifies the Oracle Application that spawned the concurrent program
REQUEST_ID NUMBER

Identifies the concurrent request instance that spawned the concurrent program
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PN_PRICE_ID
,      RESPONSE_HEADER_ID
,      PN_LINE_ID
,      PN_PR_TYPE_ID
,      UNIT_PRICE
,      AMOUNT
,      PERCENT_PRICE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      PROGRAM_ID
,      PROGRAM_LOGIN_ID
,      PROGRAM_APPLICATION_ID
,      REQUEST_ID
FROM QPR.QPR_PN_PRICES;

Dependencies

[top of page]

QPR.QPR_PN_PRICES does not reference any database object

QPR.QPR_PN_PRICES is referenced by following:

SchemaAPPS
SynonymQPR_PN_PRICES