DBA Data[Home] [Help]

APPS.OPI_DBI_INV_VALUE_UTL_PKG dependencies on GL_SETS_OF_BOOKS

Line 330: gl_sets_of_books gsob

326: (SELECT /*+ leading (hoi) full (hoi) use_hash (gsob)
327: parallel (hoi) parallel (gsob)*/
328: DISTINCT hoi.organization_id, gsob.currency_code
329: FROM hr_organization_information hoi,
330: gl_sets_of_books gsob
331: WHERE hoi.org_information_context = 'Accounting Information'
332: AND hoi.org_information1 = to_char(gsob.set_of_books_id))
333: curr_codes
334: WHERE curr_codes.organization_id = to_conv.organization_id;