DBA Data[Home] [Help]

APPS.JAI_RGM_GST_ACCOUNTING_PKG dependencies on GL_SETS_OF_BOOKS

Line 465: from gl_Sets_of_books

461: lv_reference_27 gl_interface.reference27%type;
462:
463: cursor cur_curr_code (cpn_Set_of_books_id fnd_currencies.currency_code%type )is
464: select currency_Code
465: from gl_Sets_of_books
466: where set_of_books_id = cpn_Set_of_books_id;
467:
468: lv_currency_code fnd_currencies.currency_code%type;
469: