DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_REPETITIVE_SCHEDULES

Line 522: FROM wip_repetitive_schedules wrs

518: ELSE
519:
520: SELECT NVL(p_total_quantity,0) + Nvl(wrs.quantity_completed,0)
521: INTO p_total_quantity
522: FROM wip_repetitive_schedules wrs
523: WHERE
524: wrs.organization_id = p_organization_id
525: AND wrs.wip_entity_id = p_wip_entity_id
526: AND wrs.repetitive_schedule_id = p_repetitive_schedule_id;