[Home] [Help]
[Dependency Information]
| Object Name: | MTL_QOH_REV_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | INV |
| FND Design Data: | INV.MTL_QOH_REV_TMP
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | ||
| REVISION | VARCHAR2 | (3) | ||
| TOTAL_QOH | NUMBER | |||
| RESERVED_QOH | NUMBER | |||
| AVAILABLE_QOH | NUMBER | |||
| PRIMARY_UOM_CODE | VARCHAR2 | (3) |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, REVISION
, TOTAL_QOH
, RESERVED_QOH
, AVAILABLE_QOH
, PRIMARY_UOM_CODE
FROM INV.MTL_QOH_REV_TMP;
INV.MTL_QOH_REV_TMP does not reference any database object
INV.MTL_QOH_REV_TMP is referenced by following:
INV
MTL_QOH_REV_TMP#
|
|
|
|