DBA Data[Home] [Help]

APPS.CS_SR_TASK_AUTOASSIGN_PKG dependencies on HZ_LOCATIONS

Line 173: FROM hz_locations

169: -- For 11.5.10+ Need to get the location_id from party sites
170: -- for location_type, HZ_PARTY_SITES
171: CURSOR c_inc_address(p_incident_location_id NUMBER) IS
172: SELECT country,province,state,city,postal_code,county
173: FROM hz_locations
174: WHERE location_id = p_incident_location_id;
175:
176: CURSOR c_inc_party_site_address(p_party_site_id NUMBER) IS
177: SELECT location_id FROM hz_party_sites