POR_PUNCHOUT_ITEM_ERRORS
This table stores information related to punchout item errors
Details
-
Schema: FUSION
-
Object owner: POR
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
POR_PUNCHOUT_ITEM_ERRORS_PK |
ITEM_ERROR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ITEM_ERROR_ID | NUMBER | 18 | Yes | Surrogate Primary Key Unique identifier of the punchout item error. | |
| JOB_NUMBER | NUMBER | 18 | Yes | Foreign Key Id of the job to which this item error belongs. | |
| FILE_LINE | NUMBER | 9 | Yes | Line in file where error occurred | |
| ITEM_DESCRIPTION | VARCHAR2 | 240 | Description of the item line in error. | ||
| SUPPLIER_ITEM | VARCHAR2 | 300 | Supplier Item of line with error | ||
| SUPPLIER_PART_AUX_ID | VARCHAR2 | 255 | Supplier Item Aux ID of line with error | ||
| ATTRIBUTE_NAME | VARCHAR2 | 30 | Yes | Attribute on line with error | |
| ATTRIBUTE_VALUE | VARCHAR2 | 100 | Value for attribute on line with error | ||
| ERROR_MESSAGE | VARCHAR2 | 30 | Yes | Error message name to be displayed | |
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. | ||
| 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. | |
| TOKEN_NAME | VARCHAR2 | 100 | Used to store the Token Name of the Error Message | ||
| TOKEN_VALUE | VARCHAR2 | 200 | Used to store Token Value for the Error Message |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| POR_PUNCHOUT_ITEM_ERRORS | por_doc_upload_jobs | JOB_NUMBER |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| POR_PUNCHOUT_ITEM_ERRORS_FK1 | Non Unique | Default | JOB_NUMBER |
| POR_PUNCHOUT_ITEM_ERRORS_U1 | Unique | Default | ITEM_ERROR_ID |