DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on HR_LOCATIONS_ALL

Line 1547: l_location_id hr_locations_all.location_id%TYPE;

1543: FROM ota_events e
1544: WHERE e.event_id = p_event_id;
1545:
1546: l_training_center_id ota_events.training_center_id%TYPE;
1547: l_location_id hr_locations_all.location_id%TYPE;
1548:
1549: CURSOR tc_loc_cr(p_training_center_id ota_events.training_center_id%TYPE)
1550: IS
1551: SELECT o.location_id