DBA Data[Home] [Help]

APPS.FA_FASMAINT_XMLP_PKG dependencies on GL_SETS_OF_BOOKS

Line 62: gl_sets_of_books sob,

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
66: and cur.currency_code = sob.currency_code;