DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_HISTORY_PKG dependencies on FA_BOOK_CONTROLS

Line 290: From FA_BOOK_Controls

286: -- The update to the Distribution History needs to be done only
287: -- when the Book_Class is Corporate.
288:
289: Select Book_Class Into X_Book_Class
290: From FA_BOOK_Controls
291: Where Book_Type_Code = X_Book_Type_Code;
292:
293: If (X_Book_Class <> 'CORPORATE') then
294: return;