DBA Data[Home] [Help]

APPS.AP_UTILITIES_PKG dependencies on HR_OPERATING_UNITS

Line 855: hr_operating_units h

851: ': ' || substr(g.currency_code, 1, 5)))),1,60)
852: into l_wnd_context
853: from gl_sets_of_books g,
854: ap_system_parameters aps,
855: hr_operating_units h
856: where h.organization_id = to_number(l_id)
857: --Bug 13975870
858: and h.organization_id = aps.org_id
859: --Bug 13975870