DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_CON_PKG dependencies on HZ_LOCATIONS

Line 680: FROM hz_locations

676: c_customer_phone_id NUMBER := p_service_request_rec.customer_phone_id;
677: -- List of Cursors
678: CURSOR c_inc_address(p_incident_location_id NUMBER) is
679: SELECT country,province,state,city,postal_code,county
680: FROM hz_locations
681: WHERE location_id = p_incident_location_id;
682:
683: -- Added for 11.5.10 Incident Location Type ER
684: CURSOR c_inc_party_site_address(p_party_site_id NUMBER) IS

Line 999: FROM hz_locations

995: c_customer_phone_id NUMBER := p_service_request_rec.customer_phone_id;
996: -- List of Cursors
997: CURSOR c_inc_address(p_incident_location_id NUMBER) IS
998: SELECT country,province,state,city,postal_code,county
999: FROM hz_locations
1000: WHERE location_id = p_incident_location_id;
1001:
1002: -- Added for 11.5.10 Incident Location Type ER
1003: CURSOR c_inc_party_site_address(p_party_site_id NUMBER) IS