DBA Data[Home] [Help]

APPS.IGI_IAC_SALVAGE_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 50

    	SELECT cost, salvage_value
	    FROM FA_BOOKS
    	WHERE Asset_id=P_Asset_id
	    AND book_type_Code =p_book_type_code
    	AND transaction_header_id_out IS NULL;