DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on FND_CURRENCIES

Line 102: cursor c_curr_code (cp_Set_of_books_id fnd_currencies.currency_code%type )is

98: substr(p_reference_25,1,240),
99: substr(p_reference_26,1,240)
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:

Line 107: lv_currency_code fnd_currencies.currency_code%type;

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:
109: /* Bug 5243532. Added by Lakshmi Gopalsami
110: Implemented caching logic.
111: */