[Home] [Help]
[Dependency Information]
Object Name: | WIPBV_FLOW_SCHED_COMPS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This shows information about all required components for flow schedules.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OPERATION_SEQUENCE_NUMBER | NUMBER | Operation sequence number | ||
REQUIRED_QUANTITY | NUMBER | Required quantity of the flow schedule component | ||
COMPLETED_QUANTITY | NUMBER | Completed quantity of the flow schedule component | ||
WIP_ENTITY_ID | NUMBER | Wip entity identifier | ||
COMPONENT_SEQUENCE_ID | NUMBER | Component sequence identifier | ||
INVENTORY_ITEM_ID | NUMBER | Inventory item identifier | ||
ORGANIZATION_ID | NUMBER | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT OPERATION_SEQUENCE_NUMBER
, REQUIRED_QUANTITY
, COMPLETED_QUANTITY
, WIP_ENTITY_ID
, COMPONENT_SEQUENCE_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
FROM APPS.WIPBV_FLOW_SCHED_COMPS;
APPS.WIPBV_FLOW_SCHED_COMPS is not referenced by any database object
|
|
|