DBA Data[Home] [Help]

APPS.ARRX_SALES_TAX_REP dependencies on GL_SETS_OF_BOOKS

Line 764: from gl_sets_of_books

760: from fnd_concurrent_requests fcr
761: where fcr.request_id = h_request_id;
762:
763: select name, currency_code into h_sob_name, h_base_currency
764: from gl_sets_of_books
765: where set_of_books_id = h_sob_id;
766:
767: -- open cursor
768: c := DBMS_SQL.OPEN_CURSOR;