DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on WIP_REPETITIVE_SCHEDULES

Line 1470: wip_repetitive_schedules sched,

1466: sched.daily_production_rate, sched.quantity_completed,
1467: sched.first_unit_completion_date, dates.calendar_date )) item_qty
1468: FROM bom_calendar_dates dates,
1469: mtl_parameters param,
1470: wip_repetitive_schedules sched,
1471: wip_repetitive_items rep_items
1472: WHERE rep_items.primary_item_id = p_inv_item_id
1473: and rep_items.organization_id = p_org_id
1474: and rep_items.wip_entity_id = sched.wip_entity_id