DBA Data[Home] [Help]

APPS.FA_XML_REPORT_PKG dependencies on GL_SETS_OF_BOOKS

Line 257: from gl_sets_of_books sob

253:
254: cursor c_currency (c_sob_id number) is
255: select sob.currency_code
256: ,sob.name
257: from gl_sets_of_books sob
258: where sob.set_of_books_id = c_sob_id;
259:
260: cursor c_period (c_book varchar2, c_period_counter number) is
261: select period_name

Line 627: from gl_sets_of_books sob

623:
624: cursor c_currency (c_sob_id number) is
625: select sob.currency_code
626: ,sob.name
627: from gl_sets_of_books sob
628: where sob.set_of_books_id = c_sob_id;
629:
630: begin
631: