DBA Data[Home] [Help]

APPS.FARX_AJ dependencies on FND_CURRENCIES

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

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