DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FND_CURRENCIES

Line 264: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur

260: h_mesg_name := 'FA_DYN_CURRENCY';
261:
262:
263: select cur.precision into h_precision
264: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
265: where bc.book_type_code = X_book
266: --and sob.set_of_books_id = bc.set_of_books_id
267: and sob.set_of_books_id = FARX_C_WD.sob_id -- Enhancement bug 3037321
268: and sob.currency_code = cur.currency_code;