DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on OE_ORDER_HEADERS_ALL

Line 77: oe_order_headers_all soh,

73: SELECT cust.cust_account_id,
74: part.party_name
75: FROM hz_cust_accounts cust,
76: hz_parties part,
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,

Line 1022: oe_order_headers_all soh,

1018: CURSOR SALESREP_C(p_exception_id in number) IS
1019: SELECT rep.person_id
1020: FROM
1021: ra_salesreps_all rep,
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,