DBA Data[Home] [Help]

APPS.POREQ dependencies on GL_SETS_OF_BOOKS

Line 314: from gl_sets_of_books

310: from financials_system_parameters;
311: --
312: select currency_code
313: into poreq.functional_currency
314: from gl_sets_of_books
315: where set_of_books_id = fsp.set_of_books_id;
316: --
317: end poreq;