How to remove record from adjustment infotile with error transaction- REQUEST ID NOT AVAILABLE
Summary:
I tried to purge a transaction from the adjustment infotile which have "Error" Status but I could not gather the Request ID using the provided SQL
REQUEST ID NOT AVAILABLE
Adjustments:
select book_type_code, transaction_type_code, posting_status, batch_name, load_request_id, count(*)
from fa_adjustments_t
group by book_type_code, transaction_type_code, posting_status, batch_name, load_request_id
order by book_type_code, transaction_type_code, posting_status, batch_name, load_request_id
How I can remove the transaction from the Infotile
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Tagged:
0