DBA Data[Home] [Help]

APPS.IGI_IGIIAOPD_XMLP_PKG dependencies on FA_ADDITIONS

Line 1084: cp_asset_id fa_additions.asset_id%TYPE,

1080: AND sub_adj.distribution_id = adj.distribution_id);
1081:
1082: /* Cursor to fetch the category for the asset */
1083: CURSOR c_get_category(cp_book fa_books.book_type_code%TYPE,
1084: cp_asset_id fa_additions.asset_id%TYPE,
1085: cp_transaction_id igi_iac_transaction_headers.transaction_header_id%TYPE) IS
1086: SELECT ah.category_id
1087: FROM fa_asset_history ah,
1088: fa_transaction_headers th