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: and aps.set_of_books_id = g.set_of_books_id;
858: EXCEPTION
859: WHEN NO_DATA_FOUND THEN