Doubt in extensions

In a standard page, I need to add a table to enter tax details.
So I created a custom region with a controller and embedded it in standard page.
Now whatever user enters in the table of custom region, I have to store in a custom table.
So in controller of region, I have called a pl/sql package to save the data.
But in this custom table, I need to store invoice number also which is a field in standard page.
My problem is I cannot get this value in controller of custom region.
Is there any way to get this value?
Thanks in advance.

Hi Sumit,
Thanks a lot. Your solution worked.
I have one more query.
I have extended the standard controller of the page.
I have to access the view object of the custom region embedded in the standard page in the extended standard controller. Is this possible.
I tried to get it but it was giving null pointer exception.
//code in extended controller
import oracle.jbo.ApplicationModule;
OAApplicationModule am = oapagecontext.getApplicationModule(oawebbean);
ApplicationModule nestedAM = am.findApplicationModule("xxxInvRequestAM");
OAViewObject vo3 = (OAViewObject)nestedAM.findViewObject("xxxTaxDetailsVO");
Thanks in advance.
Edited by: user598070 on Sep 23, 2008 9:05 AM

Similar Messages

  • Netscape gone whacky on 9.2.2... HELP....

    Hi,
    I recently did some mods to my system and now Netscape 7.02 don't render correctly and causes a crash... hard crash, anyone had this experience? If so, how to resolve, I've tried changing the skin and it still plays up, even went to deleting application plus preferences and re-installing it plus plugins, still no luck.

    Hi, TM. I haven't used Netscape since version 4.8 (and that was in Mac OS 8.6), so the contents of my normal OS 9.2.2 extension set would be of very little use to you. And because you've already tried the "OS 9.2.2 All" extension set with the same unsatisfactory results your modified set produced, I rather doubt that extensions are at the root of your problem. I don't know what else might be. In your place, and absent any more promising suggestions from Don A. or others, I think I would next try a Clean Install of OS 9.2.2 followed by reinstalling Netscape again.
    You should be able to re-install OS 9 from your original OS 10.2.x (Jaguar) Install CDs. These Apple articles may help:
    Mac OS X: How to reinstall Mac OS 9:
    http://docs.info.apple.com/article.html?artnum=106294
    Mac OS X 10.2, 10.3: How to perform Mac OS 9 clean installation with Restore CDs:
    http://docs.info.apple.com/article.html?artnum=107383
    Using Restore Discs with Mac OS X 10.2 or later:
    http://docs.info.apple.com/article.html?artnum=42929 -

  • Doubt regarding CO extension

    Hi All,
    I have a requirement that there is one advanced table and it is coming from user doing some action in standard page.
    Now i have to display that advanced table when page get loads.
    I have a doubt that already advanced table is created in standard. like
    if("Y".equals(getSelectionValue(oapagecontext, oawebbean, "MulDest")) || flag2)
    OAAdvancedTableBean oaadvancedtablebean = (OAAdvancedTableBean)createWebBean(oapagecontext, oawebbean, "PerDiemDestination"); .....
    In my extension can i write like
    OAAdvancedTableBean oaadvancedtablebean = (OAAdvancedTableBean)oawebBean.findChildRecursive("PerDiemDestination");
    oaadvancedtablebean.setRendered(true);
    Is this way correct?
    How can i approach this requirement?
    Thanks in Advance.
    Regards,
    Murali
    Edited by: user12281793 on Nov 10, 2011 2:06 AM

    Anybody please update on this...

  • Doubt in CO Extension

    Hi All,
    Hope everybody doing good. including me too :-)
    I am trying to extend CO belows are the steps i follwed:
    1.FTP the .class file from the server and kept in myclasses folder
    2.Decompiled the .class files and kept in myprojects folder
    3.now in jdeveloper rightclick on .jpr and click on new class
    4.click on extends buttton and trying to select the baseCO file in the class browser.
    Now iam facing issue. iam unable to see the .java files which are in myprojects folder..but actually they are physically exists in myprojects folder.
    so, why it was not showing .can anybody plese tell me ??
    I seen a similar problem of my case in the thread
    Jdeveloper does not see classes
    Please its arguent for me,can anybody tell me what to do
    Rgds
    Gk

    According to me you should do below:
    1) click on project , say new==> java class ==> name= IncidentUpdateCOEx (use your co name)
    package = xxcus.oracle.apps.cs.csz.incident.webui
    Design the file with below structure
    package xxcus.oracle.apps.cs.csz.incident.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    public class IncidentUpdateCOEx extends <your baseCO>
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    You can then compile this file in jdev, if all ok , then move to server.
    --Parag narkhede                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Doubt on controler extension

    Hello friends,
    1)i have a requirement that extend the standard oracle controller, in standard apply button i want to add extra functionality to accomplish the requirement .
    2)but existing functionality needs to work in Apply button code. shall i write code in extended controller like below in process form request.
    if(pageContext.getParameter("Apply")!=null)
    extra functionality...
    3)my question is ->should original functionality of apply button code will work too or not?
    please let me know the approach for this scenario?if i am doing wrong.
    Thanks,
    vamshi.

    Vamshi,
    As Arvind rightly pointed out, if you have a super.processFormRequest() in your method the seeded code would be called. Now the question comes if you want your code to process before this or later (depending on the activity involved). Accordingly in the extended controller you can write super.processFormRequest before or after your code.
    Hope that helps.
    Regards
    Sumit

  • Doubt regarding facebook integration for windows phone 8.1 silverlight app?

    Hi,
    I am developing a windows phone 8.1 silverlight application . For my application I integrated the facebook login. For this facebook integration I used the login with facebook app method.
    My doubt is after getting the app id from the dev center , I updated the appid at developers.facebook.com , wmmanifest.xml (In extensions protocol (msft-appid without dashes)) . Or do I need to change the product id in the place holder also , I tried to
    change the productid also but I am getting error like some signature is wrong try with different signature. I am confused how to do it .
    Any help,
    Thanks...
    Suresh.M

    Hi Suresh,
    According to your description, I assume you want to complete facebook configuration in windows phone silverlight app. Please refer to the following link to see how.
    http://facebooksdk.net/docs/phone/config/.
    You can find code sample from
    https://github.com/facebook-csharp-sdk/facebook-winclient-sdk/tree/master/Samples.
    Facebook API is third-party library and it is our of our support range. You can post questions on here.
    https://github.com/facebook-csharp-sdk/facebook-winclient-sdk/issues.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

  • Unity Connection 7 with overlapping extension

    Hello everybody,
    I'm deploying a CUCM 7.1.3 + Unity Connecion 7.1.3 to a customer, and I have a doubt when using overlapping extension. As it's a large environment, he has overlapping extension number in his multiple sites. For example, both SiteA and SiteB have the extension range 8XXX. In CUCM I have configured some translations patterns, so that an user from SiteA should dial 118XXX in order to reach SiteB, and an user in SiteB should dial 218XXX in order to reach site A. And each site has its own line partition to extension numbers. And everything works fine...
    But these users are all in the same Unity Connection Server. So I would have users from SiteA and SiteB with the same extension in Unity Connection, and I can't do that. What I know can do is to configure some partitions from SiteA and SiteB in CUC, and put each subscriber in one partition, right?
    But when a user wants to reach the voice mail to get his messages, how Unity Connection knows from which location is he?
    Please, anyone could advise me how can I proceed with this configuration?
    Thank you!!!

    Hello,
    I workarounded my problem creating multiple VM Profiles, and assigning a diferent Voice Mail Box Mask for each. And in Unity connection I created a alternate extension for each user.
    For example... the extension 6000 from SiteA has the VM Profile VM_SiteA, which has the voicemail box mask 11XXXX. And this user in Connection has the alternate extension 116000. And the extension 6000 from SiteB has the VM Profile VM_SiteB, which has the voicemail box mask 21XXXX, and this user has this number as alternate extension as well (216000)... It works fine like this.
    But actually I haven't tested the MWI... If I have a translation pattern in CUCM that translates 11XXXX to XXXX (in partition from SiteA), and another 21XXXX to XXXX (in partition from SiteB), and configure the MWI extension in Connection to be 11XXXX and 21XXXX, will it work? Have anyone already tested this?
    Thank you very much!!!
    Bruno

  • I deleted my extensions manager and now my Mac won't start up. Please Help!!

    I have an IMac, 24" model, running OS X. For the past several days, little warning windows have been popping up with this annoying beep, telling me that my computer was infected with various viruses. 4, to be exact. Also, while on the internet, random pop-up windows have appeared, so I thought I did have a virus. So, to correct the matter (or attempt to), I deleted my preferences folder from the system folder, as well as the extensions manager.
    Now, the computer won't start up past the white logo screen with the turning gear thingy. I've tried resetting the PRAM, and starting in safe mode, and safe mode with the progress screen, and even something there while holding the option key (that one gave me an icon of my HD, but clicking on it took me back to an endless wait on the white screen). I've tried starting from the disk that came with the computer (I held the C key) but not only doesn't the computer start from the disk, it spits the disk out. I don't understand. The computer was fine until I deleted the ext. mgr and preferences, so it can't be that the computer went bad or something.
    I don't know what else to do here. I do have an extended service warranty with Best Buy, but I wanted to see if there was some way to fix this before hauling this thing off to the store. Any suggestions? I'm desperate here, because anything and everything I've tried (based on all the try-this and try-thats I found on the internet), nothing has worked.
    Please help.
    Thanks in advance.

    Well done! You've succeeded in turning your Mac into a useless brick.
    Deleting the System/Library/extensions folder and the associated manager removed most of the functionality from your OS.
    And all to get rid of what sounds like the MacDefender trojan or a variant.
    ref; http://support.apple.com/kb/HT4650 and http://support.apple.com/kb/HT4651
    You may have a slim chance of recovering if it will still boot in Target Disc Mode; in which case you can use another Mac to install the system remotely.
    And I doubt your warranty with Best Buy is going to cover user "error."
    Message was edited by: noondaywitch

  • Web Service Access to a extension field

    Hello All:
       Scoping against solution capability, how easy, or at all possible, is to access a extension fields to a native ByD business Objects via web services? In my specific case, the E-Commerce Sales Order Creation Web Service.
       But the question is pretty general, This can be a data retrieve web services as well? Any limitations? does it needed to be rebuild by SAP? or can we generate them by ourselves?
       Also, if in future new extension required on web services, can this process be done after implementation and go live? Without too much trouble?
       Any documentation will be greatly appreciated! Thank You!

    This is doubtful as it is a Standard service (we use it for several different solutions).. and is the same across all tenants and I do not think it can be applied as a custom one off..
    asking your dev coach would probally be your best bet.
    Another solution for you would be to have a simple Read,Update Service you write that just deals with your extension fields... so after an order is created you can update your field on the sales order, or read the value given a specific sales order. 
    Unless this has changed it is my understanding that you have to add the Extension field via the Development studio not the Key user tools if you wish to have access to it in the Studio for releasing a webservice like I described above.(Most my work so far has involved integrations and the standard  webservices)

  • No Longer Able to Use Phone on Extension

    I've just had Infinity installed yesterday but there seems to be a problem with my existing setup.
    Our house appears to have an old "star" wiring setup where there's a junction box outside where the line enters. From that box, three identical sockets spur out of it.
    I used to have my old ADSL router at the front of the house, and a telephone in the back room of the house.
    When I told the engineer, he seemed a bit clueless to the kind of wiring setup we had (although he did do a nice job, but I think he was only trained for new wiring setups). He replaced the socket I used to have ADSL on with a new NTE5 socket and filtered faceplate.
    After many times going backwards and forwards to the cabinet wondering why the telephone had no dialtone, and the Openreach modem not having a DSL connection, he suggested bringing the phone to the front and plugging it into the NTE5.
    Both pieces of equipment worked.
    The problem is that having a phone at the front of the house isn't practical due to furniture and space requirements.
    I assumed, before ordering Infinity, that any wiring alterations needed would be done with the installation, although as the engineer was from Kelly Communications, then obviously not?
    Is there any way to get the wiring updated, and if so, would this incur a charge, and how much?
    Solved!
    Go to Solution.

    The extensions would have to be moved so that they are wired from the new master socket, as shown here.
    Has your Infinity Installation been wired correctly?
    Star wiring has to be disconnected as it will interfere with the DSL signal. I doubt that the installation person knew how to rewire it all.
    You may find it easier and cheaper to use a DECT base station, and handsets
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Extending a document in Adobe Acrobat if you have purchased and own LiveCycle Reader Extensions

    I work for an organization that has purchased adobe livcycle designer suite which includes Livecycle reader extensions. However we do not really have a need (besides perhaps per the EULA), nor the technical support to extend reader documents using the server based LiveCycle Reader extensions. We will definitly be collecting info from over 500 receipients so per the adobe acrobat license agreement:
    16.8.3 For any unique Extended Document, Customer may only (a) Deploy that Extended Document to an unlimited number of recipients, but Customer shall not extract data from more than five hundred (500) instances of such Extended Document (or any hardcopy representation of that Extended Document) that contains data from a recipient; or (b) Deploy an Extended Document to no more than five hundred (500) recipients without limits on the number of times Customer may extract data from a recipient from that Extended Document. Obtaining additional licenses to use Acrobat Standard, Acrobat Pro, or Adobe Acrobat Suite shall not increase
    the foregoing limits (that is, the foregoing limits are the aggregate total limits regardless of how many additional licenses to use Acrobat Standard, Acrobat Pro, or Adobe Acrobat Suite the Customer may have obtained). For the avoidance of doubt, if Customer purchases another Adobe product or service that allows Customer to send a greater number of PDF files or forms (e.g. Adobe FormsCentral or Adobe LiveCycle Reader Extensions), then the terms of that Adobe product or service shall supersede the terms of this Section 16.8.3
    Given the very last sentence, it sounds me like since my organization has provided me with a copy of LiveCycle Reader extensions I can extend the adobe document using adobe acrobat if I wish, and still be within the terms of the EULA, is this the correct interpretation? I would prefer not to actually use the LiveCycle reader extensions as once again we do not have the technical support, nor the need for this server based solutions.

    Hi Ben,
    Thank you for providing the detailed description of the problem.
    The contents of the password-protected PDF document are encrypted (so that nobody can read the contents until the correct password is entered).
    Acrobat DC mobile products (for iOS and Android) have the known limitation where changes cannot be saved to encrypted PDF documents.  Therefore, users are not able to make any changes (e.g. adding comments/annotations or filling out forms) to encrypted PDF documents.
    Sorry for the inconvenience.

  • Same sender file name with a different extension

    Hello Friends,
    My scenario is I have an xyz.xml file coming and i need to have the same file name in the receiver but with a different extension as xyz.csv and the source file name will not be the same, it will be changing.
    Can you please help me on this.this is a bit urgent to me.
    Thanks in advance.
    Regards,
    Kumar

    Kumar,
    Write <b>UDF</b> with <b>no input</b> parameters.
    DynamicConfiguration conf = (DynamicConfiguration) container
        .getTransformationParameters()
        .get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create(
        “http://sap.com/xi/XI/System/File”,
        “FileName”);
    String fname = conf.get(key);
    StringTokenizer st = new StringTokenizer(fname,".");
    String[] name = new String[2];
    while(st.hasMoreElements())
    for(int i=0;i<1;i++)
    name<b>[</b>i<b>]</b>=st.nextElement();
    String finalname = name[0]+".csv";
    conf.put(key,finalname);
    <b>Mapping Logic</b>
    UDF -
    > Target Rootnode.
    Make sure that u checked the Adapter specific message attributes in both comm.channel.
    If you have doubts reply back.
    Best regards,
    raj.
    Message was edited by:
            Raj

  • Help with Newsletter Extension

    This is my first time installing a Dreamweaver extension, and
    I found this one on the Adobe Dreamweaver Exchange page. I'm
    running Dreamweaver MX on a Mac with OS X 10.4.10.
    The extension seems to have installed properly, but when I
    use it to insert the Newsletter, the first dialog box asks for me
    to create a password and set email quantity limits (which I doesn't
    seem to be the problem), but upon clicking "ok" I get an error that
    says "Unable to create data structure".
    The tech support person for the exchange company (and their
    FAQ) says I just need to change the "links relative to document"
    radio button (from "links relative to site") on the advanced
    settings for the website, but I have no such option. There is no
    radio button, and no option in the preferences for it either. I
    have tried this on four different websites that I maintain with DW,
    and that option never appears so I doubt it has to do with an
    individual page.
    Is there any way to change this option, or is it something to
    do with my version of DW? Any ideas would be great, since the tech
    person seems to be out of ideas as well.

    Hi
    You have posted this question in the wrong section of the forum, this is the html5 section, you would be better advised reposting in the extension developers section.
    As for your problem, you have used microsoft word or similar to develop the code, and the javascript should be in a separate file. Can I suggest that you read the following, which will explain extension development in dreamweaver -
    http://help.adobe.com/en_US/dreamweaver/cs/extend/dreamweaver_cs5_extending.pdf
    PZ

  • Mp4 Video file with a .lock extension

    Hi All,
    Need some help. I was recording a video on my 9360
    when the battery died. After charging I could not find
    the video file. I connected to the computer and
    found the file, but it had a mp4.lock extension instead
    of the normal .mp4. I changed the file name to .mp4,
    so it shows as a video file, but when I try to play it
    gives me an error "unsupported format". This video has an important in my life. Please help me to get this video working... Please...?
    Akhil

    The video file was never finalized by stopping the recording. When the video player is recording it adds that lock label so that nothing else can access it while recording. When the battery dies in the middle the file doesn't get unlocked. I doubt there is any way to ever view that file. Sorry.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Apache Commons Net - Retrieve File - Extension, Compare , Move - FTP Server

    Dear All,
    I am using Apache Commons net FTP Library for FTP Operations. I had a few doubts
    1) I like to retrieve ftp files only with some extensions like *.txt or *.jpg etc. How can we retrieve files with specifying file extension?
    2) I need to compare the FTP Files with the local files before downloading from the FTP Server?
    3) I need to move files from the ftp server to local directory. Is there is anyway to move the files rather than first retrieve files from the FTP Server and then deleting the file in the FTP Server using FTP delete()
    Thanks,
    J.Kathiresan

    1) I like to retrieve ftp files only with some
    extensions like *.txt or *.jpg etc. How can we
    retrieve files with specifying file extension?
    List the files and then filter the list to those that you want to process.
    2) I need to compare the FTP Files with the local
    files before downloading from the FTP Server?Think about this one! To compare two files you nead to read both. If you do this on the client then you will have to copy the file from the server first!
    >
    3) I need to move files from the ftp server to local
    directory. Is there is anyway to move the files
    rather than first retrieve files from the FTP Server
    and then deleting the file in the FTP Server using
    FTP delete()What is wrong with copy then delete?

Maybe you are looking for

  • VRF and FTP Server

    I have a weird problem with VRF and FTP Server. I have a lab setup whereby two VRFs Client1 and Client2 are created. Both the VRFs are in the same subnet. I have configured FTP-Server and TFTP-Server on this router. TFTP-Server works perfectly fine f

  • Map Viewer and Map Builder preview releases

    Hello, You promissed new preview releases of these tools after January 2006. When dou you think they will be posted on OTN ? I ask this because I'm starting a new project. Regards, Lucian

  • Do you know of a way to adjust overall color using an existing CMYK value?

    I'm attempting to match some color swatches as closely as possible. I don't have a color spectrometer so thought I'd try shooting and photograph of the swatches and adust them to values as close as possible to the actual. To do it, I included a Panto

  • IWeb 1.1(.1) and multiple Domain.sites

    There are (still) a lot of references to Domain.sites resides in ~/Library/Application Support/iWeb folder, this is no longer true with iWeb 1.1(.1). iWeb 1.1(.1) can handle multiple Domain.sites, and once you double click a Domain.sites outside of ~

  • How do I retrieve document information from the portal tables?

    Hi, I'm really stuck on this and any help would be much appreciated. I want to select out document information using the categories and perspectives as search criteria, I've written the following select statement but am not sure that this is the corr