Debugging The Approval Workflow For Purchase Order or Purchase Requisition
Debugging The Approval Workflow For Purchase Order or Purchase Requisition
Debugging The Approval Workflow For Purchase Order or Purchase Requisition
Workflow tables. To quickly confirm whether the tables are having space limitations or not? Run the
following in SQL:
select value
from v$parameter
where name like background_dump_dest;
The value returned by this SQL statement represents the location of the alert log on the database server,
For the instance in question. Please ask the Database Administrator to review the latest entries into the
alert.log to confirm if any errors are being thrown with regards to table space.
The most common scenario that has been linked to table space, is when a user hits the Approve button
in the approval screen, only to have nothing happen. There is no message returned stating document has
been submitted for Approval, nothing happens. The hourglass comes for 1 second, and then leaves, and
the approval form is still present. This is most likely a table space issue.
Step 5
Workflow Monitor from the Purchase Summary screens. Utilize the Workflow monitor to track the path
which the document has taken during its submission to Workflow. Some important milestones to look for
in the Workflow monitor are Can Owner Approve and Does Approver have Approval Authority.
Are there any processes that contain errors? Or does it appear that a process has stopped at a point that is
incorrect?
Example is if a process stopped at a point that is not referencing a notification or some other request point
for user interaction
Notification summary.->
You go to Requisition Summaty.
Query with P.R. Number
On Req.Summary Header Screen, Select "TOOLS" from above menu and select "VIEW APPROVAL THRU WORKFLOW" .
It will open the Error Screen.
You note down Item Key / User Key
Switch over to "Workflow Administrator web (New)" responsibility.
Select "Adminstrator Workflow > Workflow status monitor"
Give Internal Name as "REQAPPRV" and give Item Key / User Key
After retrieving record, restart the workflow activity
you please verify document total bofore you have send approval from clerk user, becase
purchase requisition amount could not exceed document total. i think this is your problem.
Hi friend,
I think you are your user will not have the approval limitfor approving the purchase
I have recently run into this issue as well. If you checked all of your setups and everything
is correct (eg, approval authority is granted to the users in question, but you are still
receiving that error) you need your system administrator to retry the workflow. Sometimes
documents get "stuck" in workflow (for various reasons, too many to get into at this point)
but if you double-checked your setup and your document and it seems in order, your
system administrator needs to retry the previous process in the workflow environment.