SCH_EPP_ERRORS
SCH_EPP_ERRORS tables stores the errors from the Import External Purchase Price and Maintain Blanket Purchase Agreements for External Purchase Price scheduled processes.
Details
-
Schema: FUSION
-
Object owner: SCH
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SCH_EPP_ERRORS_PK |
EPP_ERROR_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EPP_ERROR_ID | NUMBER | 18 | Yes | Unique identifier of an error that occured during the import of the external purchase price or creation of blanket purchase agreements. | |
| ERROR_SOURCE | VARCHAR2 | 30 | Yes | Indicates the source of the Error like EPP_IMPORT_ERROR or BPA_IMPORT_ERROR. | |
| REQ_BU_ID | NUMBER | 18 | Requisitioning Business Unit identifier. Indicates the business unit to which this external purchase price header applies to. | ||
| REQ_GROUP_ID | NUMBER | 18 | Value that uniquely identifies the group of requisitioning business units assigned to the source organization. | ||
| BPA_HEADER_ID | NUMBER | 18 | Value that uniquely identifies the purchase agreement. | ||
| PRC_BU_ID | NUMBER | 18 | Procurement Business Unit identifier. Indicates the procurement business unit of the requisitioning business unit. | ||
| INTERFACE_HEADER_ID | NUMBER | 18 | Unique identifier of the external purchase price interface header. | ||
| INTERFACE_LINE_ID | NUMBER | 18 | Unique identifier of the external purchase price interface line | ||
| HEADER_CHANGE_ID | NUMBER | 18 | Unique identifier of the external purchase price change order header. | ||
| LINE_CHANGE_ID | NUMBER | 18 | Unique identifier of the external purchase price change order line. | ||
| HEADER_ID | NUMBER | 18 | Unique identifier of the blanket purchase agreement. | ||
| LINE_ID | NUMBER | 18 | Unique identifier of the blanket purchase agreement line. | ||
| TABLE_NAME | VARCHAR2 | 30 | Name of the source table in which error occurred. | ||
| COLUMN_NAME | VARCHAR2 | 30 | The name of the column which errored during the import of the external purchase price or creation of blanket purchase agreements. | ||
| COLUMN_VALUE | VARCHAR2 | 4000 | The value of the column which errored during the import of the external purchase price or creation of blanket purchase agreements. | ||
| MESSAGE_TYPE | VARCHAR2 | 30 | Indicates whether if it is Error or Warning. | ||
| BATCH_ID | NUMBER | BATCH_ID is used for Batch unique identifier. | |||
| ERROR_MESSAGE | VARCHAR2 | 2000 | Details of the error occured during the import of the external purchase price or creation of blanket purchase agreements. | ||
| ERROR_MESSAGE_NAME | VARCHAR2 | 30 | Name of the error occured during the import of the external purchase price or creation of blanket purchase agreements. | ||
| MESSAGE_ADDITIONAL_TEXT | VARCHAR2 | 4000 | Additional information about the error occured during the import of the external purchase price or creation of blanket purchase agreements. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| 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. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| SCH_EPP_ERRORS_N2 | Non Unique | Default | ERROR_SOURCE, HEADER_ID | Obsolete |
| SCH_EPP_ERRORS_N3 | Non Unique | Default | ERROR_SOURCE, HEADER_ID, LINE_ID | |
| SCH_EPP_ERRORS_U1 | Unique | Default | EPP_ERROR_ID | |
| SCH_EPP_ERROS_N1 | Non Unique | Default | ERROR_SOURCE, PRC_BU_ID |