DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on HR_OPERATING_UNITS

Line 1588: , hr_operating_units h

1584: ': ' || g.currency_code))
1585: into l_wnd_context
1586: from gl_sets_of_books g
1587: , pa_implementations c
1588: , hr_operating_units h
1589: where h.organization_id = to_number(l_id)
1590: and c.set_of_books_id = g.set_of_books_id;
1591:
1592: