DBA Data[Home] [Help]

APPS.FA_FASMAINT_XMLP_PKG dependencies on FA_BOOK_CONTROLS

Line 61: from fa_book_controls bc,

57: select sob.currency_code,
58: cur.precision
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