DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on OE_ORDER_HEADERS_ALL

Line 1571: oe_order_headers_all h,

1567: C.account_number cust_no,
1568: pr.party_name cust_name ,
1569: 0 alloc_qty
1570: FROM
1571: oe_order_headers_all h,
1572: oe_order_lines_all l,
1573: wsh_delivery_details wdd,
1574: wsh_new_deliveries wnd,
1575: wsh_delivery_assignments wda,

Line 1654: oe_order_headers_all h,

1650: C.account_number cust_no,
1651: pr.party_name cust_name ,
1652: 0 alloc_qty
1653: FROM
1654: oe_order_headers_all h,
1655: oe_order_lines_all l,
1656: wsh_delivery_details wdd,
1657: wsh_new_deliveries wnd,
1658: wsh_delivery_assignments wda,

Line 1719: oe_order_headers_all h,

1715: pr.party_name cust_name ,
1716: 0 alloc_qty
1717:
1718: FROM
1719: oe_order_headers_all h,
1720: oe_order_lines_all l,
1721: mtl_parameters ship_from_org,
1722: mtl_system_items_b_kfv msi, --INVCONV
1723: hz_cust_accounts c,