PON_AUC_PRICE_ELEMENTS_INT

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.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PON_AUC_PRICE_ELEMENTS_IN_PK

BATCH_ID, INTERFACE_LINE_ID, AUCTION_HEADER_ID, SEQUENCE_NUMBER

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Spreadsheet Import Batch Id
INTERFACE_LINE_ID NUMBER Yes Interface Line Id
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Id
AUCTION_LINE_NUMBER NUMBER Auction Line Number
SEQUENCE_NUMBER NUMBER Yes Sequence Number
PRICE_ELEMENT_TYPE_NAME VARCHAR2 80 Price Element Type Name
PRICE_ELEMENT_TYPE_ID NUMBER 18 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 to display this price factor to suppliers. Only relevant to buyer price factors.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
DISP_SEQ_NUMBER NUMBER Sequence number used for display.

Indexes

Index Uniqueness Tablespace Columns
PON_AUC_PRICE_ELEMS_INT_U1 Unique Default BATCH_ID, INTERFACE_LINE_ID, AUCTION_HEADER_ID, SEQUENCE_NUMBER