[Home] [Help]
[Dependency Information]
| 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.
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OPI_DBI_WMS_UOM_RATES_U1 | NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
INVENTORY_ITEM_ID
PRIMARY_UOM_CODE
TRANSACTION_UOM_CODE
|
| 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. |
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;
OPI.OPI_DBI_WMS_UOM_RATES does not reference any database object
OPI.OPI_DBI_WMS_UOM_RATES is referenced by following:
APPS
OPI_DBI_WMS_UOM_RATES
|
|
|
|