[Home] [Help]
[Dependency Information]
| Object Name: | MTL_SECINV_QUANTITIES_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | INV.MTL_SECINV_QUANTITIES_VIEW
|
| 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 | Organization identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory item identifier | |
| SUBINVENTOR_CODE | VARCHAR2 | (10) | Yes | |
| TOTAL_QUANTITY | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, SUBINVENTOR_CODE
, TOTAL_QUANTITY
FROM APPS.MTL_SECINV_QUANTITIES_VIEW;
APPS
MTL_ONHAND_QUANTITIES_DETAIL
APPS.MTL_SECINV_QUANTITIES_VIEW is not referenced by any database object
|
|
|
|