DBA Data[Home] [Help]

APPS.MRP_SOURCING_API_PK dependencies on WIP_REPETITIVE_SCHEDULES

Line 755: FROM wip_repetitive_schedules rep,

751:
752: SELECT
753: Nvl(SUM(NVL(rep.daily_production_rate * rep.processing_work_days,0)),0)
754: INTO x_rep_alloc_qty
755: FROM wip_repetitive_schedules rep,
756: wip_repetitive_items wri,
757: wip_entities we
758: WHERE
759: we.organization_id = arg_org_id