DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_JOURNAL_ENTRIES

Line 1809: from fa_journal_entries je,

1805:
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

Line 1856: from fa_journal_entries je,

1852:
1853: else
1854: select count(*)
1855: into l_je_post_count
1856: from fa_journal_entries je,
1857: fa_book_controls bc
1858: where bc.book_type_code = p_book_type_code
1859: and bc.set_of_books_id = je.set_of_books_id
1860: and bc.book_type_code = je.book_type_code