DBA Data[Home] [Help]

APPS.FA_CHK_BOOKSTS_PKG dependencies on FA_BOOK_CONTROLS_BAS

Line 175: from fa_book_controls_bas bc

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