DBA Data[Home] [Help]

APPS.OE_PARTY_TOTALS dependencies on OE_ORDER_HEADERS_ALL

Line 56: oe_order_headers_all a

52: a.CONVERSION_RATE_DATE,
53: a.ORDERED_DATE,
54: a.ORDER_CATEGORY_CODE
55: FROM hz_cust_accounts b,
56: oe_order_headers_all a
57: WHERE b.party_id = p_party_id
58: AND b.cust_account_id = a.sold_to_org_id
59: AND a.booked_flag = 'Y'
60: AND a.cancelled_flag = 'N';