DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on HZ_CUST_SITE_USES_ALL

Line 885: hz_cust_site_uses_all hcsu

881: hp.party_site_id
882: from hz_party_sites_v hp,
883: hz_parties hz,
884: hz_cust_acct_sites_all hca,
885: hz_cust_site_uses_all hcsu
886: where hcsu.site_use_code = p_site_use_type
887: and hp.status = 'A'
888: and hcsu.status = 'A'
889: and hp.party_id = hz.party_id