Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Linking a Transaction Number to TaskID in FND_BPM_TASK_B in Oracle Fusion

a bAug 28 2024

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!

Comments
Post Details
Added on Aug 28 2024
0 comments
70 views