PSC_COM_UNITS_CVT
This table contains unit of measure conversion information.
Details
-
Schema: FUSION
-
Object owner: PSC_CC
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
PSC_COM_UNITS_CVT_PK |
UNIT_OF_MEASURE, UNIT_OF_MEASURE_TO |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Status |
|---|---|---|---|---|---|---|
| UNIT_OF_MEASURE | VARCHAR2 | 5 | Yes | The unique identifier for the unit of measure that is the starting unit for a conversion. | Active | |
| UNIT_OF_MEASURE_TO | VARCHAR2 | 5 | Yes | The unique identifier for the unit of measure that is the ending unit for a conversion. | Active | |
| ENABLED_FLAG | VARCHAR2 | 1 | Yes | Indicates whether the unit of measure conversion is available for use. | Active | |
| CONVERSION_RATE | NUMBER | 15 | Yes | The conversion rate for a unit of measure conversion. | Active | |
| 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. | Active | |
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | Active | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | Active | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | Active | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | Active | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | Active |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| PSC_COM_UNITS_CVT | psc_com_units_b | UNIT_OF_MEASURE |
| PSC_COM_UNITS_CVT | psc_com_units_b | UNIT_OF_MEASURE_TO |
Indexes
| Index | Uniqueness | Tablespace | Columns | Status |
|---|---|---|---|---|
| PSC_COM_UNITS_CVT_FK2 | Non Unique | Default | UNIT_OF_MEASURE_TO | Active |
| PSC_COM_UNITS_CVT_PK | Unique | Default | UNIT_OF_MEASURE, UNIT_OF_MEASURE_TO | Active |