[Home] [Help]
[Dependency Information]
| Object Name: | IC_LOCT_INV_RPTVW4 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMI.IC_LOCT_INV_RPTVW4
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
A public view which may be useful for custom reporting or other data
requirements.
Trial Picklist report view.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WHSE_CODE | VARCHAR2 | (4) | Yes | |
| ITEM_ID | NUMBER | (10) | Yes | |
| LOCATION | VARCHAR2 | (16) | Yes | |
| LOCT_ONHAND | NUMBER | |||
| LOCT_ONHAND2 | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT WHSE_CODE
, ITEM_ID
, LOCATION
, LOCT_ONHAND
, LOCT_ONHAND2
FROM APPS.IC_LOCT_INV_RPTVW4;
APPS
IC_LOCT_INV
APPS.IC_LOCT_INV_RPTVW4 is not referenced by any database object
|
|
|
|