DBA Data[Home] [Help]

APPS.JAI_CMN_GL_PKG dependencies on FND_CURRENCIES

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

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

Line 108: lv_currency_code fnd_currencies.currency_code%type;

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