DBA Data[Home] [Help]

APPS.ASO_PARTY_INT dependencies on HZ_PARTY_SITES

Line 1170: From hz_locations hzl,hz_party_sites hps

1166:
1167: -- this is arbitrary. we are doing it because location is needed for site uses.
1168: CURSOR C_location(l_party_site_id NUMBER) IS
1169: Select hzl.city
1170: From hz_locations hzl,hz_party_sites hps
1171: Where hps.party_site_id = p_party_site_id
1172: And hzl.location_id = hps.location_id;
1173:
1174: