[Home] [Help]
[Dependency Information]
Object Name: | WIP_CUMULATIVE_SCRAP_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
ROW_ID | ROWID | (10) | ROWID (internal use only) | |
WIP_ENTITY_ID | NUMBER | Yes | Job/Schedule identifier | |
CUMULATIVE_SCRAP_QUANTITY | NUMBER | Cumulative Scrap Quantity | ||
SUM_OF_QTY_SCRAPPED | NUMBER | Sum of the quantity scrapped upto previous operation |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, WIP_ENTITY_ID
, CUMULATIVE_SCRAP_QUANTITY
, SUM_OF_QTY_SCRAPPED
FROM APPS.WIP_CUMULATIVE_SCRAP_V;
APPS.WIP_CUMULATIVE_SCRAP_V is not referenced by any database object
|
|
|