DBA Data[Home] [Help]

APPS.INV_THIRD_PARTY_STOCK_PVT dependencies on HR_ORGANIZATION_INFORMATION

Line 2275: hr_organization_information hoi

2271: gl.chart_of_accounts_id
2272: INTO
2273: l_coa_id
2274: FROM
2275: hr_organization_information hoi
2276: , hr_all_organization_units hou
2277: , gl_sets_of_books gl
2278: WHERE hoi.organization_id = hou.organization_id
2279: AND hoi.org_information1 = TO_CHAR(gl.set_of_books_id)