PON_IOT_SUPP_TRANS_EXT

PON_IOT_SUPP_TRANS_EXT stores REQUEST_FOR_INFORMATION, REQUEST_FOR_QUOTE, BUYER_AUCTION, STANDARD and BLANKET transactions. Each record in this table represents past negotiation and purchasing transactions.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: SUMMARY

Primary Key

Name Columns

pon_iot_supp_trans_ext_PK

SUPPLIER_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPPLIER_TRANSACTION_ID NUMBER 18 Yes Value that identifies the row uniquely in extraction table
SUPPLIER_ID NUMBER 18 Value that identifies the supplier company
SUPPLIER_SITE_ID NUMBER 18 Value that identifies the supplier site.
ITEM VARCHAR2 300 Anything you make, purchase, or sell, including components, sub-assemblies, finished products, or supplies.
ITEM_ID NUMBER 18 Value that identifies the inventory item.
LINE_DESCRIPTION VARCHAR2 2500 Description of the negotiation line.
CATEGORY_NAME VARCHAR2 250 Name of the purchasing category for the negotiation line.
CATEGORY_ID NUMBER 18 Value that identifies the purchasing category for the negotiation line.
CATEGORY_DESCRIPTION VARCHAR2 240 Description of the purchasing category for the negotiation line.
SUPPLIER_SCENARIO1 VARCHAR2 1 A scenario considered by the AI model to give supplier recommendations where the supplier has an existing purchase order line for the item and category.
SUPPLIER_SCENARIO2 VARCHAR2 1 A scenario considered by the AI model to give supplier recommendations where the supplier has an existing purchase agreement line for the item and category.
SUPPLIER_SCENARIO3 VARCHAR2 1 A scenario considered by the AI model to give supplier recommendations where the supplier was awarded negotiation in the past for the item and category.
SUPPLIER_SCENARIO4 VARCHAR2 1 A scenario considered by the AI model to give supplier recommendations where the supplier submitted a response but was not awarded.
SUPPLIER_SCENARIO5 VARCHAR2 1 A scenario considered by the AI model to give supplier recommendations where the supplier was invited to the negotiation but did not submit a response.
SOURCE VARCHAR2 30 Value that identifies the document type of the transaction. Values include REQUEST_FOR_INFORMATION, REQUEST_FOR_QUOTE, BUYER_AUCTION, STANDARD, or BLANKET.
RECORD_TIMESTAMP TIMESTAMP Timestamp of an event in life cycle of a transaction that is relevant to provide supplier recommendations using AI model. Values include awarded date when negotiation was awarded to a supplier, publish date when supplier was invited to participate in a negotiation but did not respond to the invitation, response date when supplier responded to a negotiation but was not awarded, and creation date for purchase orders and agreements.
HEADER_ID NUMBER 18 Value that uniquely identifies the negotiation or purchasing document.
LINE_ID NUMBER 18 Value that uniquely identifies the negotiation line.
BID_HEADER_ID NUMBER 18 Value that uniquely identifies the supplier response.
BID_LINE_ID NUMBER 18 Value that uniquely identifies the supplier response line.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
PROJECT_ID VARCHAR2 80 Value which uniquely identifies the IOT integration.
SUPPLIER_AND_SITE_ID VARCHAR2 80 Concatenation of Supplier and Supplier Site ID.
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.
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.
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_supp_trans_ext_U1 Unique Default SUPPLIER_TRANSACTION_ID