DBA Data[Home] [Help]

APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_BOOK_CONTROLS_BAS

Line 171: from fa_book_controls_bas bc

167:
168: -- used when called from a reporting book
169: CURSOR check_primary_sync IS
170: select count(1)
171: from fa_book_controls_bas bc
172: where bc.book_type_code = X_book
173: and (bc.last_period_counter <> h_last_period_counter or
174: bc.mass_request_id is not null);
175: