DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FND_CURRENCIES

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

268: CC_SEGNUM => h_cc_seg,
269: CALLING_FN => 'COST_ADJUST');
270:
271: select cur.precision into h_precision
272: from fa_book_controls bc, gl_sets_of_books sob, fnd_currencies cur
273: where bc.book_type_code = h_book
274: and sob.set_of_books_id = bc.set_of_books_id
275: and sob.currency_code = cur.currency_code;
276: