DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_HIST_PKG dependencies on FA_TRANSACTION_HEADERS

Line 174: From fa_transaction_headers

170:
171: -- cursor to get adjustment type
172: Cursor c_get_adj_type(p_transaction_header_id number) IS
173: Select *
174: From fa_transaction_headers
175: Where asset_id=p_asset_id
176: and book_type_code =p_book_type_code
177: and transaction_header_id =p_transaction_header_id;
178: