Workflow notification Reappearing in worklist after approving

Hi All,
For one of the user, after Approving the Leave request, the request gets approved,but again the notification for approving appears in user's worklist.
Is there any way to aviod this.
ITEM TYPE is HRSSA.
Product Version 11.5.10.2
Thanks in advance.
-chiranjeevi

try this
PROCEDURE NOTIFICATION_HANDLER (
itemtype IN VARCHAR2
, itemkey IN VARCHAR2
, actid IN NUMBER
, funcmode IN VARCHAR2
, resultout OUT NOCOPY VARCHAR2)AS
v_nid NUMBER := NVL (Wf_Engine.context_nid, Wf_Engine.g_nid);
v_result VARCHAR2 (30) := Wf_Notification.getattrtext (v_nid, 'RESULT');
v_comments VARCHAR2 (240) := Wf_Notification.getattrtext (v_nid, 'APPROVER_COMMENT');
BEGIN
IF (funcmode = 'VALIDATE' OR funcmode = 'RESPOND' ) THEN
IF (v_result = 'REJECTED') THEN
IF (v_comments IS NULL)
THEN
RAISE_APPLICATION_ERROR (-20001, 'Please enter reajection reason');
END IF;
END IF;
END IF;
Regards,
Ravi.

Similar Messages

  • Workflow notification mailer not starting after APPS pwd change

    Workflow notification mailer not starting after APPS pwd change
    The error in the WFMAILER log is
    [appprod@nalinoes04 ABPROD_nalinoes04]$ cat WFMAILER1300061.txt
    wferr:
    - WFXXX_DB_CONNECT CODE=1017 CONNECT=APPS
    cpid=1300061, logfile=/abprod/comn/admin/log/ABPROD_nalinoes04/WFMAILER1300061.txtparams=, status=Running, debuglevel= Error Done.[appprod@nalinoes04
    Can you please advice ?
    EBS 11.5.10.2
    DB 11.2.0.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    There is no upgrade, just a usual APPS password changeYou still need to bounce the application services.
    The error you have posted above does not tell much about the issue. Please clear the log file, reproduce the issue, and check the log file then.The FNDCPGSC log file
    [Oct 23, 2012 12:42:42 PM CDT]:1351014162195:Thread[BES Dispatch Thread,5,main]:0:-1:nalinoes05:172.25.80.54:-1:-1:EXCEPTION:[SVC-GSM-WFMLRSVC-1327162 : oracle.apps.fnd.cp.gsc.SvcComponentStateMachine.updateComponentStatus(Logger, Connection, int, String, String)]:BEGIN (Logger{mLog=[$Header: AppsLog.java 115.76 2004/07/27 17:30:17 kkapur ship $ @16720915 {oracle.apps.fnd.profiles.ExtendedProfileStore@9980d5}],mUniqueId=SVC-GSM-WFMLRSVC-1327162,mLevel=4}, oracle.jdbc.driver.OracleConnection@76ab2f, 10006, DEACTIVATED_SYSTEM, This automatic Service Component has been restarted the maximum of 10 times after stopping with error. Thus, it has been system deactivated -> oracle.apps.fnd.cp.gsc.SvcComponentContainerException: Could not start component; performing rollback -> oracle.apps.fnd.cp.gsc.SvcComponentException: Validation failed for the following parameters -> {OUTBOUND_SERVER=Unable to make a network connection.}. Parameters were -> {INBOUND_MAX_IGNORE_SIZE=1000, INBOUND_MAX_LOOKUP_CACHE_SIZE=100, ATTACH_IMAGES=Y, ALLOW_FORWARDED_RESPONSE=Y, INBOUND_UNSOLICITED_THRESHOLD=2, NODENAME=WFMAIL, SEND_UNSOLICITED_WARNING=Y, AUTOCLOSE_FYI=Y, INBOUND_PROTOCOL=IMAP, PROCESSOR_READ_TIMEOUT_CLOSE=N, ATTACHED_URLS=WFMAIL:ATTACHED_URLS, TEST_ADDRESS=NONE, PROCESSOR_OUT_THREAD_COUNT=1, EXPUNGE_ON_CLOSE=Y, ATTACH_STYLESHEET=Y, OUTBOUND_CONNECTION_TIMEOUT=120, INBOUND_MAX_RET_EMAIL_SIZE=100, MAX_INVALID_ADDR_LIST_SIZE=100, PROCESSOR_MAX_LOOP_SLEEP=60, SEND_ACCESS_KEY=N, PROCESSOR_IN_THREAD_COUNT=1, FRAMEWORK_APP=1, CLOSED=WFMAIL:CLOSED, INBOUND_FETCH_SIZE=100, SUMMARY=WFMAIL:SUMMARY, ENABLE_STYLESHEET=N, PROCESSOR_ERROR_LOOP_SLEEP=60, OPEN_MAIL_FYI=WFMAIL:XXAB_OPEN_IBE_WF_MAIL, FRAMEWORK_RESP=20420, ALTERNATE_EMAIL_PARSER=oracle.apps.fnd.wf.mailer.DirectEmailParser, INBOUND_PASSWORD=_!08^@@690^6@6$$^#9^#6#!0$04868!@$^86$!!`}0$8|&%%+++|9|*@, HTTP_USER_AGENT=Mozilla/4.76, RESET_NLS=N, PROCESS=PROCESSED, OPEN_MAIL_DIRECT=WFMAIL:OPEN_MAIL_DIRECT, PROCESSOR_LOOP_SLEEP=5, MESSAGE_FORMATTER=oracle.apps.fnd.wf.mailer.NotificationFormatter, [email protected], FRAMEWORK_USER=0, CANCELED=WFMAIL:CANCELED, OUTBOUND_PROTOCOL=SMTP, ACCOUNT=svc_oracle_mail, DISCARD=DISCARD, FROM=ACCO Workflow Mailer, PROCESSOR_DEFER_EVTDATA_READ=Y, SEND_CANCELED_EMAIL=Y, WARNING=WFMAIL:WARNING, PROCESSOR_MAX_ERROR_COUNT=10, INBOUND_CONNECTION_TIMEOUT=120, HTMLAGENT=http://nalinoes04.abd.ad.acco.com:8000/pls/ABPROD, INBOX=Inbox, OPEN_INVALID_MORE_INFO=WFMAIL:OPEN_INVALID_MORE_INFO, INBOUND_SERVER=lin-hera.na.acco.com, OUTBOUND_SSL_ENABLED=N, OPEN_MORE_INFO=WFMAIL:OPEN_MORE_INFO, MAILER_SSL_TRUSTSTORE=NONE, INLINE_ATTACHMENT=N, OPEN_INVALID=WFMAIL:OPEN_INVALID, EMAIL_PARSER=oracle.apps.fnd.wf.mailer.TemplatedEmailParser, DIRECT_RESPONSE=N, OPEN_MAIL=WFMAIL:OPEN_MAIL, MORE_INFO_ANSWERED=WFMAIL:MORE_INFO_ANSWERED, HTML_DELIMITER=DEFAULT, FRAMEWORK_URL_TIMEOUT=30, COMPONENT_LOG_LEVEL=5, SUMHTML=WFMAIL:SUMHTML, PROCESSOR_READ_TIMEOUT=10, DEBUG_MAIL_SESSION=Y, OUTBOUND_SERVER=nalinoes04.abd.ad.acco.com, INBOUND_SSL_ENABLED=N})
    Please see these docs.
    How to Troubleshoot 'Validation failed' Errors when Starting the Mailer [ID 463354.1]
    Unable To Make A Network Connection For IMAP Username/Password In Workflow Mailer Configuration [ID 784247.1]
    Workflow Cannot Connect to IMAP Sever: "Unable to Make a Network Connection" [ID 577592.1]
    Error Validation Error Has Occurred: Unable To Make A Network Connection During Mailer Setup [ID 834054.1]
    Unable To Connect To The Mail Account. Check The Host, User Name And Password [ID 1123684.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer For Sending Email Notifications [ID 753845.1]
    Workflow Mailer Will Not Start Stays In Starting Status [ID 837893.1]
    Thanks,
    Hussein

  • Salary Packaging Notifications to be disabled after approval

    Dear All,
    When the employee is done with his salary packaging part, it goes to the payroll administrator for approval. After the payroll admin approves it an e mail notification trigger is going to the respective employee that " your FBP is approved". This specific notification trigger has to be disabled. Can anyone throw some light on this..
    Regards,
    Srikanth

    Dear All,
    We are currently on EHP5. When the employee raises the Claims via portal and it goes for approval to the Payroll Admin. Its working fine in terms of the workflow. Once the Payroll admin approves or rejects the claims made by employee notification triggers going to the employee which should be disabled. Could anyone suggest how to disable these notifications triggers to employee.
    Kindly let me know how to proceed further..
    Regards,
    Srikanth

  • Problem :Workflow Notification Mailer

    i couldn't start the workflow Mailer Services.
    Querying
    SELECT component_name, component_status  
    FROM fnd_svc_components
    WHERE component_type = 'WF_MAILER';
    COMPONENT_NAME
    COMPONENT_STATUS
    Workflow Notification Mailer
    STOPPED_ERROR
    Finally after 10 automatic retry  attempt ,the Status changes to Deactivated by system
    The log file data
    [Aug 2, 2013 7:14:45 PM GMT+05:30]:1375451085517:Thread[BES Dispatch Thread,5,main]:0:-1:ibmapps:10.36.0.13:-1:-1:ERROR:[SVC-GSM-WFMLRSVC-4383432-10040 : oracle.apps.fnd.cp.gsc.SvcComponent.start(int, SvcComponentContainerInterface)]:Validation failed for the following parameters -> {INBOUND_SERVER=Unable to make a network connection., TEST_ADDRESS=The test address can not be the same as the Reply-To address}.  Parameters were -> {INBOUND_MAX_IGNORE_SIZE=1000, INBOUND_MAX_LOOKUP_CACHE_SIZE=100, ATTACH_IMAGES=Y, ALLOW_FORWARDED_RESPONSE=Y, INBOUND_UNSOLICITED_THRESHOLD=2, NODENAME=WFMAIL, AUTOCLOSE_FYI=N, INBOUND_PROTOCOL=IMAP, PROCESSOR_READ_TIMEOUT_CLOSE=Y, ATTACHED_URLS=WFMAIL:ATTACHED_URLS, [email protected], EXPUNGE_ON_CLOSE=Y, PROCESSOR_OUT_THREAD_COUNT=1, ATTACH_STYLESHEET=Y, OUTBOUND_CONNECTION_TIMEOUT=120, INBOUND_MAX_RET_EMAIL_SIZE=100, MAX_INVALID_ADDR_LIST_SIZE=100, PROCESSOR_MAX_LOOP_SLEEP=60, SEND_ACCESS_KEY=N, PROCESSOR_IN_THREAD_COUNT=1, FRAMEWORK_APP=1, CLOSED=WFMAIL:CLOSED, INBOUND_FETCH_SIZE=100, SUMMARY=WFMAIL:SUMMARY, ENABLE_STYLESHEET=N, PROCESSOR_ERROR_LOOP_SLEEP=60, OPEN_MAIL_FYI=WFMAIL:OPEN_MAIL_FYI, FRAMEWORK_RESP=20420, ALTERNATE_EMAIL_PARSER=oracle.apps.fnd.wf.mailer.DirectEmailParser, INBOUND_PASSWORD=, RESET_NLS=N, HTTP_USER_AGENT=Mozilla/4.76, PROCESS=PROCESS, OPEN_MAIL_DIRECT=WFMAIL:OPEN_MAIL_DIRECT, PROCESSOR_LOOP_SLEEP=5, MESSAGE_FORMATTER=oracle.apps.fnd.wf.mailer.NotificationFormatter, [email protected], FRAMEWORK_USER=0, CANCELED=WFMAIL:CANCELED, OUTBOUND_PROTOCOL=SMTP, DISCARD=DISCARD, ACCOUNT=utta.muk1989, FROM=Workflow Mailer, PROCESSOR_DEFER_EVTDATA_READ=Y, WARNING=WFMAIL:WARNING, PROCESSOR_MAX_ERROR_COUNT=10, INBOUND_CONNECTION_TIMEOUT=120, HTMLAGENT=http://ibmapps.appsibm:8010/pls/DVP, INBOX=INBOX, OPEN_INVALID_MORE_INFO=WFMAIL:OPEN_INVALID_MORE_INFO, INBOUND_SERVER=imap.gmail.com, OPEN_MORE_INFO=WFMAIL:OPEN_MORE_INFO, INLINE_ATTACHMENT=N, OPEN_INVALID=WFMAIL:OPEN_INVALID, EMAIL_PARSER=oracle.apps.fnd.wf.mailer.TemplatedEmailParser, DIRECT_RESPONSE=N, OPEN_MAIL=WFMAIL:OPEN_MAIL, FRAMEWORK_URL_TIMEOUT=30, COMPONENT_LOG_LEVEL=4, SUMHTML=WFMAIL:SUMHTML, PROCESSOR_READ_TIMEOUT=10, DEBUG_MAIL_SESSION=N, OUTBOUND_SERVER=ibmapps.appsibm}
    How to configure of INBOUND Server

    As you have given the INBOUND_SERVER value as 'imap.gmail.com' you should specify the GMail user name and password for Inbound account say(eg:abc) and password field.
    The replyToAddress and TestAddress should not be same. You need to provide the GMail email address here foe eg: [email protected]
    The server 'imap.gmail.com' is SSL enabled you need to instal the corresponding certificate in the instance concurrent and web tier nodes.

  • Personas and extended workflow notifications

    Hi Personas users.
    We have gone live with our first Personas business process which is effectively a service desk ticketing system based on PM notifications and equipment records. My users are very happy with the solution but as expected they want more!
    I have been asked to setup workflows for the notifications, this is no problem as I can simply use the OOTB notification workflows, however the requirement I have is to employ extended workflow notifications, i.e. send the workflow notifications to Outlook.
    After setting this up and messing about with the host URL settings in the extended workflow setup (SWNADMIN) we have managed to get URL link in the email to launch the Personas app within NWBC... however it doesn't find the flavour for the transaction it finds the basic view.
    Does anyone else have this setup and managed to get it to work ... if so how?
    Many thanks,
    Neil

    Hi Steve,
    I have shortlinks setup for these transactions, they are necessary for deploying Personas flavours via NWBC. Thing is the URLs that end up on the email are generated by SAPs extended notifications function, so the shortlinks aren't really useful here. unless there is a way to get the extedned notifications feature to somehow query the shortlinks table... I suspect this would be custom code.
    Something tells me that what I'm after isn't a standard feature, hopefully Sushant or one of the other SAP folks will clarify.
    thanks

  • Workflow in Project server 2013 online not going particular stage after Approval

    Hi All,
    i have created workflow using sharepoint designer 2013 for project server 2013 online. and i have also set the approver after the first stage. when i create a project using this workflow, project is created successfully and the approval task also go for
    a approval to specific user. and i have set the property that after approval it has to go on specific stage. but the problem is when user approve the task it shows approved but my stage in workflow is remain same. it is not going to any stage. 
    i don't know why this type of problem is occur. 
    FYI, i have created same workflow for Project server 2013 on premise(Which is installed in my server) and
    it is working fine but when i want to deploy this workflow in
    project server 2013 online its giving error.
    so please help me to solve this type of issue.
    Thanks

    I am also experiencing issues with this.  After the approval task is completed, the Workflow gets cancelled with the following message
    RequestorId: 60d96368-4cb4-b059-8086-604972a92e60. Details: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context)
    at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)
    All other desired workflow actions work as expected.  Emails are sent, project is moved from stage to stage, however as soon as the workflow approval task is completed, either Approved or Rejected, the Internal Status is changed to Canceled and the
    workflow fails.
    What is interesting is when the Approval task is completed, the approver will receive an email notification that the task was CANCELLED or DELETED....
    not COMPLETED, which is what would be expected.
    Has anyone seen this - any potential resolution?

  • How to stop email notification on PO revision - PO approval workflow

    This is part of the seeded POAPPRV Workflow. When a new PO is created, a notification is created (that requires acceptance). The PO is then revised before a response to the original notification has taken place, which deploys a new notification and closes the original one. When the original notification is closed with no response having been provided, the POAPPRV Workflow states:
    "You earlier received the notification shown below. That notification is now closed, and no longer requires your response. You may simply delete it along with this message."
    Can anyone tell me how to stop sending this second notification when notification is cancelled ?
    Thanks,
    Sunitha

    When a notification is sent to a user and the user has a notification preference to receive e-mail notifications then the notifications will be sent via e-mail and they will also appear in the user's worklist.
    If the user responds to the notification from the worklist (let's say approves) the notification will be responded to and will be removed from the worklist. Now, there is nothing that Workflow can do about the e-mail notification in the e-mail client (yahoo, ms outlook, gmail, etc). So if the user attempts to approve from there, the Workflow Inbound Mailer will realize the incoming e-mail corresponds to a notification that was responded to already. So it has to let the user know that his e-mail will not be processed. So the user will need to consider what he's done before sending an e-mail response.
    Regards,
    Alejandro

  • PO approval workflow notification

    Hi Consultants
    i am requested to add requisition action history to PO approval workflow notification.
    i undestand that we may need to add document attribute to PO approval but how can create this one.
    Please advice me.
    Thanks,
    Ashok

    Thanks for your reply Alejandro.
    We already have custom/Statndard action history document type attribute.
    Now i need to add the Requisition action history for PO notification.
    Can you please advcie(steps if it is posible) to create a my own custom attribute document type to get the requistion action history based on the PO document id.
    I was able to quey the Requistion information not getting somme difficulty to create a customer document typ attribute.
    Please advcie me.
    Thanks
    Ashok

  • OIM 11g Approval Workflow Notification Configuration

    Dear All,
    Is there any documentation guide or tutorial or step by step guide about how to configure approval workflow notification in oim 11g?
    In my case, a request must be approve by 3 (three) level of approver, "Requester Manager" --> "Application Business Owner" --> "Application Administrator". On each level, a notification need to be sent to the approver contains all information about the requester and the resource that requested.
    How can i configure the notification since approval processes are in SOA composite and the development of the workflow is using JDeveloper?
    Many Thanks for your help.

    Hi
    Please go through the link, You can configure notification any time based on you requirement. You have to get emails to whom you want to sent, just set this mail in a variable. Use this variable as to ,..
    http://docs.oracle.com/cd/E23943_01/dev.1111/e10224/bp_notif.htm#BABEDFCC
    Thanks,
    Kuldeep

  • After clone workflow notifications  were not reciving users

    Hi,
    Workflow notifications were not reciiving by users after successfully clonned the system.
    But O/s level we able to send the requests to users using mailx. cocnurrent program out & log files also recing users.
    all workflow components are upa nd running. Please let me know any updates we need to change at databse level.
    Environemnt : 12.1.1 running on 2 node environment. where DB on one server & apps on one server.
    Thanks,
    DBA
    Edited by: user606944 on Mar 3, 2010 7:22 AM

    Hi,
    We followed the steps of metalink document. even though same issue persisting.
    Please find below content of log
    at oracle.apps.fnd.cp.gsc.Processor.run(Processor.java:283)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.xml.sax.SAXException: Replyto must be a valid email address
    [Mar 3, 2010 6:41:54 PM AST]:1267630914824:-1:-1:kwa1hcm3:10.200.33.75:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:10.200.33.75:79542:1267623021142:27:UNEXPECTED:[SVC-GSM-WFMLRSVC-76884-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.getFormattedMessages()]:Problem parsing XML -> org.xml.sax.SAXException: Replyto must be a valid email address
    [Mar 3, 2010 6:41:54 PM AST]:1267630914824:-1:-1:kwa1hcm3:10.200.33.75:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:10.200.33.75:79542:1267623021142:27:ERROR:[SVC-GSM-WFMLRSVC-76884-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler.prepareMessages(String)]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: Problem parsing XML-> org.xml.sax.SAXException: Replyto must be a valid email address
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.handleHeaderEndTag(NotificationFormatter.java:2191)
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.endElement(NotificationFormatter.java:538)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:320)
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.getFormattedMessages(NotificationFormatter.java:354)
         at oracle.apps.fnd.wf.mailer.SMTPMessageHandler.prepareMessages(SMTPMessageHandler.java:77)
         at oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.read(SMTPOutboundProcessor.java:732)
         at oracle.apps.fnd.cp.gsc.SvcComponentProcessor.process(SvcComponentProcessor.java:604)
         at oracle.apps.fnd.cp.gsc.Processor.run(Processor.java:283)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: org.xml.sax.SAXException: Replyto must be a valid email address
    [Mar 3, 2010 6:41:54 PM AST]:1267630914842:-1:-1:kwa1hcm3:10.200.33.75:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:10.200.33.75:79542:1267623021142:27:UNEXPECTED:[SVC-GSM-WFMLRSVC-76884-10006 : oracle.apps.fnd.wf.mailer.NotificationFormatter.getFormattedMessages()]:Problem parsing XML -> org.xml.sax.SAXException: Replyto must be a valid email address
    [Mar 3, 2010 6:41:54 PM AST]:1267630914842:-1:-1:kwa1hcm3:10.200.33.75:-1:-1:1:20420:SYSADMIN(0):-1:Thread[outboundThreadGroup1,5,outboundThreadGroup]:10.200.33.75:79542:1267623021142:27:ERROR:[SVC-GSM-WFMLRSVC-76884-10006 : oracle.apps.fnd.wf.mailer.SMTPMessageHandler.prepareMessages(String)]:FormatterException -> oracle.apps.fnd.wf.mailer.FormatterException: Problem parsing XML-> org.xml.sax.SAXException: Replyto must be a valid email address
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.handleHeaderEndTag(NotificationFormatter.java:2191)
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.endElement(NotificationFormatter.java:538)
         at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1318)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:320)
         at oracle.apps.fnd.wf.mailer.NotificationFormatter.getFormattedMessages(NotificationFormatter.java:354)
         at oracle.apps.fnd.wf.mailer.SMTPMessageHandler.prepareMessages(SMTPMessageHandler.java:77)
         at oracle.apps.fnd.wf.mailer.SMTPOutboundProcessor.read(SMTPOutboundProcessor.java:732)
         at oracle.apps.fnd.cp.gsc.SvcComponentProcessor.process(SvcComponentProcessor.java:604)
         at oracle.apps.fnd.cp.gsc.Processor.run(Processor.java:283)
         at java.lang.Thread.run(Thread.java:619)
    any idea?

  • Remove 'Return to Worklist' link in workflow notifications

    Hi,
    Does anybody know how to get rid of the 'Return to Worklist' link in workflow notifications? Should I be looking at modifying the workflow template or extending the controller?
    Thank you,
    Anatoliy

    Try giving the URL of the form.if this did not solve your issue then try attaching the particular form to the workflow.
    Attaching form has been already discussed in this forum. You can check earlier topics.
    Prabhu Barathi

  • Change Distribution in a active AP Invoice Approval workflow notification.

    Hi Experts,
    My client is using oracle 11i, we are in the process of configuring the oracle payable invoice approval workflow using AME.
    We have a requirement where in the person who receives the workflow notifications should be able to modify the distribution in the invoice.
    The approver may not have the Oracle Payable responsibility.
    Is it possible? If yes then how?
    Regards,
    Vishvesh

    Hi,
    Using the Sysadmin responsibility, please submit "Workflow Background Process" with the below parameters and see if it helps:
    Process Deferred: Y
    Process Timeout: Y
    Please also see the following notes;
    How to Manually Process the Events from Workflow Queues When The Deferred Agent Listener Won't Start [ID 953103.1]
    Workflow Background Process Does Not Progress Shipped Lines: Stuck in Fulfill - Deferred [ID 804133.1]
    Hope this helps!
    Best Regards

  • Workflow notifications of AP Invoice approval are not transferring.

    Workflow notifications of AP Invoice approval are not transferring in ERP 11i. The voucher remains in the INITIATED status for long and approval notification is
    not reaching the approvers login for approval.
    Regards

    Hi,
    Using the Sysadmin responsibility, please submit "Workflow Background Process" with the below parameters and see if it helps:
    Process Deferred: Y
    Process Timeout: Y
    Please also see the following notes;
    How to Manually Process the Events from Workflow Queues When The Deferred Agent Listener Won't Start [ID 953103.1]
    Workflow Background Process Does Not Progress Shipped Lines: Stuck in Fulfill - Deferred [ID 804133.1]
    Hope this helps!
    Best Regards

  • Notification create after approval

    Hi,
    We have a reqirment to create maintenance notification only afer approval,
    I am using buisness objet BUS2038 and Created event for triggering the workflow.
    It is working fine workitem comes to approver but notification is getting created means approval step does not have any significance , How can I restrict the notification untill it is approved.
    Regards
    Bikas

    Hi BT,
    dont know if there is an option of canceling a maintenance notification, if its possible, then let the user create a notification, let the approver get the workitem and once the approver rejects it, the workflow would cancel the maintenance notification (may be some BAPI's exist to do this).
    If such a functionality doesnt exist in the business process, then you need to search for a user-exit or enhancement which would trigger a workflow the moment a maintenance notification is saved and would save (commit-the technical term) only if approver approves it.
    Hope it helps.
    Aditya
    P.S shall watch this thread for answers from gurus who have worked on Maintenance Notifications.

  • Workflow notification are not sending to employee

    gusy,
    on 11.5.10
    We have created New type in Special information which access by SSHR,In this page in sshr employee enter their information and send to manager for approval,while submiting system shoud be generated two notification one for requester and other for supervisor,but the requestor notification are not sending while supervisor is woking fine,so how can i rectify what the exact prolem with requestor notification,
    could you please adive..
    Thanks

    The workflow notification back to the requestor is just an FYI notification. When the Workflow Mailer emails a copy of the FYI notification it automatically closes the workflow notification.
    Could it be that this is happening? Try this:
    1) Login as the Requestor and access their Worklist
    2) Change the view to see 'Closed' Notifications
    3) Do you see the notification in the list of closed notifications?
    If so, try temporarily disabling the Workflow Mailer so that no email copies are sent and then repeat the SIT request. Does the requestor now see that notification in their 'Open' notifications?

Maybe you are looking for

  • IPhone 6 won't play music

    I just got my new iPhone 6 and restored my 4s to it. All the apps loaded up, but only Kenny Loggins songs will play. When I push the play button from the quick menu that pops up from the bottom of the screen, there is no response for about 17 seconds

  • How can I use the Warranty on my LaserJet Toner Cartridges ?

     I have accumulated a total of 4 malfunctioning LaserJet toner cartridges in the last 6 months and I seem to be stymied trying to do anything. They are for LaserJet models 5, 6p, and 2100, and the failures are each unique print quality problems, move

  • Crop tool shows background color unless I switch to "Classic" mode

    I'm not sold on the "latest" Photoshop being the best. I've seen more bugs now that I've subscribed to the "CC" version than ever before. Here's my latest issue.. When I activate the crop tool (I realize it's been rewritten.. not sure why), I see my

  • Max number of sessions in the database for abt a month

    Hi, We are adding around 1000 additional users to our 11g database, how to find the impact of CPU, Memory etc.. And also we would like to know max number of sessions in last one month. Please let us know how to get this info. Thanks in advance. Edite

  • Unable to install Lion, error message says unable to verify software

    i have downloaded OS X Lion twice from the App Store.  After running the installation process, 1 sec to go, an error message pops up that says: "Error. The software could not be verified. It may have been corrupted or tampered with during downloading