DBA Data[Home] [Help]

APPS.OKL_PROCESS_SALES_TAX_PVT dependencies on HZ_PARTIES

Line 15777: hz_parties d

15773: c.location_id
15774: FROM hz_cust_acct_sites_all a,
15775: hz_cust_site_uses_all b,
15776: hz_party_sites c,
15777: hz_parties d
15778: WHERE
15779: a.cust_acct_site_id = b.cust_acct_site_id
15780: AND b.site_use_code = 'BILL_TO'
15781: AND d.party_id = cp_party_id

Line 15795: hz_parties d

15791: c.location_id
15792: FROM hz_cust_acct_sites_all a,
15793: hz_cust_site_uses_all b,
15794: hz_party_sites c,
15795: hz_parties d
15796: WHERE
15797: a.cust_acct_site_id = b.cust_acct_site_id
15798: AND b.site_use_code = 'SHIP_TO'
15799: AND d.party_id = cp_party_id