DBA Data[Home] [Help]

APPS.CTO_FLOW_SCHEDULE dependencies on WIP_FLOW_SCHEDULES

Line 479: from wip_flow_schedules wfs,

475: -- Verify SQL.
476: select wfs.line_id, wfs.organization_id, oel.schedule_ship_date,
477: wfs.primary_item_id, wfs.planned_quantity
478: into l_line_id, l_org_id, l_ship_date, l_config_item_id, l_planned_qty
479: from wip_flow_schedules wfs,
480: oe_order_lines_all oel
481: where oel.line_id = to_number(p_config_line_id)
482: and wfs.organization_id = oel.ship_from_org_id
483: and wfs.wip_entity_id = p_wip_entity_id