PO Workflow Issue
Hi Every One,
We just created PO's and submit it for approval. but after submission it is not appearing in approver worklist.
We searched the cause for this issue, in workflow manager where it going in error with WAITFORCONCURRENTPROGRAM activity.
In back end when we ran a query to find the request id , it shows that it is 0.
The result of Following query
select pha.segment1 "PO Number"
,pha.org_id "Org"
,ias.item_type "Item Type"
,ias.item_key "Item Key"
,to_char(ias.begin_date,'DD-MON-RR HH24:MI:SS') "Begin Date"
,to_char(ias.end_date,'DD-MON-RR HH24:MI:SS') "End Date"
We just created PO's and submit it for approval. but after submission it is not appearing in approver worklist.
We searched the cause for this issue, in workflow manager where it going in error with WAITFORCONCURRENTPROGRAM activity.
In back end when we ran a query to find the request id , it shows that it is 0.
The result of Following query
select pha.segment1 "PO Number"
,pha.org_id "Org"
,ias.item_type "Item Type"
,ias.item_key "Item Key"
,to_char(ias.begin_date,'DD-MON-RR HH24:MI:SS') "Begin Date"
,to_char(ias.end_date,'DD-MON-RR HH24:MI:SS') "End Date"
0