DBA Data[Home] [Help]

APPS.HZ_GNR_PKG dependencies on HZ_PARTY_SITES

Line 838: SELECT NULL FROM hz_party_sites hps,

834: WHERE loc.location_id = hlo.location_id
835: )
836: */
837: EXISTS (
838: SELECT NULL FROM hz_party_sites hps,
839: hz_cust_acct_sites_all hcasa
840: WHERE loc.location_id = hps.location_id
841: AND hps.party_site_id = hcasa.party_site_id
842: )