DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on GL_SETS_OF_BOOKS

Line 104: from gl_Sets_of_books

100: from dual;
101:
102: cursor c_curr_code (cp_Set_of_books_id fnd_currencies.currency_code%type )is
103: select currency_Code
104: from gl_Sets_of_books
105: where set_of_books_id = cp_Set_of_books_id;
106:
107: lv_currency_code fnd_currencies.currency_code%type;
108: