PON_IOT_LINE_SUPP_RECOMM

Supplier Recommendations are stored in this table at LINE level.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PON_IOT_LINE_SUPP_RECOMM_PK

LINE_SUPP_RECOMM_ID

Columns

Name Datatype Length Precision Not-null Comments
LINE_SUPP_RECOMM_ID NUMBER 18 Yes An identifier that is generated every time a new job is started. This is the primary key for this table.
AUCTION_HEADER_ID NUMBER 18 Auction Header Identifier
LINE_NUMBER NUMBER Yes Internal Line Number
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.
SUPPLIER_ID NUMBER 18 Identifier for Bidder trading partner
SUPPLIER_SITE_ID NUMBER 18 Stores the vendor site id of invited vendor from poz_supplier_sites_all_m.
SUPPLIER_SCENARIO1_COUNT NUMBER 18 Number of records for SUPPLIER_SCENARIO1
SUPPLIER_SCENARIO2_COUNT NUMBER 18 Number of records for SUPPLIER_SCENARIO2
SUPPLIER_SCENARIO3_COUNT NUMBER 18 Number of records for SUPPLIER_SCENARIO3
SUPPLIER_SCENARIO4_COUNT NUMBER 18 Number of records for SUPPLIER_SCENARIO4
SUPPLIER_SCENARIO5_COUNT NUMBER 18 Number of records for SUPPLIER_SCENARIO5
AI_SCORE NUMBER Aggregated AI score based on line level suggestions.
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.

Indexes

Index Uniqueness Tablespace Columns
PON_IOT_LINE_SUPP_RECOMM_N1 Non Unique Default AUCTION_HEADER_ID, LINE_NUMBER
PON_IOT_LINE_SUPP_RECOMM_U1 Unique Default LINE_SUPP_RECOMM_ID