DBA Data[Home] [Help]

APPS.OPI_DBI_JOB_TXN_STG_PKG dependencies on GL_SETS_OF_BOOKS

Line 221: gl_sets_of_books gsob

217: (SELECT /*+ leading (hoi) full (hoi) use_hash (gsob)
218: parallel (hoi) parallel (gsob)*/
219: DISTINCT hoi.organization_id, gsob.currency_code
220: FROM hr_organization_information hoi,
221: gl_sets_of_books gsob
222: WHERE hoi.org_information_context = 'Accounting Information'
223: AND hoi.org_information1 = to_char(gsob.set_of_books_id))
224: curr_codes
225: WHERE curr_codes.organization_id = to_conv.organization_id;