OAF 5.10 - how to extend existing Apps 11i page ?

I am having problems with getting substitutions to work for use when extending existing Apps page, so any hints would be appreciated.
I have setup "-Djbo.project=mzCustom" in the projects "Java Options" (mzCustom is the project name) and also made sure that the jpx file is included in the CLASSPATH
My mzCustom.jpx file shows
<Substitutes>
<Substitute OldName ="oracle.apps.fnd.wf.worklist.server.WorklistVO" NewName ="oracle.apps.mz.sanity.server.mzWorklistVO" />
</Substitutes>
MZ is a custom application, which is registered Apps FND_APPLICATION table (used adsplice to set this up)
In my JDev environment whether I use "WorklistVO" as per the developers guide, or "mzWorklistVO" I always get the same error when I try to create the new item in personalizations for the page
"oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition Test1 of type Attribute not found"
I also get this error when run via the Deployed environment, despite loading the JPX file into the MDS.
If I try to create a new item in the page itself via JDev, I cannot see "mzWorklistVO" in the list of View Instances, and if I select "WorklistVO" then the list of attributes does not include the attributes added into "mzWorklistVO" but am not sure if this is "normal" or not ?
I am convinced I am missing something obvious, but just cannot see what I am doing wrong..... can anyone offer any insight as to what I need to do to get this to work ?
The example in the Tutorial works OK for me, but am finding it difficult to translate this example to what I am trying to do and have followed the guidelines in the Developers Guide to no avail.
Thanks for any help

This might not have anything to do with substitutions; that error comes any time you have an incorrect reference to a view object attribute in your page. Those references could be in the item properties of View Attribute, Destination URI, or anywhere you are typing in a view attribute name as a parameter for passing values.
Where is the Test1 view attribute coming from? Is that what you added for your extended view object?
Are you actually referencing the view attribute name correctly (and from where?)? It is case sensitive.

Similar Messages

  • How to install oracle apps 11i on xp

    Hi
    iam new about oracle apps 11i, plz guide me how to install oracle apps 11i.on xp
    plz give proper step
    thanks

    Check the following links:
    Oracle EBS 11.5.10.2 Installation Steps
    Oracle EBS 11.5.10.2 Installation Steps
    Oracle Applications Installation Guide: Using Rapid Install
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/r115102ins.pdf
    Note: 316806.1 - Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316806.1
    Note: 294932.1 - Recommendations to Install Oracle Applications 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=294932.1

  • How to access Oracle Apps 11i forms from Virtual Machine(Vmware Player)?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and Windows XPP on Virtual Machine using Vmware Player on standalone same desktop.Now how to access Oracle Apps 11i from Virtual Machine(Windows XPP)?
    Thank's
    Regard's
    Rerry

    Hi,
    Sorry my instance is PROD instead of TEST.
    1)Renamed the sqlnet.ora and make the following change in the tnsnames.ora (SERVICE_NAME = PROD) to (SID = PROD) and tryed but same error.
    2)Only one oracle homes on the cleint machine
    3)The output of tnsping PROD
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Administrator>tnsping PROD 5
    TNS Ping Utility for 32-bit Windows: Version 8.1.7.0.0 - Production on 23-FEB-20
    10 00:38:40
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=tcp)(HOST=SHUBH.hnp.com)(PORT=1521))
    TNS-12570: TNS:packet reader failure
    Normal ping is ok from both host to guest and guest to host.
    Thank's
    Regard's
    Rerry

  • How to access Oracle Apps 11i forms using Vmware Player?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and guest OS Windows XPP using Vmware Player.Now how to access Oracle Apps 11i forms from Windows XPP using Vmware on my OEL5 Server Desktop?
    Thank's
    Regard's
    Rerry

    Hi,
    If you mean how to access eBusiness Suite from within the Virtual Machine, then you just navigate to the same URL you normally would. You may need to put the machine alias in your hosts file if you are referencing it via machine name rather than IP address.
    If you mean that you want to load the form in forms builder (for example) then you need to FTP the form from server to client (as you normally would) and then open it in your client (XP virtual machine).
    If you want to use Workflow Builder (as per your original requirement) then you need to ensure that the TNSNAMES.ora file in the Workflow Builder home has an entry for your instance on Linux, and then you should be able to connect to the database directly.
    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://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • How to download existing apps from old to new phone?

    how does one download existing apps to new phone from old? please help.

    How did the apps get on your old iPhone?
    They get on your new iPhone in the same way.
    All apps on your old iPhone should be in your iTunes library on your computer. Transfer the apps to your new iPhone via the iTunes sync process.
    http://support.apple.com/kb/HT2109

  • How to extend Oracle Apps?

    Hi, All
    I am new to OAF. I just finished the tutorials from the OA Extension patch. My goal is to be able to extend the Internet Expenses application. Unfortunately, the tutorial tell you very little about how to bring the existing Oracle Apps into the your project. In other words, how to set up the development envrionment. I'm hoping someone can answer some of my questions or point me to the right direction. I thank you in advance.
    1) Where do you find the java files? Under the $JAVA_TOP, I only find class files? Do you bring the class file into the project?
    2) Where do you find the PAGE files? Under the $JAVA_TOP, I do not find any PAGE files? If these files are hidden somewhere, how do I extract them out?
    3) Do you bring the whole apps into the project or just the region you want to extend? If you don't bring the whole apps, how do you test your extension?
    Thanks again in advance.
    MC

    I definitely sympathise with NewKidOnTheBlock - as a recent new kid myself, I found it difficult to find specifics on what files to copy from/to where.
    In answer to the specific questions asked:
    1) Oracle does not provide java files for their class files - the only way to find out "exactly" what is going on for a specific class is to use a Java decompiler
    2) The Page/Region definition files are under the module top's mds directory (ie $ICX_TOP/mds)
    3) The JDev OA patch has all of the framework, so you only need the module specific components to be able to run a page. I went with the module level approach and copied all of the files for the module I was working on (iProcurement). I am not sure how Internet Expenses compares with iProcurement, but I had difficulty testing a page in isolation and ended up running the iProcurement home page through JDev and set the Optional URL Parameters for the Project to match the parameters passed to the home page by the menu function that started it.
    What I ended up doing in terms of file copying is below, which was enough for what I needed to do (and maybe more than what is actually required :) ).
    •     Copy contents of $JAVA_TOP/oracle/apps/<module> to JDEV_USER_HOME\myprojects\oracle\apps\<module>
    •     Copy contents of $<Module Top>/mds to JDEV_USER_HOME\myprojects\oracle\apps\<module>
    •     Copy any custom or product specific images from $JAVA_TOP/oracle/apps/media to JDEV_USER_HOME\myhtml\OA_MEDIA
    •     Copy all of the files you have just copied into JDEV_USER_HOME\myprojects\oracle\apps\<module> to JDEV_USER_HOME\myclasses\oracle\apps\<module>
    •     To save some space, you could now delete all of the class files from JDEV_USER_HOME\myprojects\oracle\apps\<module>
    You then need to add the server.xml files to your project (I would suggest adding all of the server.xml files as there can be dependencies). You will also need to add the page files for any page that you will be running/extending.

  • How to copy existing apps into iTunes lib.??

    Hi
    I have recently added a 256GB SSD disc to my aging mac (MBP mid 2010) to increase its lifespan. And I have taken the preinstalled 500GB HDD and transferred to the optical bay. My Itunes library, was also transferred to an external HD to safe disc space. So far so good.
    Here's my problem:
    My wife's iPhone 5 has a terrible battery life. After trying all tips/tricks from various posts we decided to back up her phone, and via Itunes to erease all contend and start over. I can read that this has helped other Iphone user with bad battery life. Mind you, the her battery issue just started some months ago - before that there was no issue....
    So, after doing the safety copy via itunes and ereaseing everything and doing the reset of the device, we loaded the safety copy from Itunes again - but now she is missing 132 apps!!
    I found must of the apps on the old 500GB HDD, and have copied them to the itunes lib on the external HD. But Itunes is not recognising any of these, and will not install them on the iPhone...
    The copied apps shows up in itunes - but the icon is showed in grey only. The icon graphics is not showing. The name of the app is showed correctly.
    Oh, and her battery life, still *****....
    Any ideas??

    I use an excellent free application called Sharepod, http://www.getsharepod.com/about/ which will transfer all your music from your iPod to your PC, then you import this into iTunes. Just use the Backup iPod mode in Sharepod, and make sure it is pointing to the right destination folder. Test one track or album before you transfer everything.
    After this is complete add all the transferred music to iTunes. If you use Automatic be careful because syncing this will then erase everything on your iPod and transfer it back again from your PC! If you manually sync no problem.
    Be careful as an automatic sync to your new iPod will wipe it clean! BEFORE you connect your new iPod to iTunes go to iTunes and change this option to prevent this:
    +Edit-Preferences-Devices-Uncheck "Disable automatic syncing..."+
    Your other music that is on cd's, just copy them into your My Music folder and then add them to iTunes.
    Good luck!
    Greg

  • How can I transfer apps like 'Pages' and 'Numbers' to my iPhone from my MacBook?

    I've been trying to transfer Pages, Numbers and Keynote to my iPhone to save myself the trouble of taking my whole laptop to College with me every day but I don't know how and I'm wondering if I am going to have to buy them from the app store on my phone. I had no problem transfering the apps from my iMac to my MacBook Pro using Bluetooth but my computer and phone don't seem to be having any of that.

    OS X apps can't run on an iOS device, and iOS apps can't run on a Mac or PC.
    You need to purchase these apps from the app store which are written/optimized for iOS devices.

  • How to extend ReceiveItemsTxnVOHelper in 11i OA Framework customization

    Hello,
    I am new in Jdeveloper with OA Framework.
    I am trying to add a new field in iProcument ->POR->Receive Items Web page, when I extend VO ReceiveItemsTxnVO, seems should extend ReceiveItemsTxnVOHelper which used by ReceiveItemsTxnVOImpl.
    Now I get issue variable localObject3 not found in my extend class when rebuild my extend class, could you please advice.
    Regards,

    Detail Information:
    I am using Jdeveloper p6469392_11i_GENERIC.zip,
    OA Framework 11.5.10.6RUP.
    I am trying to customization /oracle/apps/icx/por/rcv/webui/IcxPorRcvRvwPG 115.20
    ReceiveItemsTxnVO is extend with 1 more item ( Bill of Lading ).
    Please help on this, thanks so much

  • How is Harrods magazine app contents page put together

    Can anyone help?
    I love the way the contents react when scrolling. I can do a basic scrollable frame but can't figure out how to make the other frames react. I wondered if it was edge or HTML but then how to they make it clickable to specific pages with the magazine? I'm sure theres some simple, yet clever trick in overlays that can be used.
    Any ideas greatfully received.
    Thanks

    This isn't a DPS app. It looks like they're using some sort of Objective-C to do this. I trawled their app with PhoneDisk, and I don't see any html files within the Contents page.
    That's not to say you can't do this via HTML--you certainly should be able to.
    Personally, though, I think it's sloppy. Why should the other sections scroll when I'm trying to scroll in just one?

  • Make How-To link on App Express page easier to find.

    Maybe it is just me, but I find it difficult to find the link for the How-To page that I have used in the past on the Oracle Application Express page. I finally found it in the forum.

    {tag_name_nolink} - Will make the title with no link wrapped around it
    {tag_yourimagefield_value} - Will give you the raw source of the file location
    You can then form your own image html and links wrapping this and the web app item name text.
    To form the link source to go to - create a text custom field and just type or copy and paste a url into that field.

  • How to Extend the Seeded Oracle pages

    Hi all, i have requirement that some pages in apps needs to be extended(Modify), so can any one tell me the steps to proceed.

    Babu,
    You need to read developers' guide for this! Also you can see the seocnd article on my blog:
    www.mukx.blogspot.com
    --Mukul                                                                                                                                                                                                                                                                                                                               

  • How can i run Apps 11i client on linux?....Plz help.

    Hi There,
    I have a very ridiculous problem. I have installed Oracle applications Rel 11i pack on my desktop on Red Hat Linux7.2. The problem is that when i try to access it using Netscape navigator it says that run Jinitiator on the machine. And Jinitiator is for windows platform only. Now i m struck at this point...Database is running,Concurrent Managers are running,Web server is running,Forms Server/Report Server is running...The only thing is that i cant access it..
    Please help..its really very strange that oracle does not support Linux clients...no plugins are provided for it..so in a way indirectly still they are vouching the Microsoft monopoly.....?
    Well please help me.....if anyone has any solution...
    Thanx in Advance..
    Deepak.

    Well put, Deepak. We also cannot believe that Oracle does not yet support Linux on the client side (especially Red Hat versions which are widely deployed). Our teams are also battling with this issue as we are desperately trying to move away from the MS-onopoly. Surely the big O will hear the pleas of its customers and get their act together soon...
    Regards
    Mike

  • Disco Security and Apps 11i?

    Hi,
    I don't understand how Disco works with existing Apps 11i responsibilities to control access
    to the business data.
    When you create a business area and then assign it to Apps responsibility, how do you know that
    the responsibility can access the tables of the business area?
    thanks
    brh

    Hi
    The responsibility can access the business area because the Discoverer administrator said so.
    Working in Apps mode is straight-forward. You install Discoverer into Apps mode using a database account, making sure you check the little box to install into Apps mode. Having created the EUL you make sure your connection settings are right by using Tools | Options | Connections.
    You have to make sure that you have defined whether you will be connecting to Apps mode EULs only or a combination of Apps mode and standard mode. You therefore check either Connect to application EULs or Connect to both standard and application EULs. After this you need to make sure there are valid enties for the Gateway User ID and Foundation Name.
    The standard entrie for these are:
    Gateway User ID: applsyspub/pub
    Foundation Name: apps
    Next you grant admin rights to an Apps user - typically SYSADMIN. You the logout as the EUL owner and log in as the Apps user, making sure to check the little box that says you are connecting to Apps.
    From here on you administer the EUL using the Apps account ONLY. You create EULs and assign access to those EULs using this account. The reason that most folks use the SYSADMIN account is because it can access the responsibilities and other users for ensuring access is correct.
    I have a white paper on my website that will walk you through installing an Apps mode EUL. You might find it to be if interest and you will find it here: http://learndiscoverer.com/downloads/downloads.htm
    Best wishes
    Michael

  • When i login to update my existing apps, the login window shows the wrong apple id. and it's all prayed out, i can't change it. how do i solve this problem?

    When I login to update my existing apps, the login window shows the wrong apple id. i cannot change it because it is all grayed out. how do i solve this problem?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with one Apple ID with a new Apple ID.

Maybe you are looking for

  • How can I change the thumbnail of my iMovie 10.0.2 stills file?

    How can I set the thumbnail in iMovie 10.0.2 It was the first image in the movie ( the one I want to use) and then for some reason it changed itself to a random image from the movie and keeps randomly changing.

  • Upgrading Server directly from Mountain Lion to Yosemite?-

    Hello all, I have a Mac Mini running Mountain Lion (10.8.5) and Server (2.2), hosting a small private webserver (PHP + MySQL), VPN, some LaunchAgents cron jobs, and file sharing service. I'd like to upgrade it directly to Yosemite and the latest Serv

  • Color change in Sales Order

    Hello Expert, One of the user has a strange problem. His sales order document shows different color on screen than other options like AR Invoice or Quotation, it comes in pink color. I am trying to find way to bring back to default but unable to find

  • Creation of purchase order from sales order

    Hi, I have met the following business case I can't manage using SBO standard: I have a sales order with a reserve invoice already created. When I press the "purchase order" flag (ORDR.PoPrss), the purchase order window does not pop up and no purchase

  • Provisioning problem for AD and SAP ABAP Systems

    Hi, We're using IDM 7.20 SP3 and successfully run he Initial Load for AD, NW 7.30 and ERP 6.0 Systems successfully. But, when I add the priviledge of systems to a new user created via IDM UI, It is not provisioned successfully. Job Log show the follo