DBA Data[Home] [Help]

APPS.MRP_REPORT_INV_TURNS dependencies on MRP_SCHEDULE_DESIGNATORS

Line 437: mrp_schedule_designators sched

433: / 1000
434: FROM mrp_schedule_dates dates,
435: cst_item_costs cst,
436: mrp_system_items sys,
437: mrp_schedule_designators sched
438: WHERE cst.organization_id = sys.organization_id
439: AND cst.inventory_item_id = sys.inventory_item_id
440: AND ( cst.cost_type_id = arg_cost_type
441: OR

Line 483: mrp_schedule_designators sched

479: FROM bom_calendar_dates cal,
480: mrp_schedule_dates dates,
481: cst_item_costs cst,
482: mrp_system_items sys,
483: mrp_schedule_designators sched
484: WHERE cst.organization_id = sys.organization_id
485: AND cst.inventory_item_id = sys.inventory_item_id
486: AND ( cst.cost_type_id = arg_cost_type
487: OR

Line 567: mrp_schedule_designators sched

563: FROM bom_calendar_dates cal,
564: mrp_schedule_dates dates,
565: cst_item_costs cst,
566: mrp_system_items sys,
567: mrp_schedule_designators sched
568: WHERE cst.organization_id = sys.organization_id
569: AND cst.inventory_item_id = sys.inventory_item_id
570: AND ( cst.cost_type_id = arg_cost_type
571: OR