DBA Data[Home] [Help]

APPS.FA_RES_LDG_PKG dependencies on GL_LEDGERS

Line 58: ,gl_ledgers SOB

54: ,lc_distribution_source_book
55: ,lc_currency_code
56: ,ln_precision
57: FROM fa_book_controls BC
58: ,gl_ledgers SOB
59: ,fnd_currencies CUR
60: WHERE BC.book_type_code = P_BOOK
61: AND SOB.ledger_id = BC.set_of_books_id
62: AND SOB.currency_code = CUR.currency_code;