DBA Data[Home] [Help]

APPS.OTA_UTILITY dependencies on HR_LOCATIONS_ALL

Line 1611: l_location_id hr_locations_all.location_id%TYPE;

1607: FROM ota_events e
1608: WHERE e.event_id = p_event_id;
1609:
1610: l_training_center_id ota_events.training_center_id%TYPE;
1611: l_location_id hr_locations_all.location_id%TYPE;
1612:
1613: CURSOR tc_loc_cr(p_training_center_id ota_events.training_center_id%TYPE)
1614: IS
1615: SELECT o.location_id