DBA Data[Home] [Help]

APPS.FA_DISTRIBUTION_HISTORY_PKG dependencies on FA_BOOK_CONTROLS

Line 284: From FA_BOOK_Controls

280: -- The update to the Distribution History needs to be done only
281: -- when the Book_Class is Corporate.
282:
283: Select Book_Class Into X_Book_Class
284: From FA_BOOK_Controls
285: Where Book_Type_Code = X_Book_Type_Code;
286:
287: If (X_Book_Class <> 'CORPORATE') then
288: return;