DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_ASSET_HISTORY

Line 1018: FROM fa_asset_history

1014: -- find the total number of units for the asset itself ( active) (keep)
1015: CURSOR c_units
1016: IS
1017: SELECT units
1018: FROM fa_asset_history
1019: WHERE asset_id = p_asset_hdr_rec.asset_id
1020: AND transaction_header_id_out IS NULL;
1021:
1022: -- find the number of units involved in the transfer