PON_BID_PRICE_ELEMENTS_INT

PON_BID_PRICE_ELEMENTS_INT is the interface table for price element for spreadsheet upload during bidding.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PON_BID_PRICE_ELEMENTS_IN_PK

INTERFACE_BID_PRICE_ELEM_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch number for the upload
INTERFACE_LINE_ID NUMBER Yes Interface Line ID
AUCTION_HEADER_ID NUMBER 18 Yes Negotiation header identifier
BID_NUMBER NUMBER 18 Yes Bid Number
LINE_NUMBER NUMBER Reference to Negotiation Line Number
PRICE_ELEMENT_TYPE_ID NUMBER 18 Price Element Type ID
BID_CURRENCY_VALUE NUMBER Bid value in bid currency
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
PRICE_ELEMENT_NAME VARCHAR2 80 Price element name
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
WORKSHEET_NAME VARCHAR2 80 Worksheet name in which this column appears during XML spreadsheet upload.
WORKSHEET_SEQUENCE_NUMBER NUMBER Sequence number of the worksheet. This is used to sort the errors from middle tier and pl/sql layer.
COST_FACTOR_NAME VARCHAR2 80 Name of Price Element passed by the user
BID_LINE_NUMBER NUMBER Reference to Bid Line Number
INTERFACE_BID_PRICE_ELEM_ID NUMBER Yes Unique Identifier for the row

Indexes

Index Uniqueness Tablespace Columns
PON_BID_PRICE_ELEMS_INT_N1 Non Unique Default BATCH_ID, LINE_NUMBER, PRICE_ELEMENT_TYPE_ID
PON_BID_PRICE_ELEMS_INT_N2 Non Unique Default BATCH_ID, AUCTION_HEADER_ID, BID_NUMBER
PON_BID_PRICE_ELEMS_INT_U1 Unique Default INTERFACE_BID_PRICE_ELEM_ID