DBA Data[Home] [Help]

APPS.IGI_IGIIARRD_XMLP_PKG dependencies on FA_ADDITIONS

Line 1083: cp_asset_id fa_additions.asset_id%TYPE,

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