DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on GL_SETS_OF_BOOKS

Line 105: from gl_Sets_of_books

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