DBA Data[Home] [Help]

APPS.INV_WIP_PICKING_PVT dependencies on WIP_REPETITIVE_SCHEDULES

Line 1837: FROM wip_repetitive_schedules

1833: WHERE wip_entity_id = p_wip_entity_id;
1834:
1835: CURSOR c_repetitive_line_id IS
1836: SELECT line_id
1837: FROM wip_repetitive_schedules
1838: WHERE repetitive_schedule_id = p_rep_schedule_id
1839: AND organization_id = p_organization_id
1840: AND wip_entity_id = p_wip_entity_id;
1841: