DBA Data[Home] [Help]

APPS.IGI_IAC_REVAL_VALIDATION dependencies on FA_BOOKS

Line 86: from fa_books

82: )
83: return boolean is
84: cursor c_not_valid is
85: select 'x' valid_rec
86: from fa_books
87: where asset_id = fp_asset_id
88: and book_type_code = fp_book_type_code
89: and cost = 0
90: and transaction_header_id_out is null