DBA Data[Home] [Help]

APPS.OPI_EDW_INV_DAILY_STAT_F_SZ dependencies on WIP_FLOW_SCHEDULES

Line 41: wip_flow_schedules wfs

37: wrs.bom_revision
38: UNION ALL
39: SELECT wfs.primary_item_id,wfs.bom_revision
40: FROM wip_transactions wt,
41: wip_flow_schedules wfs
42: WHERE wt.transaction_date between p_from_date
43: and p_to_Date
44: AND wt.wip_entity_id = wfs.wip_entity_id
45: GROUP BY wfs.primary_item_id,