DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on GL_SETS_OF_BOOKS

Line 169: from hr_organization_information ho, gl_sets_of_books gb

165:
166:
167: select gb.currency_code, to_number(ho.ORG_INFORMATION3)
168: into l_currency, l_ou_id
169: from hr_organization_information ho, gl_sets_of_books gb
170: where gb.set_of_books_id = ho.ORG_INFORMATION1
171: and ho.organization_id = p_organization_id
172: and ho.ORG_INFORMATION_CONTEXT = 'Accounting Information';
173: