DBA Data[Home] [Help]

APPS.INV_OBJECT_GENEALOGY dependencies on OE_ORDER_LINES_ALL

Line 809: oe_order_headers_all sha, oe_order_lines_all sla

805: SELECT party_name
806: INTO l_trading_partner
807: FROM hz_parties hp, hz_cust_accounts hca ,
808: -- R12 TCA Mandate to replace RA_CUSTOMERS with the above 2
809: oe_order_headers_all sha, oe_order_lines_all sla
810: WHERE sla.line_id = p_trx_src_line_id
811: AND sha.header_id = sla.header_id
812: --AND sha.sold_to_org_id = rac.customer_id; As part of R12 TCA changes
813: AND sha.sold_to_org_id = hca.cust_account_id