DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WIP_REPETITIVE_SCHEDULES

Line 1789: FROM wip_repetitive_schedules

1785: WHERE wip_entity_id = p_wip_entity_id;
1786:
1787: CURSOR c_repetitive_line_id IS
1788: SELECT line_id
1789: FROM wip_repetitive_schedules
1790: WHERE repetitive_schedule_id = p_rep_schedule_id
1791: AND organization_id = p_organization_id
1792: AND wip_entity_id = p_wip_entity_id;
1793: