INV_UOM_CLASSES_B

This table contains the unit of measure classes. All units of measure are assigned to a parent unit of measure class.

Details

  • Schema: FUSION

  • Object owner: RCS

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

INV_UOM_CLASSES_B_PK

UOM_CLASS

Columns

Name Datatype Length Precision Not-null Comments Flexfield-mapping
UOM_CLASS VARCHAR2 10 Yes Unique identifier of the Unit of Measure (UOM) class.
UOM_CLASS_CODE VARCHAR2 10 Unique value for the Unit of Measure (UOM) class code.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates 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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
HAS_GENERATED_CODE VARCHAR2 1 A flag for upgraded records that have an application generated code. A value of N indicates that the user provided the code.
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.
DISABLE_DATE DATE Date from when no new UOM can be defined for this Class
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield. Unit of measure classes (INV_UOM_CLASSES)
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_units_of_measure_b inv_uom_classes_b UOM_CLASS
inv_uom_classes_tl inv_uom_classes_b UOM_CLASS
inv_uom_conversions inv_uom_classes_b UOM_CLASS
inv_uom_class_conversions inv_uom_classes_b FROM_UOM_CLASS
inv_uom_class_conversions inv_uom_classes_b TO_UOM_CLASS

Indexes

Index Uniqueness Tablespace Columns
INV_UOM_CLASSES_B_PK Unique Default UOM_CLASS
INV_UOM_CLASSES_B_U1 Unique Default UOM_CLASS_CODE