SCH_PR_INV_EXCEPTIONS
This table contains the details of exceptions occurred during the execution of mass replacement of items in inventory.
Details
-
Schema: FUSION
-
Object owner: SCH
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SCH_PR_INV_EXCEPTIONS_PK |
INV_EXCEPTION_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| INV_EXCEPTION_ID | NUMBER | 18 | Yes | Unique identifier for the exception that happens during execution of the mass update on item subinventories, item locators, item transaction defaults. | |
| INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Indicates the inventory item identifier of the original item that undergoes item replacement. | |
| REPLACEMENT_DETAIL_ID | NUMBER | 18 | Yes | Replacement Details Unique Identifier. | |
| REPLACEMENT_ID | NUMBER | 18 | Yes | Unique Identifier for a replacement instance initiated for a combination of supplier, supplier site and item in a procurement business unit. | |
| ORGANIZATION_ID | NUMBER | 18 | Yes | Indicates the inventory organization identifier for which item locator undergo item replacement. | |
| SECONDARY_LOCATOR | NUMBER | 18 | This identifies the secondary locator. | ||
| ENTITY | VARCHAR2 | 30 | Specifies whether the exception occurred during execution of the mass update on item subinventories, item locators or item transaction defaults. | ||
| SUBINVENTORY_CODE | VARCHAR2 | 10 | Indicates the subinventory of the original item which undergoes item replacement. | ||
| LOCATOR_ID | NUMBER | 18 | This identifies the item locator. | ||
| DEFAULT_TYPE | VARCHAR2 | 30 | Code indicates the default type. | ||
| ERROR_MESSAGE | VARCHAR2 | 2000 | Error message for the exception that happens during the execution of the mass update scheduled jobs. | ||
| 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. | ||
| 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. | ||
| 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. | |
| ACTION_TAKEN | VARCHAR2 | 30 | Indicates the action for which there is an exception occurred during mass replacement of items on item sub inventories, item locators and item transaction defaults. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| SCH_PR_INV_EXCEPTIONS | SCH_PR_REPLACEMENTS | REPLACEMENT_DETAIL_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| SCH_PR_INV_EXCEPTIONS_N1 | Non Unique | Default | REPLACEMENT_DETAIL_ID |
| SCH_PR_INV_EXCEPTIONS_U1 | Unique | Default | INV_EXCEPTION_ID |