DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_BOOK_CONTROLS

Line 72: from fa_book_controls bc

68: , cp.start_date calendar_period_open_date
69: , cp.end_date calendar_period_close_date
70: , cp.period_num period_num
71: , fy.fiscal_year fiscal_year
72: from fa_book_controls bc
73: , fa_fiscal_year fy
74: , fa_calendar_types ct
75: , fa_calendar_periods cp
76: where bc.book_type_code = p_book_type_code

Line 91: from fa_book_controls bc

87: , cp.start_date calendar_period_open_date
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

Line 1857: fa_book_controls bc

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
1861: and je.period_counter = p_period_rec.period_counter