DBA Data[Home] [Help]

APPS.FA_WHATIF_DEPRN2_PKG dependencies on FND_CURRENCIES

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

213: h_mesg_name := 'FA_DYN_CURRENCY';
214:
215:
216: select cur.precision into h_precision
217: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
218: where bc.book_type_code = X_book
219: --and sob.set_of_books_id = bc.set_of_books_id
220: and sob.set_of_books_id = FARX_C_WD.sob_id -- Enhancement bug 3037321
221: and sob.currency_code = cur.currency_code;