DBA Data[Home] [Help]

APPS.WIP_COMMON dependencies on WIP_REPETITIVE_SCHEDULES

Line 467: FROM wip_repetitive_schedules wrs

463: ELSE
464:
465: SELECT NVL(p_total_quantity,0) + Nvl(wrs.quantity_completed,0)
466: INTO p_total_quantity
467: FROM wip_repetitive_schedules wrs
468: WHERE
469: wrs.organization_id = p_organization_id
470: AND wrs.wip_entity_id = p_wip_entity_id
471: AND wrs.repetitive_schedule_id = p_repetitive_schedule_id;