PON_AWARD_ITEMS_INTERFACE

PON_AWARD_ITEMS_INTERFACE temporarily stores auction and RFQ award information that it is uploaded 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_AWARD_ITEMS_INTERFACE_PK

INTERFACE_AWARD_ITEM_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes Batch ID
AUCTION_HEADER_ID NUMBER 18 Yes Auction Header Identifier
AUCTION_LINE_NUMBER NUMBER Yes Auction Line Item
BID_LINE_NUMBER NUMBER Yes Bid line number
BID_NUMBER NUMBER 18 Yes Bid Number
AWARD_QUANTITY NUMBER Quantity awarded
AWARDREJECT_REASON VARCHAR2 4000 Award/Reject reason
AWARD_STATUS VARCHAR2 1 The award status ('Y' or 'N') of the interface line
AWARD_SHIPMENT_NUMBER NUMBER Reference to bid shipment number in case award is based on Qty tiers
INTERFACE_LINE_ID NUMBER Interface Line ID is used to store spreadsheet row number where the error comes from
WORKSHEET_NAME VARCHAR2 80 This column is used to store the name of Worksheet.
WORKSHEET_SEQUENCE_NUMBER NUMBER This column is used to store sequence number of worksheet, which is used to display worksheet in proper order.
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.
INTERFACE_AWARD_ITEM_ID NUMBER Yes Unique Identifier for the row

Indexes

Index Uniqueness Tablespace Columns
PON_AWARD_ITEMS_INTERFACE_N1 Non Unique Default BATCH_ID, AUCTION_HEADER_ID, BID_LINE_NUMBER, BID_NUMBER
PON_AWARD_ITEMS_INTERFACE_U1 Unique pon_award_items_interface_IND INTERFACE_AWARD_ITEM_ID