DBA Data[Home] [Help]

APPS.WIP_WS_SHORTAGE dependencies on WIP_REPETITIVE_SCHEDULES

Line 1399: wip_repetitive_schedules sched,

1395: sched.daily_production_rate, sched.quantity_completed,
1396: sched.first_unit_completion_date, dates.calendar_date )) item_qty
1397: FROM bom_calendar_dates dates,
1398: mtl_parameters param,
1399: wip_repetitive_schedules sched,
1400: wip_repetitive_items rep_items
1401: WHERE rep_items.primary_item_id = p_inv_item_id
1402: and rep_items.organization_id = p_org_id
1403: and rep_items.wip_entity_id = sched.wip_entity_id