Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MR approval notification

Status
Not open for further replies.

nhsa

Programmer
Jun 21, 2004
19
0
0
QA
Hi...
in our system , when the manager approve the MR , a notification message will send to the preparer telling him that the MR is approved , I need to modify this by sending a message to preparer and requester , but I don't know where can i find this process to modify it, and what shall i modifiy? Actually I'm new to ERP and I have no idea about alert and how to modify it.

Thanks in advance
 
I'm not sure what an MR is, but the process sounds like a Workflow. We did some work recently with Requisitions in the PO module to accomplish similar changes. It is not a straightforward process.

However, the preparer is determined in a PL/SQL package where a procedure can be modified to return other roles as well. (What is the difference between a preparer and a requestor?) There would be a problem though, if the workflow is only expecting a single user. In that case, you need to change the workflow as well as the pl/sql.
 
Thanks mdwyer for ur reply, MR is stand for Material requisition, but where can I find this pl/sql package that you talking about.


thanks
 
I'm guessing it's in the APPS schema, but I cannot locate a package beginning with MR that has a name like PO_WF_REQ_NOTIFICATION. That package has the procs which are used for purchase requisition notifications.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top