[Home] [Help]
[Dependency Information]
Object Name: | WIPBV_WIP_RESERVATIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows WIP reservation information. Reservations allocate a quantity of an item to a sales order, and reserve a quantity of that item from the output of a WIP job.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
QUANTITY_ALLOCATED | NUMBER | Yes | ||
QUANTITY_COMPLETED | NUMBER | Yes | ||
ALLOCATION_ID | NUMBER | Yes | ||
WIP_ENTITY_ID | NUMBER | Yes | ||
ORGANIZATION_ID | NUMBER | Yes | ||
DEMAND_SOURCE_HEADER_ID | NUMBER | Yes | ||
CREATION_DATE | DATE | Yes | ||
CREATED_BY | NUMBER | Yes | ||
LAST_UPDATE_DATE | DATE | Yes | ||
LAST_UPDATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT QUANTITY_ALLOCATED
, QUANTITY_COMPLETED
, ALLOCATION_ID
, WIP_ENTITY_ID
, ORGANIZATION_ID
, DEMAND_SOURCE_HEADER_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM APPS.WIPBV_WIP_RESERVATIONS;
APPS.WIPBV_WIP_RESERVATIONS is not referenced by any database object
|
|
|