DBA Data[Home] [Help]

APPS.FA_CDE_PKG dependencies on FA_BOOKS_MRC_V

Line 4373: select bk.cost into report_cost from fa_books_mrc_v bk

4369: end if;
4370:
4371: else -- Depreciation Run
4372: if (h_reporting_flag = 'R') then
4373: select bk.cost into report_cost from fa_books_mrc_v bk
4374: where bk.book_type_code = book and
4375: bk.asset_id = h_asset_id and
4376: bk.transaction_header_id_out is null;
4377: