DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on GL_SETS_OF_BOOKS

Line 816: gl_sets_of_books gl

812: SELECT gl.chart_of_accounts_id
813: INTO l_chart
814: FROM hr_organization_information hoi,
815: hr_all_organization_units hou,
816: gl_sets_of_books gl
817: WHERE hoi.organization_id = hou.organization_id
818: AND hoi.org_information1 = TO_CHAR (gl.set_of_books_id)
819: AND hoi.org_information_context = 'Accounting Information'
820: AND hoi.organization_id = p_orgid;