DBA Data[Home] [Help]

APPS.IGI_IGIIAOPE_XMLP_PKG dependencies on FA_ADDITIONS

Line 1070: cp_asset_id fa_additions.asset_id%TYPE,

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