DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on HZ_PARTIES

Line 15849: hz_parties d

15845: c.location_id
15846: FROM hz_cust_acct_sites_all a,
15847: hz_cust_site_uses_all b,
15848: hz_party_sites c,
15849: hz_parties d
15850: WHERE
15851: a.cust_acct_site_id = b.cust_acct_site_id
15852: AND b.site_use_code = 'BILL_TO'
15853: AND d.party_id = cp_party_id

Line 15867: hz_parties d

15863: c.location_id
15864: FROM hz_cust_acct_sites_all a,
15865: hz_cust_site_uses_all b,
15866: hz_party_sites c,
15867: hz_parties d
15868: WHERE
15869: a.cust_acct_site_id = b.cust_acct_site_id
15870: AND b.site_use_code = 'SHIP_TO'
15871: AND d.party_id = cp_party_id