[Home] [Help]
[Dependency Information]
| Object Name: | IC_PERD_BAL_VW1 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMI.IC_PERD_BAL_VW1
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Period balance view for Item Usage Detail report.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FISCAL_YEAR | VARCHAR2 | (4) | Yes | Code for the year. |
| PERIOD | NUMBER | (5) | Yes | Code for the inventory period. |
| ITEM_ID | NUMBER | (10) | Yes | Surrogate key identifying an item. |
| WHSE_CODE | VARCHAR2 | (4) | Yes | Code for the warehouse. |
| ENDING_BAL | NUMBER | Onhand balance of the item in the warehouse, at the end of the period. |
Cut, paste (and edit) the following text to query this object:
SELECT FISCAL_YEAR
, PERIOD
, ITEM_ID
, WHSE_CODE
, ENDING_BAL
FROM APPS.IC_PERD_BAL_VW1;
APPS
IC_PERD_BAL
APPS.IC_PERD_BAL_VW1 is not referenced by any database object
|
|
|
|