INV_ABC_ASSIGNMENTS_INT

This table stores abc assignments requests for an abc assignment group. The abc assignment interface records are processed from this table to INV_ABC_ASSIGNMENTS table.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

INV_ABC_ASSIGNMENTS_INT_PK

INV_ABC_ASSIGNMENTS_INT_ID

Columns

Name Datatype Length Precision Not-null Comments
INV_ABC_ASSIGNMENTS_INT_ID NUMBER 18 Yes The Primary Key for the inventory abc assignments interface table.
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
ASSIGNMENT_GROUP_ID NUMBER 18 Yes This identifies the ABC assignment group.
INVENTORY_ITEM_ID NUMBER 18 This identifies the inventory item.
ITEM_NUMBER VARCHAR2 300 This identifies the inventory item number.
ABC_CLASS_ID NUMBER 18 Identifer of the class to which this item has been assigned in the assignment group.
ABC_CLASS_NAME VARCHAR2 40 This is the name of the abc class.
ATTACHED_DOCUMENT_ID NUMBER 18 Yes This column uniquely identifies an attachment.
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.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of 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_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.
PROCESSING_STATUS_CODE VARCHAR2 30 Shows the status whether this is processed/not processed/errored record.
ERROR_CODE VARCHAR2 30 This is the code corresponding to the error message.
ERROR_EXPLANATION VARCHAR2 240 Error message text indicating the failure reason for this interface record.
ACTION_CODE VARCHAR2 18 Yes Abbreviation that identifies the action to be taken.

Indexes

Index Uniqueness Tablespace Columns
INV_ABC_ASSIGNMENTS_INT_N1 Non Unique Default ORGANIZATION_ID, ASSIGNMENT_GROUP_ID, ATTACHED_DOCUMENT_ID, PROCESSING_STATUS_CODE, ACTION_CODE
INV_ABC_ASSIGNMENTS_INT_U1 Unique Default INV_ABC_ASSIGNMENTS_INT_ID