DBA Data[Home] [Help]

APPS.IGI_IAC_REBASE_PKG dependencies on FND_CURRENCIES

Line 84: from fnd_currencies curr, gl_sets_of_books sob

80:
81: /* Cursor to get the precision */
82: Cursor cur_get_precision(p_sob_id gl_sets_of_books.set_of_books_id%type) Is
83: select curr.precision
84: from fnd_currencies curr, gl_sets_of_books sob
85: where curr.currency_code = sob.currency_code
86: and sob.set_of_books_id = p_sob_id;
87:
88: l_link_id igi_iac_cal_price_indexes.cal_price_index_link_id%type;