[Home] [Help]
[Dependency Information]
| Object Name: | MTL_QOH_ITEM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_QOH_ITEM_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | ||
| INVENTORY_ITEM_ID | NUMBER | Yes | ||
| TOTAL_QOH | NUMBER | |||
| RESERVED_QOH | NUMBER | |||
| AVAILABLE_QOH | NUMBER | |||
| ITEM_DESCRIPTION | VARCHAR2 | (240) | ||
| PRIMARY_UOM_CODE | VARCHAR2 | (3) | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, TOTAL_QOH
, RESERVED_QOH
, AVAILABLE_QOH
, ITEM_DESCRIPTION
, PRIMARY_UOM_CODE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
FROM APPS.MTL_QOH_ITEM_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
MTL_PARAMETERS
MTL_QOH_ITEM_TMP
MTL_SYSTEM_ITEMS
APPS.MTL_QOH_ITEM_V is not referenced by any database object
|
|
|
|