DBA Data[Home] [Help]

APPS.OPI_DBI_RES_PKG dependencies on GL_SETS_OF_BOOKS

Line 471: gl_sets_of_books gsob

467: DISTINCT
468: hoi.organization_id,
469: gsob.currency_code
470: FROM hr_organization_information hoi,
471: gl_sets_of_books gsob
472: WHERE hoi.org_information_context = 'Accounting Information'
473: AND hoi.org_information1 = to_char(gsob.set_of_books_id)) curr_codes
474: WHERE curr_codes.organization_id = to_conv.organization_id;
475: