INV_ABC_ASSIGNMENT_GROUPS

INV_ABC_ASSIGNMENT_GROUPS contains information for ABC Groups. Each row in this table defines an ABC Group, and it is populated by the Define ABC Groups form. . Oracle Inventory uses this information as the basis for ABC Class assignment, and item assignment.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_ABC_ASSIGN_GRPS_PK

ASSIGNMENT_GROUP_ID

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
ASSIGNMENT_GROUP_ID NUMBER 18 Yes Primary key of the ABC assignment group.
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.
ASSIGNMENT_GROUP_NAME VARCHAR2 40 Yes Name of the ABC assignment group.
ORGANIZATION_ID NUMBER 18 Yes This identifies the inventory organization.
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.
COMPILE_ID NUMBER 18 This identifies the group's ABC compile header.
SECONDARY_INVENTORY VARCHAR2 10 This is the name of the subinventory.
ITEM_SCOPE_TYPE VARCHAR2 30 Scope of this classification group. Possible values are: organization wide or restricted to the specific subinventory in the SECONDARY_INVENTORY column
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. ABC Assignment Groups (INV_ABC_ASSIGNMENT_GROUPS)
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_ASSIGNMENT_GROUPS inv_org_parameters ORGANIZATION_ID
INV_ABC_ASSIGNMENT_GROUPS inv_abc_compile_headers COMPILE_ID
INV_ABC_ASSIGNMENT_GROUPS inv_secondary_inventories SECONDARY_INVENTORY, ORGANIZATION_ID
inv_abc_assgn_group_classes inv_abc_assignment_groups ASSIGNMENT_GROUP_ID
inv_selection_criteria_txn inv_abc_assignment_groups ASSIGNMENT_GROUP_ID
inv_abc_assignments inv_abc_assignment_groups ASSIGNMENT_GROUP_ID
inv_cycle_count_headers inv_abc_assignment_groups ABC_ASSIGNMENT_GROUP_ID

Indexes

Index Uniqueness Tablespace Columns
INV_ABC_ASSIGN_GRPS_U1 Unique FUSION_TS_TX_IDX ASSIGNMENT_GROUP_ID
INV_ABC_ASSIGN_GRPS_U2 Unique FUSION_TS_TX_IDX ORGANIZATION_ID, ASSIGNMENT_GROUP_NAME