DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_CON_PKG dependencies on HZ_LOCATIONS

Line 691: FROM hz_locations

687:
688: -- List of Cursors
689: CURSOR c_inc_address(p_incident_location_id NUMBER) is
690: SELECT country,province,state,city,postal_code,county
691: FROM hz_locations
692: WHERE location_id = p_incident_location_id;
693:
694: -- Added for 11.5.10 Incident Location Type ER
695: CURSOR c_inc_party_site_address(p_party_site_id NUMBER) IS

Line 1055: FROM hz_locations

1051: c_customer_phone_id NUMBER := p_service_request_rec.customer_phone_id;
1052: -- List of Cursors
1053: CURSOR c_inc_address(p_incident_location_id NUMBER) IS
1054: SELECT country,province,state,city,postal_code,county
1055: FROM hz_locations
1056: WHERE location_id = p_incident_location_id;
1057:
1058: -- Added for 11.5.10 Incident Location Type ER
1059: CURSOR c_inc_party_site_address(p_party_site_id NUMBER) IS