DBA Data[Home] [Help]

APPS.ZX_TDS_PROCESS_CEC_PVT dependencies on HR_ORGANIZATION_UNITS

Line 592: from hr_organization_units

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