0% found this document useful (0 votes)
735 views1 page

Approval History Archive Table

The document discusses the need for an archive table to store payment batch approval history including fields like task title, approver, approval date, and outcome. While this data was previously stored in the WFTASKHISTORY table, that data has been purged. The solution recommends using five tables - FND_BPM_TASK_VL, FND_BPM_TASK_HISTORY_VL, FND_BPM_TASK_ASSIGNEE, FND_BPM_TASK_COMMENT, and FND_BPM_TASK_ATTACHMENT - to access and store the needed payment batch approval history data.

Uploaded by

Ishaq Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
735 views1 page

Approval History Archive Table

The document discusses the need for an archive table to store payment batch approval history including fields like task title, approver, approval date, and outcome. While this data was previously stored in the WFTASKHISTORY table, that data has been purged. The solution recommends using five tables - FND_BPM_TASK_VL, FND_BPM_TASK_HISTORY_VL, FND_BPM_TASK_ASSIGNEE, FND_BPM_TASK_COMMENT, and FND_BPM_TASK_ATTACHMENT - to access and store the needed payment batch approval history data.

Uploaded by

Ishaq Ali Khan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Need Payment Batch Approval History Archive Table Name (Doc ID 2465261.

1)
To BottomTo Bottom

In this Document
Goal
Solution
References

APPLIES TO:
Oracle Fusion Payables Cloud Service - Version 11.13.18.05.0 and later
Information in this document applies to any platform.
GOAL
We need to send to our external auditors payment batch approval history with fields
like task title,approver, approval date, outcome etc

We have checked WFTASKHISTORY the data was purged in this table

Need payment batch approval history archive table name

SOLUTION
please use the below tables

FND_BPM_TASK_VL
FND_BPM_TASK_HISTORY_VL
FND_BPM_TASK_ASSIGNEE
FND_BPM_TASK_COMMENT
FND_BPM_TASK_ATTACHMENT

You might also like