[Home] [Help]
[Dependency Information]
| Object Name: | POR_SRC_SUBINV_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_SRC_SUBINV_LOV_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 |
|---|---|---|---|---|
| ITEM_ID | NUMBER | |||
| DEST_ORGANIZATION_ID | NUMBER | |||
| SOURCE_ORGANIZATION_ID | NUMBER | |||
| SOURCE_ORGANIZATION_NAME | VARCHAR2 | (240) | ||
| SUBINVENTORY_CODE | VARCHAR2 | (10) | ||
| UNIT_OF_MEASURE | VARCHAR2 | (25) | ||
| AVAILABLE_INVENTORY | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT ITEM_ID
, DEST_ORGANIZATION_ID
, SOURCE_ORGANIZATION_ID
, SOURCE_ORGANIZATION_NAME
, SUBINVENTORY_CODE
, UNIT_OF_MEASURE
, AVAILABLE_INVENTORY
FROM APPS.POR_SRC_SUBINV_LOV_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
INV_CONVERT
- show dependent code
MTL_ITEM_SUB_INVENTORIES
MTL_ONHAND_SUB_V
MTL_RESERVATIONS
MTL_SECONDARY_INVENTORIES
MTL_SYSTEM_ITEMS
MTL_UNITS_OF_MEASURE_VL
APPS.POR_SRC_SUBINV_LOV_V is not referenced by any database object
|
|
|
|