DBA Data[Home] [Help]

APPS.ASP_ORDER_CONTENT_PROVIDER dependencies on HZ_PARTIES

Line 81: hz_parties party,

77: oobha.order_number as blanket_number,
78: oobhe.end_date_active as expiration_date
79: FROM oe_blanket_headers_all oobha,
80: oe_blanket_headers_ext oobhe,
81: hz_parties party,
82: hz_cust_accounts_all cust_acct
83: WHERE oobha.order_number = oobhe.order_number
84: and oobha.sold_to_org_id = cust_acct.cust_account_id(+)
85: and cust_acct.party_id = party.party_id(+)