DBA Data[Home] [Help]

APPS.ZX_TDS_PROCESS_CEC_PVT dependencies on HR_ORGANIZATION_UNITS

Line 591: from hr_organization_units

587: NVL (hr_general.get_business_group_id, NVL (loc.business_group_id, -99));
588:
589: cursor c_get_location_id(c_organization_id NUMBER) is
590: select location_id
591: from hr_organization_units
592: where organization_id = c_organization_id;
593:
594: BEGIN
595: g_current_runtime_level := FND_LOG.G_CURRENT_RUNTIME_LEVEL;