DBA Data[Home] [Help]

APPS.IGI_IMP_IAC_WEBADI_PKG dependencies on FA_BOOKS

Line 185: from fa_books fb,fa_additions fa

181:
182: cursor c_deprn_flag(cp_book_type_code igi_imp_iac_interface.book_type_code%TYPE,
183: cp_asset_num igi_imp_iac_interface.asset_number%TYPE ) is
184: select depreciate_flag
185: from fa_books fb,fa_additions fa
186: where book_type_code =cp_book_type_code
187: and fa.asset_number = cp_asset_num
188: and fb.asset_id =fa.asset_id
189: and transaction_header_id_out is null;

Line 200: l_deprn_flag fa_books.depreciate_flag%type;

196: l_transfer_status igi_imp_iac_interface_ctrl.transfer_status%TYPE;
197:
198: l_valid BOOLEAN := TRUE;
199:
200: l_deprn_flag fa_books.depreciate_flag%type;
201: l_book_class fa_booK_controls.book_class%type;
202:
203: -- exceptions
204: e_iac_not_enabled EXCEPTION;