DBA Data[Home] [Help]

APPS.FA_FASMAINT_XMLP_PKG dependencies on FND_CURRENCIES

Line 63: fnd_currencies cur

59: into l_currency_code,
60: l_precision
61: from fa_book_controls bc,
62: gl_sets_of_books sob,
63: fnd_currencies cur
64: where bc.book_type_code = P_BOOK
65: and sob.set_of_books_id = bc.set_of_books_id
66: and cur.currency_code = sob.currency_code;
67: