DBA Data[Home] [Help]

APPS.FA_XLA_EVENTS_PVT dependencies on FA_MC_BOOK_CONTROLS

Line 975: from fa_mc_book_controls famcbc

971: begin
972:
973: select set_of_books_id
974: into l_secondary_sob_id
975: from fa_mc_book_controls famcbc
976: where book_type_code = p_book_type_code
977: and nvl(enabled_flag,'N') = 'Y'
978: and not exists
979: (select 1