DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_MC_BOOK_CONTROLS

Line 92: , fa_mc_book_controls mbc

88: , cp.end_date calendar_period_close_date
89: , cp.period_num period_num
90: , fy.fiscal_year fiscal_year
91: from fa_book_controls bc
92: , fa_mc_book_controls mbc
93: , fa_fiscal_year fy
94: , fa_calendar_types ct
95: , fa_calendar_periods cp
96: where bc.book_type_code = p_book_type_code

Line 1810: fa_mc_book_controls bc

1806: if (p_mrc_sob_type_code = 'R') then
1807: select count(*)
1808: into l_je_post_count
1809: from fa_journal_entries je,
1810: fa_mc_book_controls bc
1811: where bc.book_type_code = p_book_type_code
1812: and bc.set_of_books_id = p_set_of_books_id
1813: and je.set_of_books_id = p_set_of_books_id
1814: and bc.book_type_code = je.book_type_code