Wednesday, 6 April 2011

Operating Unit name based on the Operating Unit ID

Operating Unit name based on the Operating Unit ID:-

In the following Query you can get Operating Unit Name based on the Operating Unit ID.

select 
Business_group_id,
Organization_id, 
name,
date_from,
date_to,
legal_entity_id,
set_of_books_id 
from 
hr_operating_units 
where organization_id = 'your Operating Unit ID';

No comments: