DBA Data[Home] [Help]

APPS.FA_INS_ADJUST_PKG dependencies on FA_MC_BOOKS

Line 866: from fa_mc_books

862: and distribution_id in (select distribution_id from fa_distribution_history where asset_id = adj_ptr.asset_id and book_type_code = adj_ptr.book_type_code and date_ineffective is null);
863:
864: select PERIOD_COUNTER_FULLY_RESERVED,cost,group_asset_id
865: into h_pd_fully_rsv,h_books_cost,h_group_asset_id
866: from fa_mc_books
867: where asset_id = adj_ptr.asset_id
868: and book_type_code = adj_ptr.book_type_code
869: and set_of_books_id = h_set_of_books_id
870: and date_ineffective is null;