Issue: GL JE Batch approve by GL_WF_JE_APPROVAL_PKG.start_approval_workflow have issue
Try to approve the GL JE Batch, the JE Batches status is right, but the notification got issue.
Before approve, the worklist can find:
From | Type | Subject | Sent | Due |
SUN-XXXX | Journal Batch | Journal batch T20140307-002 requires your approval. | 2014/3/7 | 2014/3/14 |
After approve, the worklist can find:
From | Type | Subject | Sent | Due | |
SUN-XXXX | Journal Batch | Journal batch T20140307-002 requires your approval. | 2014/3/7 | 2014/3/14 | Issue is: This line still at here |
Journal Batch | Wen-XXXX approved your journal batch T20140307-002. | 2014/3/7 |
The issue is: Why got two line at worklist?
Approved by below script:
declare
v_batch_id number := 180397;
v_user_id number := 1120;
v_resp_id number := 50692;