DBA Data[Home] [Help]

APPS.ISC_MAINT_WO_CST_ETL_PKG dependencies on GL_SETS_OF_BOOKS

Line 305: , gl_sets_of_books gsob

301: hoi.organization_id
302: , gsob.currency_code
303: from
304: hr_organization_information hoi
305: , gl_sets_of_books gsob
306: where hoi.org_information_context = 'Accounting Information'
307: and hoi.org_information1 = to_char(gsob.set_of_books_id)
308: ) c
309: where c.organization_id = s.organization_id;