Can we integrate AME in a new OAF page

Hello,
I'm working on a new OAF page which goes for approvals after submitting the page. I can use workflow notifications and approvals but i'm just wondering if i can integrate an AME to the custom page so that the approval routing can be handled using AME and also i want to show the list of all the approvers in the review page before submitting the OAF page.
I would appreciate if someone can let me know if this is possible. If you also can guide me how, that would be great!
Thank You
KK

Hello KK,
Follow below steps
1. Configure AME. If you have a separate configuration team, ask them to do it according to your requirements. If you are supposed to do this then go through oracle documentaion.
2. Create a custom database procedure.
3. Call AME_API2.GET_ALL_APPROVER7 api inside the procedure created in step2. This is the standard API which calls ame engine by passing transaction ID and the AME engine will return the list of approvers back for that transaction ID. Return the list of approvers to the custom procedure you have created in step 2
4. If you have to generate the list of approvers on click of a button, then in the button click event, call the custom procedure you have created in step 2 using oracle callable statement. You can see an example in the link provided below on callable statement.
http://oa-learning.blogspot.com/2011/08/plsql-program-unit-call-from-oaf.html
Hope this will atleast help you to start on this.
Regards
Sunny

Similar Messages

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • Develope new OAF page in 11.5.9 without applying the patch 3262919

    Could any one please tell me how to develop the OAF page on 11.5.9. The following are the details of the 11.5.9.
    Version Information
    OA Framework Version 5.7.H.V2
    MDS Version 9.0.3.6.6 (build 557)
    UIX Version 2.1.16
    BC4J Version 9.0.3.10.62
    Build Date May 13, 2003
    My client is not ready to apply the patch OA Framework Mini-pack 11i.FWK.H : (3262919). Is there any other way to devleop the new OAF page.
    Its very urgent. Plssssssss help me in this issue.
    Thanks a lot in advance.
    cheers,
    Raju

    OA Framework Version 5.7.H.V2 is very old and won't fetch you even the 30-40% of the latest version's capability. Development on this level won't be so useful.
    Follow Sumit's advise and let us know.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How to open a new OAF page in new window while clicking submit button

    Dear All
    I am facing one problem.I have to pass some parameter in new page only after validation.I can't do validation in processRequest bacause I perform validation after clicking the submit button.
    So I have to write redirect code in processForm Request. I can not use simple "Button" bean since I have to set destination uri which could be set only in processRequest.But I can not pass parameter with it in process request.
    Thats why I have decided to use submit button but there is not target frame option in property inspector,So I am not able to open it in new window.
    Kindly give me some suggestion .
    Thanks in Advance

    hi,
    u can use submit button. U need to handle submit button press in processFormRequest method.
    if(pageContext.getParameter("Submit"!=null))
    // validate your parameter
    if parameter u capturing are valid then...
    pageContext.setForwardURL(func, params ...............) // check devguide for details
    if u want to access these parameter in second page . you can write this logic to processRequest of target page.
    U can refer toolbox tutorial drilldown and createpage examples for implementation details.
    Regards,
    Ram

  • How can we fine table or view in OAF page?

    Hi All,
    how can we find page is based on which table ?
    like in apps forms we can find through Help-->Diagnostic-->examine
    in the case of OAF page ,how can we find?
    thanks
    muthu

    Hi,
    Wel come to Oracle forums..:))
    user10491224 wrote:
    how can we find page is based on which table ?-----1st check the profile option 'FND:Diagnostics' to yes at UserLevel or Site level to "Yes".
    -----Then u will see AboutThisPage* link on the left bottom of the page,Click on that link.
    -----Click on Expand all
    -----u will see propertys of the page including vo's.
    -----you will see Table region and vo attached to it.
    -----click on Business Component References Details
    -----you will see viewobject section ,enter vo name and search.
    -----you will find the query of the vo.
    Regards
    Meher Irk

  • Can we call an oracle form from OAF Page

    Hi,
    I have a requirement , wherein I should add a field to an existing OAF Page and when the user clicks on the field the oracle forms should open and after filling the details in the oracle form user will close the from and return to the OAF page.
    I would like to get some inputs on how this can be acheived.
    Please do help .

    Use this as an example.
    int orgId = pageContext.getOrgId();
    String destination = "form:SQLAP:DAV_PAYABLES_MGR:STANDARD:AP_APXINWKB_BATCH_SUMMARY_VIEW:INVOICE_ID=" invoiceId " ORG_ID="+orgId+" G_QUERY_FIND='FLASE'";
    pageContext.forwardImmediatelyToForm(destination);
    DAV_PAYABLES_MGR is the responsibility Key that you wanted to use and the user has that responsibility
    AP_APXINWKB_BATCH_SUMMARY_VIEW is the name of form. This is not the name of FMB but the form definition name
    Regards,
    Ravi.

  • How can I stop auto refreshing a new web page in XP immediately after its opened?

    In XP, once I access a new web page Firefox auto refreshes that page once the page is ~80-90% opened - how can i stop this refresh?

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • How can i view a attached file in OAF pages which has been attached

    Dear all,
    Hope you are well.
    i have a table region from that i have attached a file named"file1.text" against a primary key.
    now i want to view that attached file in a oaf page.
    how can i view that attachment.
    would you please explain

    Hi again,
    Personalize that table
    1-Add Attachment Image column
    2-Set the *View Instance (ViewObject that feeds table)
    3-Add Entity under the Attachment image
    4-Set *Entity as same with your entity value
    5-Insert Allowed =>false, Update Allowed => false Show All => true
    6-Add a primary key under the Entity
    7-Set View Attribute with your primary key column like PersonId
    Thanks.
    Anil

  • How can i call the xml report from oaf page

    Dear all
    i have oaf page in that page i need to call xml report from that oaf page
    how is posible.
    Regards
    Sreekanth

    refer this link http://apps2fusion.com/at/ps/260-integrating-xml-publisher-and-oa-framework
    --Prasanna                                                                                                                                                                                                                       

  • Opening a new OAF page in New window have error

    Hi OAF gurus,
    I am trying to open a page in new window. It opens perfectly and all the functionality is also working. But I am getting some Java script error..
    The code which I am using is...
    StringBuffer l_buffer = new StringBuffer();
    StringBuffer l_buffer1 = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    l_buffer1.append("PGFile name with path");
    l_buffer1.append("&DeliveryId=");
    l_buffer1.append(deliveryId.toString());
    l_buffer1.append("&retainAM=Y");
    String url = "/OA_HTML/cabo/jsps/frameRedirect.jsp?redirect=/OA_HTML/OA.jsp&page="+l_buffer1.toString();
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE);
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    Error message ....
    Error: No such Interface Supported.
    Could anyone please help me out in this.
    Thanks
    Anoop

    Anoop,
    Without the profile change, i guess it is not possible to open new window, as MAC key validation will be imposed! You can read about these profile options from Metalink doc id:390203.1 and explain to your client side1
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Creating a new OAF page in iProcurement

    All,
    I have a requirement to create a new page. Please let me know how to proceed with this as soon as possible.
    Thanks

    you don't have to worry about look and feel..
    Because OAF has got its own look and feel.
    just go through below URL
    http://prasanna-adf.blogspot.com/2008/11/new-to-oaf.html
    Cheers,
    Prasanna

  • I can't remove Conduit from my new tab page, when I reset browser.newtab.url it doesn't remove it or do anything.

    I've already went to about:config and browser.newtab.url but when I try to reset it or Modify it, nothing happens, the words become unbolded and the reset text greys out but other than that this conduit.com thing stays there. I want to get the original new tab I had with my site pinned ect.

    You can check in "Windows Control Panel > Programs" for recently installed programs to see if anything from Conduit or any other suspicious software like Search Protect shows up.
    *Control Panel > Programs > Programs and Features > Uninstall or change a program
    *Click the Installed column to sort by this heading
    If you do not keep changes after a restart or otherwise have problems with preferences, see:
    *http://kb.mozillazine.org/Preferences_not_saved

  • I updated Pages, and I can't get the "What's New in Pages" splash screen to go away.

    The "Continue" at the bottom is useless. *** Apple?

    Just close the app and relaunch it or close the app and reboot if closing alone doesn't work,
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the Pages app and then swipe "up" on the app preview thumbnail to close it.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How to popup an OAF page in a new window?

    Hi all,
    I hava a requirement to popup an OAF page in a new window when i touch a image .
    When i touch the image,popup a new OAF page ,and the orial page become invalid like LOV,
    there are some messageTextInput items and a 'Confirm' submitButton in the new OAF page,
    So how to popup a new OAF page and how to pass the values to orial OAF page when i press the 'Confirm' submitButton?
    Can anybody give me a detailed example pls?
    Tks,
    Edmund.

    Hi Ming,
    It seems that the page you are trying to open has some security access on it. Read Menus and Page Security in Dev Guide for more details.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                   

  • How do I move pages in the thumnb nail view. This was available in previous versions. Can't do it in the new version.

    How do I move pages in the thumnb nail view. This was available in previous versions. Can't do it in the new version.

    Pages v5+ is Apple's version of, “Who moved my cheese?”
    This is a brand new 64-bit rewrite redesign of the prior version. It isn't that they malevolently removed 100+ features that were user productivity habits — it is due to the fact that they haven't had time to restore 8 years of Pages evolution back into the application. The end result is the same. A largely useless product.
    It is anyone's guess what schedule priority and functionality Apple will follow with future application updates. For starters, they should set the version back to 1.0, if for no other reason, than to create an even greater cosmos between Apple Marketing and fact.
    There is no point going further. Peter has shared clarity. Apple is lost in its own funhouse of mirrors regarding desktop applications.

Maybe you are looking for

  • MBP Unresponsive after waking from sleep

    Hey Guys, I have found some similar discussions but nothing has helped me so far so I figured I would ask this in my own words and see if anyone has a solution. Occasionally (up to once per day) I will try to wake my MBP and it will be completely unr

  • Application in apex.oracle workspace

    hi, I got workspace on apex.oracle for making demo application. having Workspace :SANJAY_WS User ID :[email protected] Password :huveku Application -Id id 20376 I made an application (id 20376) and exported it then translated it to italian. It is bei

  • Ffmpeg and php video conversion

    Hello I have recently been trying to covert uploaded video into flv so that its playable on a flash player. I trying to use ffmpeg which is installed on my hosting plan server. I have been able to grab thumbnails using ffmpeg but now need to convert

  • Configuring outgoing email on premise other than port 25 in SharePoint 2013

    hello, I tried everything to get email alerts, but emails are not coming. I tried changing port number in IIS6 . I followed and saw many different articles on net to configure outgoing email settings. I followed the article here in the link "http://w

  • Is there a way to edit the html code of the page directly on iweb?

    My web server gives me the error: Parse error:  syntax error, unexpected T_STRING, everytime I try to access my site after I've updated it with the FTP server.  I leanred that it was because of a bit of extraneous code in the beginning of each page t