DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.WIPBV_WIP_RESERVATIONS

Object Details
Object Name: WIPBV_WIP_RESERVATIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewWIP.WIPBV_WIP_RESERVATIONS
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.WIPBV_WIP_RESERVATIONS references the following:

SchemaAPPS
SynonymWIP_SO_ALLOCATIONS

APPS.WIPBV_WIP_RESERVATIONS is not referenced by any database object