DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on GL_LEDGERS

Line 986: from gl_ledgers

982: and book_class = 'TAX'
983: and set_of_books_id = famcbc.set_of_books_id)
984: and exists
985: (select 1
986: from gl_ledgers
987: where ledger_id = set_of_books_id
988: and ledger_category_code = 'SECONDARY');
989:
990: return l_secondary_sob_id;