PO_AI_LINE_RECOMMENDATIONS
AI based Recommendations are stored in this table at Purchasing Document Line level.
Details
-
Schema: FUSION
-
Object owner: PO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
PO_AI_LINE_RECOMMENDATIONS_PK |
LINE_RECOMM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| LINE_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 | ||
| DOC_LINE_ID | NUMBER | 18 | Purchasing Document Line Identifier | ||
| LINE_NUMBER | NUMBER | Internal Line Number | |||
| SUPPLIER_ID | NUMBER | 18 | Supplier unique identifier | ||
| SUPPLIER_SITE_ID | NUMBER | 18 | Supplier site unique identifier | ||
| SCENARIO1_COUNT | NUMBER | 18 | Number of records for SCENARIO1 at the line level | ||
| SCENARIO2_COUNT | NUMBER | 18 | Number of records for SCENARIO2 at the line level | ||
| SCENARIO3_COUNT | NUMBER | 18 | Number of records for SCENARIO3 at the line level | ||
| SCENARIO4_COUNT | NUMBER | 18 | Number of records for SCENARIO4 at the line level | ||
| SCENARIO5_COUNT | NUMBER | 18 | Number of records for SCENARIO5 at the line level | ||
| AI_SCORE | NUMBER | Computed score based on suggestions. | |||
| RAW_AI_SCORE | NUMBER | Computed Raw AI score based on suggestions. | |||
| ITEM_DESCRIPTION | VARCHAR2 | 4000 | Item description | ||
| CATEGORY_ID | NUMBER | 18 | Unique Identifier for category | ||
| ITEM_ID | NUMBER | 18 | Item Id | ||
| SOURCE_TYPE_CODE | VARCHAR2 | 1 | Identifies the origin of this line-level recommendation. Values: P = Past Transactions, S = Supplier Profile | ||
| 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. | |
| 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_LINE_RECOMMENDATIONS_N1 | Non Unique | Default | DOC_HEADER_ID, LINE_RECOMM_ID |
| PO_AI_LINE_RECOMMENDATIONS_U1 | Unique | Default | LINE_RECOMM_ID |