DBA Data[Home] [Help]

APPS.IGIRX_IMP_IAC_REP dependencies on FA_ASSET_HISTORY

Line 607: FROM fa_asset_history ah,

603: CURSOR c_inactive_dist_cat( cp_book_type_code varchar2,
604: cp_asset_id number,
605: cp_distribution_id number) IS
606: SELECT ah.category_id
607: FROM fa_asset_history ah,
608: fa_distribution_history dh
609: WHERE dh.book_type_code = cp_book_type_code AND
610: dh.asset_id = cp_asset_id AND
611: dh.distribution_id = cp_distribution_id AND