Developers in 11i/R12 EBS are in a race with the Universe to create better idiot-proof programs, while the Universe is trying to create better idiots. So far the Universe is winning.
Pages
▼
Query :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:
Post a Comment