EO Extension question?

Hello,
I am pretty new to the OA Framework extensions, and have a task of extending one of the self service pages on eBusiness suite. Could anybody please suggest a good approach for this one.
Requirement is to extend a self-service page to add more user enterable fields on the page. (** These fields are not on the base table EO/VO**)
This is what I have done so far:
I have altered the base table to add new attribute columns (attribute1 - attribute15) and attribute_category.
These attribute columns (attribute1-attribute15 and attribute_category) need to be added to the EO and VO
Since, this is a custom DFF, can I just personalize the page to add these attributes as DFF on the page?
Where to put the logic to insert data into these additional attribute columns?Could anyone please list me the steps to do this EO extension?
Thanks for all the help.

Thanks Tapash,
Based on your comments, I have created a custom table to hold the additional information with a key to join with the seeded table.
Could you please verify if these detailed step is OK? ** I am pretty new to OA Framework extensions and JDeveloper ** (I have done a VO extension before but long time back though!) ** So my questions might be basic/silly **
Using the Jdeveloper,
1. Create a OA workspace and OA Project.
2. Create a new OA business component. (Create a new EO and VO for the custom table) -- Should these extend the original EO and VO ?
3. Import all the related server.xml
4. Where should the code be? to insert the additional information (EOImpl?)
5. Substitutie
6. Using Personalization, create new items on the page ??? (Or should the Page be customized using the JDeveloper?)
And I would appreciate if you could share code snippet to insert into table.
Thanks for you help.

Similar Messages

  • Xsd extension question

    Hello, I have a question about the extension of complex Types by xsd.
    Can I use polymorphism with the extension of complex Types.
    By example, I define a xml schema
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema">
    <xsd:element name="basic" type="basic">
    <xsd:annotation>
    <xsd:documentation>Comment describing your root element</xsd:documentation>
    </xsd:annotation>
    </xsd:element>
    <xsd:complexType name="basic">
    <xsd:sequence>
    <xsd:element name="basicElement" type="xsd:string"/>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="derivedBasic">
    <xsd:complexContent>
    <xsd:extension base="basic">
    <xsd:sequence>
    <xsd:element name="derivedElement" type="xsd:integer"/>
    </xsd:sequence>
    </xsd:extension>
    </xsd:complexContent>
    </xsd:complexType>
    </xsd:schema>
    Then my question is, can i use in an xml document which depends on the xml schema the complexType derivedBasic when a basic type is required. (Perhaps i can use a typecast or something).
    I need this, because i want to make a xsd representation of an uml model and want to check dataexchange based on xml.
    Thanks for your help
    Andreas

    If it was me I would post such questions in the XML forum.
    If I understand the question it is not possible.
    In general you cannot describe all possible data validation using only an XSD.

  • Editor extensions questions

    We use editor extensions for several types of objects. It's not clear how to add extensions to PL/SQL objects and triggers.
    In my XML file I use for PL/SQL objects : node="PlSqlBaseNode"
    When I open a package/procedure/function SQL Developer is only showing my first PL/SQL extension. My second extension is not visible when I open a package, procedure or function.
    This is the case in 3.0 and 3.1EAx.
    1. Is this a bug or do I need another node or objectType in the XML file?
    2. How to add extensions for triggers? Which node or objectType is needed?
    3. How to create a vertical layout (like the Details tab for tables)? vertical=true doesn't work.
    4. Is there a description (or XSD) of which elements/attributes can be used in the XML file for editor extensions? (this could also answer 2 & 3).

    Can someone please answer these questions?

  • OAF: Extension question? Please help.

    Hi All,
    I am extending a seeded VO to add 4 new attributes. These 4 attributes are read-only (FYI only. Doesn't have to go into Database!). I extended, substituted deployed but I am getting errors (JBO-25017)! My question is, am I following the correct path to extend the VO. Below is what I have done. Please let me know where I am going wrong!!!?
    Thanks for all your help.
    FR
    1. Created a Workspace.
    2. Created a Project.
    3. Opened the actual server.xml that I wanted to extend! and imported all the server.xml that it complained that it is missing ! (abt 10 of them)
    4. Created 2 new database views ( without any WHO columns ) (using sqlplus)
    5. Created a new business component for OA (xxx.oracle.apps.per.irc.vacancy.schema.server)
    6. Created 2 EO's (based on the database view that I created in step#4)
    ( Here I did not generate any java files. Unchecked all the checkboxes in Java section. ) ???
    (Also Itried with generating a EOImpl and I got the "it does nor define the method setLastUpdateLogin" error! So I reverted it back. Meaning Did not generate any Java files here! )
    7. Create a new Business component (xxx.oracle.apps.per.irc.vacancy.server)
    8. Create new View Object to extend the seeded VO and selected the EO's that was created in step#6. and chose the new attributes in the new VO and changed the query WHERE condition to include the new criteria. ( Here I checked to generate the VOImpl.java )
    9. Substituted the Seeded VO with the extended VO on the project.
    10. Saved everything
    11. Rebuild the Project ( 0 errors and 0 warning! ). Great.
    12. Zipped everything from <JDEV_HOME>\jdevhome\myclasses\xxx to xxx.zip.
    13. ftpd the xxx.zip to middle tier apps server to the directory $JAVA_TOP
    14. unzipped xxx.zip (created and replaced the files)
    15. Ran jpximport.bat to import the substitutions. It was successful.
    16. Checked to make sure that the jpximport was successful thru jdr_utils. It was successful. I could see the extended VO information.
    17. Bounced the apache.
    18. Logged into apps to check the extension and I got the JBO-25017 error!

    "Error: oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for XxxBonusEligPerGradeEO."
    This is the only error that I get on the message box! even though I have the Diagnostics and message threshold set to debug.
    And btw, am I missing anything from the list ? ( generating Java files ??? or any steps! )
    Please let me know. Thanks.
    FR

  • Use This Thread for All 3rd Party Extension Questions (Migrating from v3-v4)

    This thread is for the 3rd Party Extension developers as they update their extensions to be compatible with the new framework in SQL Developer v4.0.
    To get started with the process, consult this post from the JDeveloper team. If you have questions, post them here.

    What is the correct way to deploy migrated extension on local installation of SQL Developer 4 for testing?
    Could such operation be automated with help of JDeveloper 12c?

  • WL70 Console extension questions

    Hi,
    A couple of questions about Weblogic console extension.
    First, is there any "standard" way of putting that nice banner on top of my JSP
    pages? I've created one using classes "banner", "title", "bannerstatus" from wl:stylesheet,
    but I'm worried that links that I put in it, like
    will not work in the next version of weblogic.
    Second, is it possible to bring up console JSP showing the particular wl:tab rather
    than the first one?
    Thanks,
    Mikhail.

    Donwload SQLMonitor from
    http://www.appfluent.com/products/sqlmonitor/
    It is has console extension for both 7 and 6 and has implemented the
    banner thru one servlet checking the weblogic version.
    Pam S.
    "Wayne W. Scott" <[email protected]> wrote in message news:<[email protected]>...
    Mikhail Bogomolov wrote:
    "Mikhail Bogomolov" <[email protected]> wrote:
    Hi,
    A couple of questions about Weblogic console extension.
    First, is there any "standard" way of putting that nice banner on top
    of my JSP
    pages? I've created one using classes "banner", "title", "bannerstatus"
    from wl:stylesheet,
    but I'm worried that links that I put in it, like
    > >>will not work in the next version of weblogic.
    Second, is it possible to bring up console JSP showing the particular
    wl:tab rather
    than the first one?
    Thanks,
    Mikhail.
    Ok, just found the answer for the second question - add a parameter ?tab=TabName
    to URL, but the first question still stands.
    see if the example under dev2dev helps ->
    http://dev2dev.bea.com/code/codedirect.jsp?highlight=codedirect
    This sample demonstrates how to extend the WebLogic Server 7.0 Administration Console.
    View the readme.html file for instructions on how to deploy the sample. This is Alpha code.
    ConsoleExtensionExample.zip (40 kb)
    Wayne

  • Extension questions and updates to Safari

    When you install extensions from Safari's extension website, are those reviewed by Apple or just checked out by Apple to make sure they work and that their are no issues with it?
    Also, when Apple updates Safari, do they make sure all the extensions work fine before releasing those updates (or is it as your own risk)?
    Should you turn extensions off before updating Safari or Mac OS updates then?
    Message was edited by: powerbook1701
    Message was edited by: powerbook1701

    They're listed by Apple - & downloaded from the developer's website
    Extensions can modify the appearance and behavior of Safari, and access your private information at websites. Apple is providing links to these extensions as a courtesy, and makes no representations regarding the extensions or any information related thereto. When you download and install an extension, the file is delivered by the developer, not by Apple. Some of the extensions listed here may require payment to the developer for use of the extension; this transaction is between the user and the developer. Any questions, complaints, claims, or support requests regarding an extension must be directed to the appropriate software developer.

  • Kernel extension question

    +Before you decide to answer please read this.... I'm doing this for fun and to learn, please save all "Apple urges against kernel extensions...don't do it!!!" for another one of my silly posts+
    Ok so after reading and playing around with apples "HelloKEXT" tutorial I became curious to see if you could launch an executable from a kernel extension. I tried system(), popen() and execl() but always get the warning "Implicit declaration of function "<insert one of the above functions>" so my question is is it possible to launch and executable from a kernel extension if so, how...google was not friendly in this situation
    +also please save any "Why would you want to do that when you can use launchd?"+

    Eric Lundquist wrote:
    etre, if it's not possible to launch an actual executable is possible to carry things out within the extension it self that did relatively the same thing as an executable e.g printf `cd /; ls -l` >> /pathtodesktop
    or something like that
    Again, yes and no. You can print things out and they will be logged as kernel messages. You have to remember that the kernel is the OS, so when writing a kernel extension, you don't really have an OS.
    Almost all kernel extensions are hooks into the kernel for some application to use. You want to try very hard to avoid doing any work in the kernel. The only reason to work in the kernel is to get access to data that you can't get elsewhere. Once you get the data, you use one of a number of low-level communication paths to get it to an application where you can work on it at leisure.

  • Custom Extension questions

    Hi all,
    I'm working on my first Configurator extension, and I'be got a couple of questions.
    1. I'm following the demonstration from this site http://apps2fusion.com/at/pb/292-oracle-configurator to build and deploy a sample CZ extension. I've got the code compiling in JDeveloper, and I am logged into EBS and on the Configurator Develop page where I'm trying to create a Configurator Extension Archive. While trying to upload the class (in a ZIP file following proper package structure) I get an error message stating "This file type is not allowed. Please choose another file". I've tried as both a .ZIP file and a .JAR file. Can anyone offer some ideas on what might be causing this problem?
    2. The reason for my custom extension is this requirement:
    Several fields in the Configurator UI should be defaulted to specific values based upon the Ship To address of the order line item.
    I've been researching Configurator Extensions, but none of the examples or scenarios described seem to talk about how to do something along these lines. Has anyone done anything similar and be willing to give me some pointers on the best way to accomplish this?
    For reference, this is in an 12.1.3 EBS instance and I'm writing the code in JDeveloper 11.1.2.2.0.
    Thanks,
    -Mike

    Mike,
    1.
    Are you able to open the JAR file using winzip or any other zip utility? If not, then its not correctly formatted. You should build Jar using jdeveloper's Project Deployment settings and then you will not have any issue. Search google/oracle site for this if you don't know its details.
    2.
    For your requirement, I think CX guide and CZ methodologies guide will help you.
    Thanks,
    Pankaj

  • ID Mac, save as and file extension questions

    I'm converting a bunch of Quark files over to ID and have a few niggles that I need help with:
    1. Can ID be configured so that it doesn't save the .indd extension every time (when writing a PostScript file as well).
    2. Every time the Save/Save As dialog opens it's a small window & I have to drag the corner to enlarge, is there a way to make it stick?
    TIA,
    Geoff

    No, nor should you. This isn't OS9.
    Those file extension should be left alone.
    Bob

  • Idoc extension question...

    Hi all,
    I have an extension defined for DESADV (outbound) and when I see the process code in we20 it is still tied to the FM, IDOC_OUTPUT_DELVRY. How is it possible for the std. FM to populate the extended segment in DESADV?
    Please tell me if I want to send some more data in the ASN then can I just add a field in the segment or should I add another segment? Which one will be populated in my scenario?
    Thanks,
    Charles.

    Hi Charles,
    We cannot add the New fields in Existing segments.
    For this requirement we have to Create a new Zsegment (Tcode WE31)
    and then Add this in Extension IDOC type that we have to create in we30.
    Regards,
    Satish

  • IPod G3 not recognized & Extension questions

    I just bought a used G3 iPod I'm runing 10.3.9 and iTunes 6.0.1 . I installed the latest update and restored it back to factory settings . I connected it to the mac thru the firewire, I get a message that the iPod is connected but isn't recognized. I looked in the finder , extensions , iTunes , no iPod . Now I'm in extensions it says , iPod driver 1.1.1 loaded, yes.iPod firewire transport support 1.1.1 loaded , no . iPod SBC driver 1.1.1 loaded , no . Are these supposed to be on ? and , if so , how do you turn them on ? Now I'm conected thru the USB I get do not remove and the updater came on , and the only option it is giving me is restore . What do I do

    Thanks for the help . I could transfer thru the USB . But the battery was bad so I was allways losing the transfers . I got so disgusted I bought a new G5 , which I can't get my videos into . It's allways something LOL . Thanks again .
    Clarice

  • LMS Content Packager Extensions Question

    Does anyone have experience with the three content packager
    extensions for Learning Management Systems (LMS') and are you aware
    of which SCORM edition these packagers were written for? I have
    found incompatabilities between The Content Packager for IMS and
    the SCORM 2004 3rd Edition Testing Suite. I have not been
    successful in creating a package that will pass based on this
    Extension.
    I found three packagers listed - and all of them seem to be
    three years old or older.
    Content Packager for IMS for
    Dreamweaver 8
    Content Packager for IMS for Dreamweaver MX 2004
    The Content Packager for IMS
    Any ideas?

    I believe "Content Packager for IMS" (aka "L5 SCORM
    Producer") extensions are stuck back in SCORM 1.2. They only
    package the IMS Manifest and the wrappers (if you choose to use
    them). I could be wrong, but I think if they are to pass SCORM 2004
    conformance tests, they require the XSD and DTD files as
    well.

  • A little 9.0.5 extensions question...

    ...is there a specific "publicapi.jar" file that I should be using to compile my extension against? I can compile without problems if I just use the 24 MB jdev.jar file... is that the usual way? Or is there a smaller jar file to compile against?
    Thanks,
    tom

    Hi Tom,
    jdev.jar contains the entire public API and implementation of the base JDeveloper product. There's no separate jar just containing the public API.
    In theory, you should only use classes in the oracle.jdeveloper, oracle.ide or oracle.javatools packages. In practice, only the subset of these which is published in the extension SDK javadoc is officially supported [guaranteed to either stick around in future releases or at least be replaced by some equivalent].
    Thanks,
    Brian
    JDev Team

  • HDS Synchronous True Copy extension question

    Greetings,
    I was wondering if anyone has used a MDS and ONS 15454 solution to extend the distance limit for HDS sync true copy.
    It seems that native fibre has a best practice limit of about 32 km for intensive true copy usage for OLTP. Non intensive supposedly can go up to about 200 km. After that, the latency will cause major problems.
    I recall reading somewhere that using DWDM along with the MDS can offer some quite extensive distance expansion to the order of a couple of thousand km's. What I did not see was anything to overcome the latency issue that is there with distance.
    I believe the speed of light in fibre is about 5 nanoseconds per metre. So say a 1000 km link would take about 20 milliseconds for the storage cache at both ends to complete the transaction.
    So is there any special "thing" available when using the MDS and the ONS to improve the distance by reducing the latency? I know that fibre channel write acceleration is an option but does it overcome the latency issue?
    Cheers
    Stephen

    Fellow legends,
    HDS offer some strange three data centre solution with a mixture of sync and async replication. I would assume that they would do sync within a 100 or so km's and then async to wherever the other major data centre is located. I have not looked into it but I get a feeling that sooner or later, we have to look at another city for the major DR site. Problem with Canberra is that it is 300 kms from any major location.
    The one thing that worries me a bit with the MDS/ONS spoofing with buffer credits is what happens if the sending MDS/ONS also dies at the same time as the storage (bomb goes off).
    A UPS is not gonna do much then.
    It is probably highly likely that the traffic in transit is transaction log and that's the last thing you would want to lose.
    How's that lab going?
    BTW, Cisco teased me the other day saying that something big is about to be released with the MDS. I said that making IVR part of the base product would do me just fine....
    Cheers
    Stephen

Maybe you are looking for

  • How to delete wrong passwords saved in the password manager

    Hi, made a really stupid mistake by typing in my password incorrectly twice for a new email account, and think they have all been saved in the password manager... so now, everytime when I try to log in, three passwords will come up for me to choose..

  • Need help -To Restrict Huge temp file, which grows around 3 GB in OBIEE 11g

    Hi Team, I am working on OBIEE 11.1.1.5 version for a client specific BI application. we have an issue concerning massive space consumption in OBIEE 11g installed linux environment whenever trying to run some detail level drill down reports. While in

  • Restrict the movement of cursors on xy graph

    hello. I have an XY graph, with values of 0-10 in X, and of 0-10 in Y. I have two cursors in the graph. I do not want the cursor is out of the graph area of 10 * 10, I disabled the auto scale, but the cursor can get out of the area of 10 * 10. I also

  • I can't get my pdf printing screen to accept a page size change to an archetectual D.

    I can't get this new version to accept a 24 x 36 arch D page. I've always used reader for pdf files to plot here at work, but since the new download, its not performing at all. I have no problem plotting from my autocad program, just plotting full si

  • Cost element & work center

    Dear All, What is meant by cost element.any link between cost element and work center.how to configure this.Kindly give the steps to follow. Regards, Devi