DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_BOOK_CONTROLS

Line 980: from fa_book_controls

976: where book_type_code = p_book_type_code
977: and nvl(enabled_flag,'N') = 'Y'
978: and not exists
979: (select 1
980: from fa_book_controls
981: where book_type_code = p_book_type_code
982: and book_class = 'TAX'
983: and set_of_books_id = famcbc.set_of_books_id)
984: and exists