DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on HZ_LOCATIONS

Line 1015: HZ_LOCATIONS BILL_LOC,

1011: HZ_PARTIES BILL_PARTY,
1012: HZ_CUST_ACCT_SITES BILL_AS,
1013: HZ_CUST_SITE_USES BILL_SU,
1014: HZ_PARTY_SITES BILL_PS,
1015: HZ_LOCATIONS BILL_LOC,
1016: RA_CUSTOMER_TRX INV,
1017: RA_CUST_TRX_TYPES INV_TT,
1018: RA_CUSTOMER_TRX_LINES INV_L,
1019: HR_ALL_ORGANIZATION_UNITS HR,

Line 1252: hz_locations LOC

1248: hz_parties PARTY,
1249: hz_cust_acct_sites ACCT_SITE,
1250: hz_cust_site_uses SITE_USES,
1251: hz_party_sites PARTY_SITE,
1252: hz_locations LOC
1253: WHERE
1254: CUST_ACCT.cust_account_id = l_cust_id AND
1255: CUST_ACCT.party_id = PARTY.party_id AND
1256: CUST_ACCT.cust_account_id = ACCT_SITE.cust_account_id AND

Line 2528: HZ_LOCATIONS BILL_LOC

2524: HZ_PARTIES BILL_PARTY,
2525: HZ_CUST_ACCT_SITES BILL_AS,
2526: HZ_CUST_SITE_USES BILL_SU,
2527: HZ_PARTY_SITES BILL_PS,
2528: HZ_LOCATIONS BILL_LOC
2529: WHERE
2530: TRX.customer_trx_id = p_customer_trx_id and
2531: TRX.invoice_currency_code = CURR.currency_code and
2532: TRX.org_id = AR.org_id and

Line 2596: hz_locations LOC

2592: hz_parties PARTY,
2593: hz_cust_acct_sites ACCT_SITE,
2594: hz_cust_site_uses SITE_USES,
2595: hz_party_sites PARTY_SITE,
2596: hz_locations LOC
2597: WHERE
2598: CUST_ACCT.cust_account_id = l_hdr_ship_to_cust_id AND
2599: CUST_ACCT.party_id = PARTY.party_id AND
2600: CUST_ACCT.cust_account_id = ACCT_SITE.cust_account_id AND