DBA Data[Home] [Help]

APPS.IGI_IGIIACSD_XMLP_PKG dependencies on FA_ADDITIONS

Line 1068: cp_asset_id fa_additions.asset_id%TYPE,

1064: AND sub_adj.distribution_id = adj.distribution_id);
1065:
1066: /* Cursor to fetch the category for the asset */
1067: CURSOR c_get_category(cp_book fa_books.book_type_code%TYPE,
1068: cp_asset_id fa_additions.asset_id%TYPE,
1069: cp_transaction_id igi_iac_transaction_headers.transaction_header_id%TYPE) IS
1070: SELECT ah.category_id
1071: FROM fa_asset_history ah,
1072: fa_transaction_headers th