Hi, I was trying to find how to link/join the FND_BPM_TASK_B credit tasks back to a transaction_number in the ra_customer_trx_all table?
select * from FND_BPM_TASK_B
where task_definition_name like 'FinArTrxnsCreditMemos%'
but then how does TASK_ID link back to a transaction number?
Please advise if you happen to know. Thanks!