DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on HR_OPERATING_UNITS

Line 905: FROM hr_operating_units hou,

901: SELECT hou.default_legal_context_id legal_entity,
902: gl.currency_code
903: INTO l_legal_entity_id,
904: l_dflt_currency_code
905: FROM hr_operating_units hou,
906: gl_sets_of_books gl
907: WHERE gl.set_of_books_id = hou.set_of_books_id
908: AND hou.organization_id = l_org_id;
909: