PO_AI_HEADER_RECOMMENDATIONS
AI based Recommendations are stored in this table at Purchasing Document Header level.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PO_AI_HEADER_RECOMMENDATIO_PK |
HEADER_RECOMM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| HEADER_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. | |
| DOC_HEADER_ID | NUMBER | 18 | Purchasing Document Identifier | ||
| 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 | Supplier unique identifier | ||
| SUPPLIER_SITE_ID | NUMBER | 18 | Supplier site unique identifier | ||
| BEST_MATCH_FLAG | VARCHAR2 | 1 | Y or N flag to indicate best match | ||
| AI_SCORE | NUMBER | Computed score based on suggestions. | |||
| RAW_AI_SCORE | NUMBER | Computed Raw AI score based on suggestions. | |||
| SCENARIO1_COUNT | NUMBER | 18 | Number of records for SCENARIO1 at the header level | ||
| SCENARIO2_COUNT | NUMBER | 18 | Number of records for SCENARIO2 at the header level | ||
| SCENARIO3_COUNT | NUMBER | 18 | Number of records for SCENARIO3 at the header level | ||
| SCENARIO4_COUNT | NUMBER | 18 | Number of records for SCENARIO4 at the header level | ||
| SCENARIO5_COUNT | NUMBER | 18 | Number of records for SCENARIO5 at the header level | ||
| SOURCE_TYPE_CODE | VARCHAR2 | 1 | Aggregated Recommendation source across all lines for the purchase order. Values: P = only Past Transactions, S = only Supplier Profile, B = Both | ||
| NUMBER_OF_LINES_COVERED | NUMBER | 18 | Number of lines covered for this recommendation | ||
| 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 |
|---|---|---|---|
| PO_AI_HEADER_RECOMMENDATIO_N1 | Non Unique | Default | DOC_HEADER_ID |
| PO_AI_HEADER_RECOMMENDATIO_U1 | Unique | Default | HEADER_RECOMM_ID |