DBA Data[Home] [Help]

APPS.CSD_PROCESS_UTIL dependencies on HZ_CUST_SITE_USES_ALL

Line 897: hz_cust_site_uses_all hcsu

893: hp.party_site_id
894: from hz_party_sites_v hp,
895: hz_parties hz,
896: hz_cust_acct_sites_all hca,
897: hz_cust_site_uses_all hcsu
898: where hcsu.site_use_code = p_site_use_type
899: and hp.status = 'A'
900: and hcsu.status = 'A'
901: and hp.party_id = hz.party_id