DBA Data[Home] [Help]

APPS.OE_QUERY dependencies on HR_OPERATING_UNITS

Line 1769: from hr_operating_units

1765: return(NULL);
1766: else
1767: Select name
1768: into org_name
1769: from hr_operating_units
1770: where organization_id = org_id
1771: and rownum = 1;
1772: return(org_name);
1773: end if;