DBA Data[Home] [Help]

APPS.IGI_IAC_TRANSFERS_PKG dependencies on FA_TRANSACTION_HEADERS

Line 2397: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,

2393:
2394: FUNCTION Do_prior_transfer(p_book_type_code fa_books.book_type_code%type,
2395: p_asset_id fa_additions_b.asset_id%type,
2396: p_category_id fa_categories.category_id%type,
2397: p_transaction_header_id fa_transaction_headers.transaction_header_id%type,
2398: p_cost fa_books.cost%type,
2399: p_adjusted_cost fa_books.adjusted_cost%type,
2400: p_salvage_value fa_books.salvage_value%type,
2401: p_current_units fa_additions_b.current_units%type,

Line 2414: FROM fa_transaction_headers

2410: CURSOR c_trans_data IS
2411: SELECT transaction_date_entered,
2412: mass_reference_id,
2413: transaction_type_code
2414: FROM fa_transaction_headers
2415: WHERE transaction_header_id=p_transaction_header_id;
2416:
2417: /* Cursor to select asset data for asset header rec */
2418: