INV_ABC_CLASSES

INV_ABC_CLASSES contains information about ABC Classes. Each row in this table defines an ABC Class. . An ABC Class is a category under which items with similar metrics are put together. The Compile ABC Analysis form allows the user to specify the criterion to be used for defining such metrics. A given ABC Class can be used in more than one ABC Group, but not more than once in a given group.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ABC_CLASSES_PK

ABC_CLASS_ID

Columns

Name Datatype Length Precision Not-null Comments
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
ABC_CLASS_ID NUMBER 18 Yes Primary key that identifies this ABC class.
ABC_CLASS_NAME VARCHAR2 40 Yes This is the name of the ABC class.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who 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.
DESCRIPTION VARCHAR2 50 This is the description of ABC class.
ENABLE_DATE DATE Yes Date on which class can be used
DISABLE_DATE DATE Date on which class is no longer valid
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.

Foreign Keys

Table Foreign Table Foreign Key Column
INV_ABC_CLASSES inv_org_parameters ORGANIZATION_ID
inv_abc_assgn_group_classes inv_abc_classes ABC_CLASS_ID
inv_cycle_count_classes inv_abc_classes ABC_CLASS_ID
inv_selection_criteria_txn inv_abc_classes ABC_CLASS_ID
inv_abc_assignments inv_abc_classes ABC_CLASS_ID
inv_cycle_count_items inv_abc_classes ABC_CLASS_ID

Indexes

Index Uniqueness Tablespace Columns
INV_ABC_CLASSES_N1 Non Unique Default LAST_UPDATE_DATE
INV_ABC_CLASSES_U1 Unique FUSION_TS_TX_IDX ABC_CLASS_ID
INV_ABC_CLASSES_U2 Unique FUSION_TS_TX_IDX ORGANIZATION_ID, ABC_CLASS_NAME