DBA Data[Home] [Help]

APPS.ARP_ETAX_SERVICES_PKG dependencies on HZ_CUST_SITE_USES

Line 901: HZ_CUST_SITE_USES BILL_SU,

897: RA_CUST_TRX_TYPES TYPES,
898: HZ_CUST_ACCOUNTS BILL_CUST,
899: HZ_PARTIES BILL_PARTY,
900: HZ_CUST_ACCT_SITES BILL_AS,
901: HZ_CUST_SITE_USES BILL_SU,
902: HZ_PARTY_SITES BILL_PS,
903: HZ_LOCATIONS BILL_LOC,
904: RA_CUSTOMER_TRX INV,
905: RA_CUST_TRX_TYPES INV_TT,

Line 1138: hz_cust_site_uses SITE_USES,

1134: FROM
1135: hz_cust_accounts CUST_ACCT,
1136: hz_parties PARTY,
1137: hz_cust_acct_sites ACCT_SITE,
1138: hz_cust_site_uses SITE_USES,
1139: hz_party_sites PARTY_SITE,
1140: hz_locations LOC
1141: WHERE
1142: CUST_ACCT.cust_account_id = l_cust_id AND

Line 2277: HZ_CUST_SITE_USES BILL_SU,

2273: RA_CUST_TRX_TYPES TYPES,
2274: HZ_CUST_ACCOUNTS BILL_CUST,
2275: HZ_PARTIES BILL_PARTY,
2276: HZ_CUST_ACCT_SITES BILL_AS,
2277: HZ_CUST_SITE_USES BILL_SU,
2278: HZ_PARTY_SITES BILL_PS,
2279: HZ_LOCATIONS BILL_LOC
2280: WHERE
2281: TRX.customer_trx_id = p_customer_trx_id and

Line 2345: hz_cust_site_uses SITE_USES,

2341: FROM
2342: hz_cust_accounts CUST_ACCT,
2343: hz_parties PARTY,
2344: hz_cust_acct_sites ACCT_SITE,
2345: hz_cust_site_uses SITE_USES,
2346: hz_party_sites PARTY_SITE,
2347: hz_locations LOC
2348: WHERE
2349: CUST_ACCT.cust_account_id = l_hdr_ship_to_cust_id AND