PO_Requisition Workflows [message #233342] |
Wed, 25 April 2007 14:37 |
baronsukumvit
Messages: 1 Registered: April 2007
|
Junior Member |
|
|
Hello,
I am trying to track a history of action dates on PO_REQUISITIONS.
Unfortunately the PO_REQUISITION_HEADERS and PO_ACTION_HISTORY tables only contain a few action dates per requisition.
Someone told me the other dates would be in a workflow.
Could anyone tell me where these other dates might be?
Any help would be appreciated. Thanks
|
|
|
Re: PO_Requisition Workflows [message #233495 is a reply to message #233342] |
Thu, 26 April 2007 07:01 |
|
Alien
Messages: 292 Registered: June 1999
|
Senior Member |
|
|
Hi,
Which action dates are you missing?
All the executed functions in the approval workflow are stored in
wf_item_activity_statuses. But since most of them are only for background processing, there is little use for them.
The approval and forwarding dates should be in PO_ACTION_HISTORY.
Regards,
Arian
|
|
|