DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on HZ_CUST_ACCOUNTS

Line 75: FROM hz_cust_accounts cust,

71:
72: CURSOR CUSTOMER_C(p_exception_id in number) IS
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,