[Home] [Help]
[Dependency Information]
| Object Name: | WIPBV_FLOW_SCHED_COMPS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIPBV_FLOW_SCHED_COMPS
|
| 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
BOM_BILL_OF_MATERIALS
BOM_EXPLOSIONS
BOM_INVENTORY_COMPONENTS
FND_GLOBAL
- show dependent code
MTL_MATERIAL_TRANSACTIONS
MTL_SYSTEM_ITEMS
WIP_ENTITIES
WIP_FLOW_SCHEDULES
APPS.WIPBV_FLOW_SCHED_COMPS is not referenced by any database object
|
|
|
|