DBA Data[Home] [Help]

APPS.JA_CN_FA_ACUI_EXPORT_PKG dependencies on FA_ASSET_HISTORY_V

Line 601: FROM fa_asset_history_v fhv

597:
598: IF (ln_transaction_header_id <> -1) THEN
599: SELECT fhv.units
600: INTO ln_asset_unit
601: FROM fa_asset_history_v fhv
602: WHERE fhv.key = ln_transaction_header_id
603: AND fhv.transaction_header_id_out = ln_transaction_header_id;
604: END IF; --(ln_transaction_header_id)
605: EXCEPTION