DBA Data[Home] [Help]

APPS.INV_VALUE_TO_ID dependencies on HR_ORGANIZATION_INFORMATION

Line 332: FROM HR_ORGANIZATION_INFORMATION hoi

328: SELECT gsb.chart_of_accounts_id INTO l_chart
329: FROM GL_SETS_OF_BOOKS gsb
330: WHERE gsb.set_of_books_id=
331: (SELECT to_number(hoi.org_information1)
332: FROM HR_ORGANIZATION_INFORMATION hoi
333: WHERE hoi.organization_id = p_organization_id
334: AND hoi.org_information_context = 'Accounting Information'
335: AND ROWNUM < 2);
336: