DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on MRP_GROSS_REQUIREMENTS

Line 81: mrp_gross_requirements mgr,

77: oe_order_headers_all soh,
78: oe_order_types_v sot,
79: mtl_sales_orders mso,
80: mrp_schedule_dates dates,
81: mrp_gross_requirements mgr,
82: mrp_exception_details_v exp
83: WHERE cust.cust_account_id = soh.sold_to_org_id
84: AND soh.order_number = to_number(mso.segment1)
85: AND soh.order_type_id = sot.order_type_id

Line 1026: mrp_gross_requirements mgr,

1022: oe_order_headers_all soh,
1023: oe_order_types_v sot,
1024: mtl_sales_orders mso,
1025: mrp_schedule_dates dates,
1026: mrp_gross_requirements mgr,
1027: mrp_exception_details_v exp
1028: WHERE
1029: rep.org_id = soh.org_id
1030: AND rep.salesrep_id = soh.salesrep_id