Rename ok button from FYI notification in oracle workflow.

Hi All,
In Oracle workflow the Client want to rename the OK button in FYI Notification. Is it feasible? If yes then how to do this.
Please help.
Regards,
Uday
Edited by: 823973 on May 10, 2013 12:03 AM

Dear Pradeep,
Thanks for your reply.
If we use normal workflow button the user has to reply the answer with an email to notification mail server.We want to achieve the confirmation message with just a click of button.
We are looking for all possible aspects to achieve the desired functionality.
Regards,
Rajesh

Similar Messages

  • FYI Notification in EIT Workflow Process

    Hello,
    I have created a EIT and added to Employee Self Service. Employee will use this EIT to store the Coaching Feedback.Now this feedback should go as FYI Notification to Manager , this should be just FYI and no approval is needed.
    I configured the AME Rule Category as 'For Your Information'. Now the FYI is going to Manager correctly. However FYI Notification don't have employee coaching feedback . So how can i send FYI Notification to Manager with feedback detail.
    Please advise!
    Thanks
    Gaurav

    Hi,
    This feature is only available from 12.1.3. You need to add parameter pNtfFyiDetails=Y to the respective function.
    Please review note 1355465.1 for more details.
    Regards,
    Anish

  • Adding FYI notification to Irecruitment workflow

    Dear Friends,
    I'm new to Workflow.please guide me to add a FYI notification after the final approval in the Irecrutiment Workflow.
    For Irecruitment Approval Process I need to FYI to two persons after the final approval.
    For this,I'm customizing the Irecruitment Workflow's Process: iRecruitment New Vacancy.
    I have created one Message named 'XXX FYI MSG'
    Created a new Notification named 'XXX FYI Notifiaction'.
    Selected 'approval' as Result Type field.
    Selected 'XXX FYI MSG' in the Message Field.
    Have selected EXPAND ROLES chk box.
    In the ROLES tab,
    I have attached the person's name for READ field who is going to view only.
    in the Write and Execute field I have added the name of another person who is going to further update/execute if so.
    Also I have added 'Approved Flag' attribute to 'XXX FYI Notification'.
    I have attached this notification at "access level =20" between SEND APPROVED NOTIFICATION and END in the process diagram.
    but while saving to Database I get errors as
    WFDESV_FAIL COUNT=2
    WFACTV_FAIL OPERATIonfiltered=SAVE NAME=XXX FYI NOTIFICATION TYPE=IRC_WF
    WFACTV_NTF_FUNCTION
    WFACTV_FAIL OPERATIonfiltered=SAVE NAME=IRC_VACANCY_NEW TYPE=IRC_WF
    WFPACV_FAIL NAME=XXX FYI NOTIFICATION TYPE=IRC_WF
    WFPACV_RESULT_MISSING CODE=REJECTED
    Can u please help where the error is...where I'm missing any steps, if any?
    Please rectify if I'm wrong:
    Instead of creating a new message and notification can I add the names of the FYi'ing persons in the SEND APPROVED NOTIFICATION's ROLES and NODES tab.
    or
    Instead of attaching the the XXX FYI NOTIFICATION between SEND APPROVED NOTIFICATION and END link, Can I create a new link from SEND APPROVED NOTIFICATION to XXX FYI NOTIFICATION and from XXX FYI NOTIFICATION to END making the SEND APPROVED NOTIFICATION and END link intact.
    waiting for your reply...
    with rgds,
    Shrinaw
    DB version is 9.2.0.6.0 and Apps instance is 11.5.10

    You can create the Adhoc role using the following API
    declare
    l_role_name varchar2(50):='TESTROLE1';
    l_role_display_name varchar2(50):='TESTROLE1';
    begin
    WF_DIRECTORY.CreateAdHocRole (
    role_name => l_role_name,
    role_display_name => l_role_display_name ,
    language => 'AMERICAN'     ,
    territory => 'AMERICA' ,
         email_address => null,
         notification_preference => 'MAILHTML'
    commit;
    end;
    and associate the users to this role using the following API
    declare
    l_users varchar2(100):='TESTUSER4 TESTUSER5' ;
    begin
    WF_DIRECTORY.AddUsersToAdHocRole (
    role_name => 'TESTROLE1',
    role_users => l_users
    commit;
    end;
    separate the user names with the space as given for l_users

  • Running OWB without Oracle Workflow?

    Hi,
    I have developed a simple mapping that joins few tables into one.
    Is it possible to run the mapping in runtime environment without installing the Oracle Workflow?

    Hi,
    Yes. You can run a mapping from Deployment Manager without Oracle Workflow.
    Oracle Work flow is an optional one, and is only required if you have designed process flows to determine the dependency among the mappings.
    good luck
    mahesh

  • How to remove forward button from notification Page?

    Hi All,
    I would like to remove (disable ) forward button from Req approval work flow ? How can i achive this functionality ?
    I will be appriciate for help.
    Thanks
    pat

    Well, I'm guessing that you are using PO workflows, and using one of the standard lookups? Without having any details of what you are using, trying to second guess the answer is somewhat difficult.
    If it's the case that you are talking about the PO workflows, then the buttons are standard functionality based on the lookup type that is used as the notification response. Trying to suppress this doesn't actually make much sense - you are sending someone a notification, asking them to take action, and then not giving them any ability to respond to the notification.
    You would need to customize / personalize the notification page if you want to remove the buttons. The question then is - how will the process continue if you are removing the ability to respond to the notification?
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Oracle workflow notification getting disappered from screen

    Hi
    I am working on a custom workflow. which is sending FYI notification to the supplier.
    Workflow is working fine and sending the notification to the Supplier and it is also visible, but after some time the notification does not appear on the homepage in iSupplier login.
    I have checked everything from my end but i am not able to identify the issue.
    Please suggest what could be the reason.

    On this one, I would check in the Closed Notifications tab and see if it/they are there.  On FYI Notificaitons, they get marked CLOSED instead of OPEN when 1 or 2 things happen.
    1.  You open the notification and then close the screen, which actually closing the notificaiton
    2.  The Notifications are getting emailed using the WF Email service.  In this case, when the Notificaitons are emailed they are also marked CLOSED.
    Either way, you should see them in the Closed Notifications tab of the Notification screen.

  • Removing Response Buttons from Top of Notification - Possible?

    Hi all,
    Current client wants to remove the Approve/Reject buttons from the top of a Notification. A second set of response buttons are present at the very bottom of the notification. It is only these that are required.
    The reason behind the change is so that the user is forced to scroll down through the content of the message to reach the response buttons. The client is concerned that some users will simply press the 'Approve' or "Reject' buttons at the top of the page and not process the content, i.e what they are approving / rejecting.
    Anyone know if this is possible? Just read through the Workflow Development Guide but can't see any reference to this. Can it be done through personalisation?
    Cheers,
    Jon.

    Hi Asima ,
    you can use:
    setIconImage((new ImageIcon("yourIcon.gif").getImage())); for JFrame.
    For JOptionPane and others where setIconImage does not exist you have to use the constructor which specifies the owner (your JFrame with yourIcon) so it uses that same Icon. If you want to remove the Icon completely you have to create your own icon as a blue (0,0128) square and use that.
    HTH
    Phil

  • Need to send FYI Notification - Oracle Applications

    Hi,
    I need to send FYI notification upon completion of one concurrent program of PL/SQL procedure type. Can I use WF_NOTIFICATION.SEND method? Alreay I have one custome FYI message defined in WF_MESSAGE table. I am new to workflow and dont want to touch or create the workflows....Any help?
    Thangs

    Dear All,
    I am facing problem regarding completion notifications in Oraclr r12, when user click the upon completion generated notifications it can only be viewd once, second time user cannot view the notifications.
    I have find that fnd_file_temp table store this information and deleted it.
    Plz help me how to view this URL again.
    thanks
    regards,
    Zubyr

  • How to remove sender name in field "From" in Notification page

    I would like to remove name ( LIUNI, ANTONIO_ ) (bold text and underline) from message and field "From" in notification page.
    I have 2 problems below:
    1.) This message "_*LIUNI, ANTONIO*_ has completed their appraisal of KERINS, ANNE MARY"
    Should change to "A multirater has completed their appraisal of KERINS, ANNE MARY"
    2.) Field From, must be blank: From: LIUNI, ANTONIO_ -> From: <Blank>
    It call standard workflow HRSSA.
    Please provide me coding in controller to set item attribute values in field "From" to blank and remove sender name in message+
    Below is the example notification:
    This notification does not require a response.
    LIUNI, ANTONIO_ has completed their appraisal of KERINS, ANNE MARY.
    Personalize "Notification Details Function"
    Personalize "Notification Details Attributes"
    Personalize Table Layout: (leftTable)
    From LIUNI, ANTONIO_
    To BILLOUD, CLAIRE
    Sent 26-Apr-2010 09:53:06
    ID 66666475
    Personalize Stack Layout: (rightStack)
    Personalize Table Layout: (rightTable)
    Personalize Stack Layout
    Personalize Stack Layout
    Personalize "Summary"
    Edited by: jamras on Apr 26, 2010 1:34 AM

    Thank you for your reply.
    Do you mean region in notification page?
    Below is region in notification page.
    Field From is in Region: /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr.leftTable
    Document Name /oracle/apps/fnd/wf/worklist/webui/NtfDetailsAttr
    Message is in Region: Notification Details Function
    Document Name /oracle/apps/fnd/wf/worklist/webui/NotifDetailsRG
    Now I'm working on extension controller in the page below (I'm submit button in this page).
    /oracle/apps/per/selfservice/appraisals/webui/PartCompletePG
    My controller -> fao.oracle.apps.per.selfservice.appraisals.webui.FaoPartCompleteCO
    I put the following coding in this controller. It removed value in workflow attribute, but it didn't remove value from notification page.
    SSHRParams sshrparams = new SSHRParams(oapagecontext.getRootApplicationModule());
    String wfItemType = sshrparams.getItemType();
    String wfItemKey = sshrparams.getItemKey();
    // String wfProcess = "HR_APPRAISAL_DETAILS_JSP_PRC"; ///sshrparams.getProcesName().toString();
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_USER_ATTR", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_USERNAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_DISPLAY_NAME", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "FORWARD_FROM_PERSON_ID", "");
    wfClass.setItemAttrText(oapagecontext, wfItemType, wfItemKey,
    "HR_APPRAISAL_FROM_NAME_ATTR", "");
    Thank you for your help.

  • Stopping FYI notification

    Now, requester enters a requisition and the Buyer autocreates this requisition to a Standard Purchase Order and approves it. When approving the PO, Buyer communicates document by transmitting it to his or her email. This way, the approved document can be forwarded to the Supplier from her mailbox.
    Often, the requester and Buyer are one and the same. Then, Buyer gets two notifications – one sent by Oracle automatically and the second with PO in it.
    The company and its Procurement group find the 1st FYI notification unnecessary. Oracle already informs the requester when his purchasing request is approved and this is enough and sufficient. The automated messages to subsequent approvers should be stopped.
    Just looking for your thoughts on how to get this done.
    Thanks,
    Sanjib

    Pl post details of OS, database and EBS versions.
    Pl see if these MOS Docs can help
    How to suppress FYI email notifications?          [Document 561752.1]
    How Not To Receive FYI Notifications in Workflow Cartridge          [Document 281889.1]
    11.5.10 How to Automatically Close Specific FYI Notifications For A Buyer?          [Document 393572.1]
    HTH
    Srini

  • How to make an notification as FYI notification

    Hi all ,
    I want to create an FYI notification , i am unable to do that . please help.
    Thanks

    Hi,
    You just need to create a notification which does not have a result type associated with it. That's the only difference between a notification that requires a response and one that does not.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://thoughts.workflowfaq.com ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to create custom FYI Notification in the iRecruitment Notification Approvals Transaction type

    Dear All,
    Does anyone know how to create a custom FYI Notification using the Notification Apporval Transaction type??
    my requirement is when the Candidate complete filling his personal information and upload required document, a notification should be sent to the recruiter informing that all documents have been uploaded.
    Can anyone tell me how to do that?
    Thanks
    Regards

    Hi,
    Please see this thread.
    Want to send public message to all oracle apps users while instance up
    Re: Want to send public message to all oracle apps users while instance up
    Also, see these docs/links.
    Managing Downtime in Restricted Mode from OAM [ID 364236.1]
    R12 Enabling Applications Maintenance Mode and Preventing User Access [ID 557964.1]
    Downtime and Apache Restricted Mode in Release 12
    http://blogs.oracle.com/stevenChan/2008/03/downtime_and_apache_restricted_1.html
    Thanks,
    Hussein

  • Warning message in Oracle Workflow notification

    Hi,
    I have a requirement, where a warning message is to be shown to the user when he presses the Approve button of a notification.
    I know that through post notification function, validations for a particular notification can be performed and an error message can be shown to the user using RESULT := 'ERROR: error_msg'
    But can a warning message be shown ? If yes how?
    Thanks in advance.
    Souri Guha

    I would try by using a parameter to tell whether the warning message for the notification has been displayed. First time the notification is being approved the function raises the warning message and sets that attribute to indicate the warning has been displayed. Next attempt to respond the notification your function will check that attribute has been set and will do nothing, just let the notification go responded.
    You might as well present the warning message in the notification body and introduce another attribute to get the acknowledgement from the user. Only when that attribute is set to YES (acknowledge) will the post-notification function actually let the notification be approved, otherwise an error is presented for the user to acknowledge.
    Hope this helps
    Alejandro

  • Need to generate XML report  (when user clicks the button)from Application Express 4.0.0.00.46

    I am new to Apex so I invoke all the APEX GURUS to help me !!!
    Here are details.
    When the user hits a button from APEX page he can download an XML report
    here is the parameterized SQL query:

    Duplicate thread: https://community.oracle.com/message/11325665

  • How to call a package from the Report in Oracle Application Express

    How to call a package from the Report in Oracle Application Express

    Hello,
    What do you mean? Something like SELECT mypackage.function( par1, par2) from dual?
    Or do you want to execute a procedure when something happens on the page, like clicking a button?
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

Maybe you are looking for

  • PROBLEM FOR READ_TEXT in report

    Hi, I am reading texts using READ_TEXT in report. Here the problem is if the PO text doesn't contains any text(value)  then my report is not showing the output and if text contains value it's showing me output. where is the problem? Thanks in Advance

  • Tracks are dissapearing and are being replaced with temp files

    I use Itunes to purchase music which I then import to traktor scratch duo. The tracks will work fine. The next time I log in it says they are gone. I scan my computer and all I find is a temporary file in place--meaning the same folder the original w

  • Render node and Serial Numbers

    I want to setup an Xserve as a render node with compressor. Do I need a whole new serial number for that or what is the deal?

  • Has ANYONE successfully connected a printer with Bluetooth?

    I recently purchased a D-Link 120 and was unsuccessful connecting it to my printer with D-Link's 320. I was told by D-Link the -320 will not work with a multifunction printer. I am set to purchase a new printer with a printer adapter from the same ma

  • Safari's Fonts got BOLD

    I can't find a way to restore safari's original fonts. I have tried changing more and more on safari's preferences\appearance but I still got the same bold font, I don't like. I also have checked on safari's section forum but didn't have any luck. If