DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_IMPORT_PKG dependencies on FA_BOOKS

Line 250: from fa_books

246:
247: cursor c_deprn_flag(cp_book_type_code igi_imp_iac_interface.book_type_code%TYPE,
248: cp_asset_id igi_imp_iac_interface.asset_id%TYPE ) is
249: select depreciate_flag
250: from fa_books
251: where book_type_code =cp_book_type_code
252: and asset_id =cp_asset_id
253: and transaction_header_id_out is null;
254:

Line 268: l_deprn_flag fa_books.depreciate_flag%type;

264: l_transfer_status igi_imp_iac_interface_ctrl.transfer_status%TYPE;
265: --
266: -- Bug 2499880 End(2)
267: --
268: l_deprn_flag fa_books.depreciate_flag%type;
269: l_book_class fa_booK_controls.book_class%type;
270:
271: l_count NUMBER;
272: l_message VARCHAR2(1000);