DBA Data[Home] [Help]

APPS.IEX_SEND_XML_PVT dependencies on HZ_CUST_SITE_USES_ALL

Line 174: hz_cust_site_uses_all site_use

170: CURSOR C_GET_CUST_ACCOUNT_ID(P_SITE_USE_ID Number) IS
171: select cust.cust_account_id
172: from hz_cust_accounts cust,
173: hz_cust_acct_sites_all acc_site,
174: hz_cust_site_uses_all site_use
175: where site_use.site_use_id = p_site_use_id and
176: site_use.cust_acct_site_id = acc_site.cust_acct_site_id and
177: acc_site.cust_account_id = cust.cust_account_id;
178: --End Adding for bug 16387319 snuthala 6/MAR/2013