DBA Data[Home] [Help] [Dependency Information]


TABLE: OPI.OPI_DBI_WMS_UOM_RATES

Object Details
Object Name: OPI_DBI_WMS_UOM_RATES
Object Type: TABLE
Owner: OPI
Subobject Name:
Status: VALID


This table stores the UOM conversion rate for the invetory item.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OPI_DBI_WMS_UOM_RATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnINVENTORY_ITEM_ID
ColumnPRIMARY_UOM_CODE
ColumnTRANSACTION_UOM_CODE
Columns
Name Datatype Length Mandatory Comments
INVENTORY_ITEM_ID NUMBER

Inventory Item Identifier.
PRIMARY_UOM_CODE VARCHAR2 (3)
Primary unit of measure code.
TRANSACTION_UOM_CODE VARCHAR2 (3)
Transaction unit of measure code.
RATE NUMBER

Conversion rate between primary UOM code and transaction UOM code.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT INVENTORY_ITEM_ID
,      PRIMARY_UOM_CODE
,      TRANSACTION_UOM_CODE
,      RATE
FROM OPI.OPI_DBI_WMS_UOM_RATES;

Dependencies

[top of page]

OPI.OPI_DBI_WMS_UOM_RATES does not reference any database object

OPI.OPI_DBI_WMS_UOM_RATES is referenced by following:

SchemaAPPS
SynonymOPI_DBI_WMS_UOM_RATES