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


TABLE: PON.PON_AUC_PRICE_ELEMENTS_INT

Object Details
Object Name: PON_AUC_PRICE_ELEMENTS_INT
Object Type: TABLE
Owner: PON
FND Design Data: TablePON.PON_AUC_PRICE_ELEMENTS_INT
Subobject Name:
Status: VALID


PON_AUC_PRICE_ELEMENTS_INT temporarily stores negotiation price element information that the negotiation owner is uploading from a spreadsheet. Once the information is uploaded the interface is processed and the errors are reported in PON_INTERFACE_ERRORS.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PON_AUC_PRICE_ELEMENTS_INT_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnINTERFACE_LINE_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Spreadsheet Import Batch Id
INTERFACE_LINE_ID NUMBER

Interface Line Id
AUCTION_HEADER_ID NUMBER

Auction Header Id
AUCTION_LINE_NUMBER NUMBER

Auction Line Number
SEQUENCE_NUMBER NUMBER

Sequence Number
PRICE_ELEMENT_TYPE_NAME VARCHAR2 (80)
Price Element Type Name
PRICE_ELEMENT_TYPE_ID NUMBER

Price Element Type Id
DESCRIPTION VARCHAR2 (240)
Price Element Description
PRICING_BASIS_NAME VARCHAR2 (80)
Pricing Basis Name
PRICING_BASIS VARCHAR2 (30)
Pricing Basis
VALUE NUMBER

Price Element Negotiation Value
PRECISION NUMBER

Negotiation Precision
DISPLAY_TARGET_FLAG VARCHAR2 (1)
Display Target Flag
PF_TYPE VARCHAR2 (30)
Indicates whether this price factor is of type buyer or supplier.
DISPLAY_TO_SUPPLIERS_FLAG VARCHAR2 (1)
Indicates whether display this price factor to suppliers. Only relevant to buyer price factors.
Query Text

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


SELECT BATCH_ID
,      INTERFACE_LINE_ID
,      AUCTION_HEADER_ID
,      AUCTION_LINE_NUMBER
,      SEQUENCE_NUMBER
,      PRICE_ELEMENT_TYPE_NAME
,      PRICE_ELEMENT_TYPE_ID
,      DESCRIPTION
,      PRICING_BASIS_NAME
,      PRICING_BASIS
,      VALUE
,      PRECISION
,      DISPLAY_TARGET_FLAG
,      PF_TYPE
,      DISPLAY_TO_SUPPLIERS_FLAG
FROM PON.PON_AUC_PRICE_ELEMENTS_INT;

Dependencies

[top of page]

PON.PON_AUC_PRICE_ELEMENTS_INT does not reference any database object

PON.PON_AUC_PRICE_ELEMENTS_INT is referenced by following:

SchemaAPPS
SynonymPON_AUC_PRICE_ELEMENTS_INT