Errors, linking OFA Standard Page (ArPrtySrchPG) in JDeveloper

Several errors trying to run standard OAF pages (specifically /oracle/apps/ar/cusstd/srch/webui/ArPrtySrchPG and its subpages) since JDeveloper to an extension - ultimately what I have to do is by default certain values on the screen creating account/game but customizations do not work.  Because we have many people in our environment of development at any time is not convenient for me to continuously tweak/deploy/bounce Apache whenever I need to test a change.   It is on R12 (12.1.3) and I have the matching version of JDev with Extensions of OA. 


Short-version of the question - is it possible to run the ArPrtySrchPG and its subpages in JDeveloper, or I have to go through the application?  Has anyone managed to do this?


Long version:

I followed the instructions of Anil Passi on this operation to (Apps - pages To Extend First-Run Standard OA Framework of jDeveloper) to try to get this working and I read in the Framework Developer's Guide.  Short version is I Ed files JAVA_TOP, oracle, apps, ar $ down to the myclasses directories and my projects, removed the class of my projects, copied files the $AR_TOP/mds files to my projects as well and am running the ArPrtySrchPG (also using the Design-Time Deposit option when running).


At this point, I can get ArPrtySrchPG to run, but then the following problems occur:


1) I hit the button to Create a party to go to the ArCreCusPG (which is where I really need the extension to the default sales channel) and the page immediately errors with this:

oracle.jbo.InvalidOperException: Houston-25069: definition of line HzPuiContactPointUrlEO brother two subclasses defs, HzPuiOrganizationQuickUrlEOEx and HzPuiContactPointUrlEOEx, but no discrimination to distinguish them.

(2) Googling that turns saying to '-Djbo.abstract.base.check = false "in the project properties-> Run Configuration-> Options in Java.  Made which allows me to get /oracle/apps/ar/cusstd/createcus/webui/ArCreCusPG, but at the top, it has a huge stack error/warning - which includes a large number of warnings indicating "the standard passivation OA framework of coding has been violated.  The view with the full name, XXXXX object is not properly prepated to the insertion of the line. "The XXXXX is replaced by several different views, including:

ArCreateCusAM.organization222_organization_oracle_apps_ar_hz_components_party_organization_server_HzPuiOrganizationProfileQuickAM.HzPuiOrganizationProfileQuickURLVO

ArCreateCusAM.organization222_organization_oracle_apps_ar_hz_components_party_organization_server_HzPuiOrganizationProfileQuickAM.HzPuiOrganizationQuickPhoneVO

ArCreateCusAM.organization222_organization_oracle_apps_ar_hz_components_party_organization_server_HzPuiOrganizationProfileQuickAM.HzPuiOrganizationQuickFaxVO

ArCreateCusAM.HzPuiAddressAM.HzPuiPartySiteVO

ArCreateCusAM.HzPuiAddressAM.HzPuiPartySiteVO

(3) in addition, an error that occurs when I examine a party (any party) and then click the account Details button, I get the below error. 

oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException: double reference: a component with the ID 'lovMap11' already exists in the document "/ oracle/apps/ar/hz/components/account/client/webui/HzPuiCustProfileCrUpRN.

Bottom line - I do not know how much I trust to do anything on this page from a point of view extension when it is the slightest mistake in all directions.

Any ideas/help would be appreciated.

Thank you!

Jason

Hi Jason,

For extension of CO, you need not bounce every time to reflect the changes. Just change the name of the controller and on the Customize page, update the new name of the controller. In fact, you will save time here instead of debugging the errors of standard page.

For example, your extended CO name is XXCO.java. Now extend your CO and update the new name in the definition of PG using customization. Now, whenever you change CO extended, maintain updated the name of 'XXCO1.java' using option refactor in Jdev. And also update this new name of CO in the definition of PG with the help of Personalization.The changes will keep reflecting directly, without no rebound oacore/apache.

Kind regards

Zahid

Tags: Oracle Applications

Similar Questions

  • Need help for OFA... Add custom region Embedded standard page in the module iproc

    Hi gurus,

    I have a requirement where in iproc page standard box... I need to add a custom regionRN

    This custon regionRN hold 4 dropdown lists dl1, dl2, dl3, dl4... All have values YES/NO

    a > when the user selects dl2 that YES, a pop-up window should open with some message... Please suggest how to achieve?

    b > when the user selects dl3 as no.... then only the 4th dl4 drop-down list should visible or true rendering

    Once the user selects it every three or four drops to the bottom of the list, then when the user clicks a button on the standard page as save or submit this drop-down list of all the selected values must go and insert into a custom table?

    and whenever the user navigates forward or backward from inside the session or change the generated query that time, previously selected in the drop-down list values must be kept on the page.

    --------------------------------------------------------------------------------------------------------

    My analysis and workaround:

    1 created a new Stacklayout RN and attached to the page using personalization, created a new CO custom, AM and for YES/NO VO and VO for the database table custom

    2. I am able to select values from drop-down lists and be able to insert in the table BE using package... instruction callable but not able to maintain the session i.e. When will transmit to the user or to the back then the saved values is not, displayed how t get it suggest it please?

    How do I start the table base VO in my PR to reach the recorded values and need to update the drop-down list lists while the page is loading, please suggest?

    3. How can I get the event of the standard page button in my custom CO?

    4. How do I get a popup feature?

    Please send me a message on [email protected]

    Please please help

    Thank you

    Mahesh

    Please share some links or doccs or code or anything that can help me.

    Hello Manu,

    You cannot open a region like this. You would need a new page of little OAF who would open as popup. What really happening setForwardURL called a new page, but since we have an emebded javascript in the URL it behaves like a popup.

    With the help of OADataBoundEmebdedURL analysis just this URL for any security issues.

    PopURL = string

    "OA.jsp?page=/xx/oracle/apps/xx/webui/xxPGL¶mOne={@viewAttr1}¶mTwo={@viewAttr2}";

    JsUrl = OABoundValueEmbedURL

    new OABoundValueEmbedURL (imagebean, ' openWindow (auto, "",) ")

    popURL,

    "', 'longTipWin', {width:}" + 800 +.

    ", height:" + 800 +.

    "}(, false); return false; ») ;

    You can call forwardURL on the action of messageChoice.

  • Need to download a page from Server JDeveloper OFA

    Hello


    Can someone please help me to download a page of the OFA to the server in JDeveloper.


    Thanks in advance.

    Only pages and regions must export the command...

    AM.xml and AMImpl.java must be copied to the $JAVA_TOP or the custom java_top

    Prasanna-

  • Cannot set up email, cannot update, link DND flame page of the most recent of the construction works, etc.

    Got the flame's last week with the pre-release v1.3. No OTA update yet. Email a/c configuration always returns the error msg "invalid username or password. check typos', even through manual settings for IMAP.
    Tried to update the latest releases, link on DND page does not have me, so I tried that night relies by downloading the zip of Gaia and b2g. Cannot find the script .flash file, tried to run run - mozilla.sh file, but does not run. Tried to start in "update of the Asian Development Bank" unit and "adb sideload run - mozilla.sh" that starts the process, but gives the error msg ' signature E unaudited installation abandonment of the. AM of ADB tools running on an openSuse 13.1.Please advise.

    Have you seen this link?

    https://developer.Mozilla.org/en-us/Firefox_OS/Developer_phone_guide/flame#Updating_your_Flame_to_a_nightly_build

    He explains how install a night generation on the device of the flame. shallow_flash.sh is also provided.

  • Tecra A8: Error on the Internet page

    Recently, I bought a Tecra A8. Up to now, I discovered that one of my favorite sites, Forum Discussion of Microsoft Office Online, does not work properly. On my other computer, it still works.
    I get an error message:
    Error on the page. Below, it shows left on the screen with a yellow triangle with an exclamation mark. When I click on the triangle I get the following details: (translated from the Dutch message)
    line: 14
    Sign: 407
    Error: Object is assumed to
    Code: 0

    The page is pressed vertically to about 80% of the screensize.

    I think it must have something to do with the wide screen, but nowhere can I find answers.

    Hello

    Can you please send a link to this page? I just want to see what that would be.

    You have the same problem with other Web pages?

    Anyway, as far as I know it has something to do with JavaScript and the creation of the page. Try to download Java Runtime Environment Version 5.0 (last updated) and make sure that it is enabled in Internet options explore.

  • Error when running a page in J Developer - java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    Hello

    In J Developer a strange error happens when I try to run any page yesterday.

    I don't know what happened and how do I fix this

    Can someone please help me what to do?

    Screenshot below shows the dialog box when opening the developer J (10.1.3.3)

    Capture.PNG

    Here is the error when running a page,

    java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:128)

    at oracle.jdeveloper.xml.URLDomIO.load(URLDomIO.java:21)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:37)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getServerConf(Oc4jConfigAdmin.java:227)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getRmiServerURL(Oc4jConfigAdmin.java:978)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getRmiServer(Oc4jConfigAdmin.java:1002)

    at oracle.jdevimpl.runner.oc4j.Oc4jZombieUtil.okToProceed(Oc4jZombieUtil.java:38)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.preStart(Oc4jStarter.java:614)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.start(Oc4jStarter.java:269)

    at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:830)

    at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:473)

    at oracle.jdevimpl.runner.run.RunningProcess.startTarget(RunningProcess.java:76)

    to oracle.ide.runner.RunProcess$ $2 1.run(RunProcess.java:768)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Caused by: oracle.xml.parser.v2.XMLParseException: start of the element root waited.

    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)

    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)

    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)

    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:115)

    ... more than 20

    java.io.IOException: C:\JDeveloper10g\jdevhome\jdev\system\oracle.j2ee.10.1.3.41.57\embedded-oc4j\config\server.xml

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:128)

    at oracle.jdeveloper.xml.URLDomIO.load(URLDomIO.java:21)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:43)

    at oracle.jdeveloper.xml.BindingIO.load(BindingIO.java:37)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getServerConf(Oc4jConfigAdmin.java:227)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getHttpWebSiteConf(Oc4jConfigAdmin.java:359)

    at oracle.jdeveloper.xml.oc4j.Oc4jConfigAdmin.getHttpPort(Oc4jConfigAdmin.java:1125)

    at oracle.jdevimpl.runner.oc4j.Oc4jPortConflictUtil.acquirePorts(Oc4jPortConflictUtil.java:58)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.preStart(Oc4jStarter.java:622)

    at oracle.jdevimpl.runner.oc4j.Oc4jStarter.start(Oc4jStarter.java:269)

    at oracle.ide.runner.RunProcess.startTarget(RunProcess.java:830)

    at oracle.jdeveloper.runner.JRunProcess.startTarget(JRunProcess.java:473)

    at oracle.jdevimpl.runner.run.RunningProcess.startTarget(RunningProcess.java:76)

    to oracle.ide.runner.RunProcess$ $2 1.run(RunProcess.java:768)

    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)

    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)

    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Caused by: oracle.xml.parser.v2.XMLParseException: start of the element root waited.

    at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)

    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:341)

    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)

    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)

    at oracle.jdeveloper.xml.DomIO.loadImpl(DomIO.java:115)

    ... more than 20

    I guess BC4J Server is not running.

    Please help me.

    Had to extract the patch again and run the new developer,

    Old data of projects migrated to this new folder, then it is running

  • Column link to the page on the right calendar

    Dear all,

    I would like to create a link from a date column in a report page (e.g. page 10) to a calendar page (e.g. page 2).

    Let's say you have 15-dec-2015 in the data column, so I would like to open with this link to the page of the month of December in 2015.

    If the date value January 14, 2016 and then the page for the month of January in 2016.

    I did research on the internet, but this was not successful so far. I need some help here.

    I tried the following:

    In the section target the date column:

    Page: 2

    Set items:

    Value name

    ---------------------------------    -----------

    P2_CALENDAR_TYPE M

    P2_CALENDAR_DATE #EVENT_START_DATE #.

    Clear Max: Clear Cache

    This gives error because of the P2_CALENDAR_TYPE existing does not in page 2.

    I use APEX 5.0.1.00.06 on the 11g database.

    Kind regards

    Cafer

    Hi Thibault,

    I suggest to have two pages from the point P2_STARTYEAR, P2_STARTMONTH in your calendar page and use the function gotoDate after setting the month and year in these elements of the page. Set the static id of your MyCalendar calendar and try this code in page loading section:

    $(document).ready(function() {
       // Get Year and Month
        var year = $("#P2_STARTEAR").val();
        var month = $("#P2_STARTMONTH").val()-1;
       // Goto the date
        var d = new Date();
        d.setFullYear(year);
        d.setMonth(month);
        $('#MyCalendar').fullCalendar('gotoDate', d);
    });
    

    I hope that helps you.

    Concerning

    Mahmoud

  • report column link to different pages

    Hi all

    I have a problem now.

    I have a ratio r:

    LEVEL NAME ID

    1 STUDENT

    2B TEACHER

    3 C STUDENT

    4 D ADMIN

    5 E TEACHER

    ...

    I want to 'LEVEL' column link to different pages. Once I click on "STUDENT"-> page 1, "PROFESSOR"-> page 2, "ADMIN"-> page 3.

    For example, when I click on the first line of "STUDENT", then I jump to page 1. And when I click on the second row 'TEACHER', jump to page 2.

    I don't know if I clearly expresses, but I need your help!

    lila820 wrote:

    I don't know if I clearly expresses

    Lol see Re: how to get the answers from the forum for how to do it. In particular, always specify if a 'report' is a standard report, interactive report or a tabular presentation.

    I have a problem now.

    I have a ratio r:

    LEVEL NAME ID

    1 STUDENT

    2B TEACHER

    3 C STUDENT

    4 D ADMIN

    5 E TEACHER

    ...

    I want to 'LEVEL' column link to different pages. Once I click on "STUDENT"--> page1, page2--> 'TEACHER', 'ADMIN'--> page3.

    For example, when I click on the first line of "STUDENT", then I jump to page 1. And when I click on the second row 'TEACHER', jump to page 2.

    A less obvious but simple way to do this is to specify the alias page for pages 1, 2 and 3 as a STUDENT, TEACHER and ADMINISTRATOR respectively. Then set the link Page column property to the #LEVEL # column string substitution to pick up the LEVEL of report column page alias. This approach has a better separation of concerns because it eliminates the generation of HTML code of the application and in this case even does not require the addition of any column in the report. (And I strongly recommend that you do not level use as is an Oracle reserved word as an identifier.)

  • Hi, I'm changing payment five days ago mi information (I need to change the credit card number), but something happen and appears an error with this announcement page: "error number: PMT_000008" then... What should I do?

    Hi, I'm changing payment five days ago mi information (I need to change the credit card number), but something happen and appears an error with this announcement page: "error number: PMT_000008" then... What should I do?

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • How to add buttons with links to various pages in my flash document?

    Hi I created a template for my flash animation which is a simple content area and a scroll beside him bar... In any case above I also 3 pages (they are currently only one part of the image background png so that they are not the buttons of any kind)... My question is how can I make links to these pages, so when you click in the flash animation they will just open normally as they would in as a website...

    I am a beginner flash so I'm not too technical with it... I don't know if I have to create 3 separate documents for my 3 pages or something else?

    Thank you!

    You expect the SWF to load 'in' the SWF file that contains the buttons or you expect to crush the existing SWF, you are already in (similar to a web page)?

    Loading a SWF file inside is quite simple, as long as the SWF file is on the same domain or the domain you load has a crossdomain.xml allowing policy and the SWF file is set to publish with networking sandbox:

    import flash.display.Loader;

    import flash.net.URLRequest;

    import flash.events.Event;

    var myLoader:Loader = new Loader();

    Wait for the end

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, handleCompleteF);

    Usually add some managers IOErrorEvent or SecurityErrorEvent here

    crochet button here

    myButtonInstanceName.addEventListener (MouseEvent.CLICK, loadPageF);

    function loadPageF(e:MouseEvent):void

    {

    try to load

    Try

    {

    myLoader.load (new URLRequest ('another.swf'));

    }

    catch (e: *)

    {

    catch an error, trace for flash IDE for debugging

    trace ("error loading of SWF:" + e);

    }

    }

    function handleCompleteF(e:Event):void

    {

    success, add to list

    addChild (myLoader);

    }

    Season to taste, such as moving the position of the Loader object. The charger contains the SWF file in the property content (for example myLoader.content) and is a display object, so you can just add it directly to the display list.

    If you add a second button, you can re - use the myLoader to. load() a SWF that is different, just that it points to a new function. You can re - use the same function, but you need detect different buttons (probably through the .name property). I presume that you might want to do ' things different"when pages are loaded, so I guess that you would probably use a different function rather than a huge reused feature branching.

    More information on the charger with the example code here:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/display/loader.ht ml #includeExamplesSummary

  • Transfer to a standard page to another standard page

    Hello

    I'm tempted to transfer the standard page to another page of transfer, but I can't. While I am trying to transfer it I got an error message
    as

    "You are not authorized to access this component. (40,20)

    You did not get security clearance for the component you are trying to access. You can access the page and the designated component, but not in the mode of action specified (for example, Correction or update/display). Contact your system administrator. "

    The following code is that I used to transfer the page:

    Transfer (False, MenuName.COMPARE, BarName.testCOMPARE, ItemName.itemCOMPARE, Page.FILTER_PG, 'U');

    Similarly, I check the list of permissions, but my menu is already added to the whitelist.

    can you suggest about this...

    When you get this message, it means you do not have access to the page.

    Check your authorization lists if you have access to the menu.component.page.
    If you think you have access to the page, try the process during construction safety Sync of PeopleTools > Portal

    If the page that you will sit is located in the same component, you can use better

    TransferPage (Page.FILTER_PG);

  • The importance of having to close the &lt; /P &gt; tag?   I get 1 error and the jobs Page

    Hello

    Here is the link to my page:

    http://www.collegestudentvoice.com/business/BusinessCareerTips/BCTMainPage/CAREERTIPSMAIN _ RESET_EMPTY_01.html

    When I tried to close the content of the paragraph, I got 7 SEVEN ERRORS, and the blue link page has become yellow.

    I don't know if it is possible to close the content paragraph.

    see you soon,

    Dreamer101.1

    7 mistakes you get are all attributed to the first.  You need a space between the 'and the word 'class' at line 89.  The rest of the errors stem from this issue.

  • have a real problem with linking buttons to pages

    Hello

    Right, I'm pretty new to Flash CS5 and doing a simple website in Action Script 3.0.

    I have set out four pages I want, and that you have created a button for each page on each page.

    I was told that a script simple stop stop pages acting as a movie.

    I entered:

    14:00


    Stop();

    function button1_clicked(e:MouseEvent): void {}
    gotoAndStop ("home");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");

    }
    function button3_clicked(e:MouseEvent): void {}
    gotoAndStop ("galleries");
    }

    function button2_clicked(e:MouseEvent): void {}
    gotoAndStop ("about");
    }

    Button1.addEventListener (MouseEvent.CLICK, button1_clicked);
    Button2.addEventListener (MouseEvent.CLICK, button2_clicked);
    Button3.addEventListener (MouseEvent.CLICK, button3_clicked);
    Button4.addEventListener (MouseEvent.CLICK, button4_clicked);

    He said cela and buttons to link to relevant pages.

    When I test the movie buttons start flickering and pictures...

    Please help it is frustrating!

    Thank you

    Chances are you have a problem with the code in your file.  Do you get any error messages?  You should because of the double function in code that show you.  You can't have two functions named button2_clicked.  The last should be button4_clicked and should probably go elsewhere...

  • A link to the page with IR: to set the filter

    Hi all

    I have a link from one page to the other which has an interactive report. I put in IR_PLANTING_ID to a fixed value. Unfortunately, I get the following error.


    Error unexpected, unable to find the name of the option at the page or application level.


    ERR-1002 unable to find point item ID "IR_PLANTING_ID" in the "120" application

    PLANTING_ID is certainly one of the columns of the IR. Any ideas? Thank you

    Just make sure that you have good number of:

    Mikhail

  • How to add two fields of a standard page

    Hi experts,

    I have a requirement according to the customer's requirement.

    I'm working on isupplier. in a particular standard page, I need to add 2 fileds that paid is the type of lookup and a field is messagetextinput.please give me the steps how to approach.

    Thanks in advance

    Hello

    1.), you can create this field through customization.

    2.) go to customize the link of the page (top-right)

    3.) click on the full view
    4.), click on create element

    5.), drop-down list, you can create items accordingly.

    This link may be useful

    http://www.semihuslu.com/Tutorial/OA%20Framework_Java.PDF

    thanx
    Pratap

Maybe you are looking for