DBA Data[Home] [Help]

APPS.FARX_CP dependencies on FND_CURRENCIES

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

143:
144: h_mesg_name := 'FA_DYN_CURRENCY';
145:
146: select cur.precision into h_precision
147: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
148: where bc.book_type_code = h_book
149: and sob.set_of_books_id = bc.set_of_books_id
150: and sob.currency_code = cur.currency_code;
151: