DBA Data[Home] [Help]

APPS.PA_UTILS dependencies on HR_OPERATING_UNITS

Line 1344: , hr_operating_units h

1340: ': ' || g.currency_code))
1341: into l_wnd_context
1342: from gl_sets_of_books g
1343: , pa_implementations c
1344: , hr_operating_units h
1345: where h.organization_id = to_number(l_id)
1346: and c.set_of_books_id = g.set_of_books_id;
1347:
1348: