DBA Data[Home] [Help]

APPS.OTA_TIMEZONE_UPGRADE dependencies on HR_ALL_ORGANIZATION_UNITS

Line 265: hr_all_organization_units org

261: CURSOR csr_trgctr_tz(trg_cen_id NUMBER) IS
262: SELECT loc.timezone_code
263:
264: FROM hr_locations loc,
265: hr_all_organization_units org
266: WHERE loc.location_id = org.location_id
267: AND org.organization_id = trg_cen_id;
268: BEGIN
269: