DBA Data[Home] [Help]

APPS.JA_CN_FA_AC_EXPORT_PKG dependencies on FA_ASSET_HISTORY_V

Line 807: FROM fa_asset_history_v fhv, fa_categories_b_kfv ckfv

803: IF (ln_transaction_header_id IS NOT NULL AND
804: ln_transaction_header_id <> -1) THEN
805: SELECT fhv.units, ckfv.concatenated_segments
806: INTO ln_asset_unit, lv_category_code
807: FROM fa_asset_history_v fhv, fa_categories_b_kfv ckfv
808: WHERE fhv.key = ln_transaction_header_id
809: AND fhv.transaction_header_id_out =
810: ln_transaction_header_id
811: AND fhv.category_id = ckfv.category_id;