In OA Framework, How to open a page of some other AM through a link?

Hi All,
i am developing a page in OA Framework using JDeveloper in which I want to open a new page using a link, page belongs to some other AM.
I am writing the link in destination URL as ::
"OA.jsp?page=/oracle/apps/hxc/selfservice/mytimecard/webui/SearchPG&akRegionApplicationId=809&retainAM=Y&Action=detail&Timecard_id={@TimecardId}&StartTime={@VoPeriodStarts}&StopTime={@VoPeriodEnds}"
but getting an errror as ::::
Could not load application module 'oracle.apps.hxc.selfservice.mytimecard.server.MyTimecardsAM'
Definition oracle.apps.hxc.selfservice.mytimecard.server.MyTimecardsAM of type ApplicationModule not found
SO can anybody help me out for this problem.

Hi Padmaprabodh,
I have included that AM & Page in my project class path but it is still showing the same error that ::
Could not load application module 'oracle.apps.hxc.selfservice.mytimecard.server.MyTimecardsAM'
The application pool (iehibu35.iehibdom.comDEV11571oracle.apps.hxc.selfservice.mytimecard.server.MyTimecardsAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.hxc.selfservice.timecard.server.TimecardPropertyVO of type View Definition not found
I am not getting why all this is happening?? Please suggest me a way out of this.
Waiting for a solution.
Regards

Similar Messages

  • How to open web pages from japplet??

    Hi
    Does anybody know how to open web pages from java japplet??
    Any help is apreciated!
    zick

    the getAppletContext() method of the Applet class will get you an AppletContext, with which you can call the ShowDocument(URL url) or ShowDocument(URL url, String target) method...
    check it out at http://java.sun.com/j2se/1.4/docs/api/java/applet/AppletContext.html
    have a good one :)
    Jay

  • How to open a page  and closing source page in jdev 10.1.3.3

    how to open a page and closing source page in jdev 10.1.3.3.
    for example.
    From page 'A' , we are opening a page 'B' and closing the page 'A'. how this can achived.Please let me know

    Your question is totally not clear?
    What page? a JSF page? A code editor in JDeveloper?

  • How to open another page on the same document in microsoft office 2008

    Hi, can you tell me how to open a page in microsoft office 2008, thanks

    Insert -> Page -> Page Break

  • How to open a file created at the server through form/report at client end

    How to open a file created at the server through form/report at client end
    Dear Sir/Madame,
    I am creating a exception report at the server-end using utl file utility. I want to display this report at the client end. A user doesn't have any access to server. Will u please write me the solution and oblige me.
    Thanks
    Rajesh Jain

    One way of doing this is to write a PL/SQL procedure that uses UTL_FILE to read the file and DBMS_OUTPUT to display the contents to the users.
    Cheers, APC

  • How to send a Pages document to others? The file is too big for emails.

    I want to work the same Pages document with a team. What are the options to be able to send to them to edit back and forth? It's over 25MB and emails don't support large files.

    Personally, if this were my team, I would standardize on Office for Mac 2011 update 14.4.7 (latest) and then everyone would be on the same page, without any of the Pages v5 feature deficit, document incompatibility, and productivity drop trying to make simple things work. The Word documents would be substantially smaller, and have better support for team edits.
    Regarding Pages…
    Is the entire team on Yosemite, and will be signed into iCloud? If so, you can use Yosemite Mail's new Mail Drop feature which can support up to 5GB files. Read about Mail Drop in this article.
    The next challenge is one of file compatibility among Pages users. If you use the default file format (Single File) written by Pages v5.5.1 on Yosemite, it cannot be opened by Pages v5.2.2 or earlier on Mavericks. You must instead, change that File type to Package and save it again. Pages v5.5.1 has File > Advanced > Change File Type, and a choice of Single File (default), or Package. Pages v5 documents originated on Mavericks can be opened in Pages v5.5.1.
    If a member of the team is using Pages '09 v4.3, then any work performed in Pages v5 must be first exported to Pages '09 format. Any functionality used in Pages '09 v4.3 that is not supported in Pages v5 will be filtered out when opened in Pages v5.

  • When creating a multi page document, some of my thumbnails become linked and can't be separated for editing. What am I doing wrong and how do I correct this?

    When creating a multi page document, some of my thumbnails become linked and therefore impossible to rearrange. What am I doing wrong and how do I correct this?

    The pages in sections stick together because the text flows between the pages.
    Insert a section break to isolate pages between sections.
    Now this all works in Pages '09, unfortunately Pages 5 doesn't let you.
    Peter

  • I'm new to ipod touch, 4g and my question is how can i download a contact list other than through facebook etc.

    I'm new to ipod touch, 4g. My questions is how can I download a contact list other than through facebook or yahoo or gmail?

    You can sync the iPod's Contacts app with some other contact programs/mail accounts.
    Just where do you want to get/sync the contacts?

  • How can i connect iphone 4 with other mobile through bluetooth

    how can i connect iphone 4 with other mobile through bluetooth

    You can't. iPhone does not have this feature.
    Some iOS apps will allow you to connect to other iOS devices for peer-to-peer games, or sending photos, but not to other makes of phone.

  • How to open a page from a Form and pass parameters to the form on that page

    I found a similar example on this forum, but it did not work for me:
    declare
    l_names owa.vc_arr;
    l_values owa.vc_arr;
    i number;
    begin
    PORTAL.wwpro_api_parameters.retrieve(l_names, l_values);
    FOR i in 1..l_names.count
    LOOP
    htp.p(l_names(i) || ' ' || l_values(i));
    END LOOP;
    end;
    By using this method i get the parameters for the Form, like the session ID, but not the parameters for the Page that the form is displayed in.
    Another method I tried:
    To open a Form from a Form and pass parameters works fine like this:
    --In the After processing page PL/SQL event.
    declare
    v_id number;
    blk varchar2(10):='DEFAULT';
    Begin
    v_id:=p_session.get_value_as_number (p_block_name=>blk,p_attribute_name=>'A_ID');
    if v_id > 0 then
    htp.formOpen('PORTAL.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=2649500412&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=ID&p_arg_values='||to_char(v_id),'post');
    htp.formSubmit(NULL,'Upload Files');
    htp.formClose;
    end if;
    End;
    But I want to open a Page containing the Form instead of just opening the Form. Is this possible to open a Page and pass paramters to the page, and then let the form inside the Page access the passed paramters. The reason for this is that a Form cannot be based on a page template, or can it? When opening the form i want to keep the left menu, which I can if it is a page based on my template with the left menu.
    Best regards
    Halvor

    Hi,
    You can do this by calling the url of the page with the form. You can then use p_arg_names and p_arg_values to pass parameters. In the called form you can get the value from p_arg_names and p_arg_values and assign it to the form field.
    You can call this code in the success procedure of the calling form.
    declare
    v_id number;
    blk varchar2(10):='DEFAULT';
    v_url varchar2(2000);
    Begin
    v_id:=p_session.get_value_as_number (p_block_name=>blk,p_attribute_name=>'A_ID');
    v_url := <page_url>;
    if v_id > 0 then
    call(v_url||'&p_arg_names=id&p_arg_values='||v_id);
    end if;
    End;
    In the called form in "Before displaying form" plsql section write this code.
    for i in 1..p_arg_names.count loop
    if p_arg_names(i) = 'id' then
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_ID',
    p_value => p_arg_values(i)
    end if;
    end loop;
    This code picks up the value from p_arg_values and assigns it to the form field.
    Hope that helps.
    Thanks,
    Sharmila

  • How to open "old" Pages file on Version 5.2?

    Can't open old Pages document on Ver 5.2; where is Pages '09?

    If you had Pages '09 installed before the first installation of Pages v5, then the former was moved into /Applications/iWork '09 folder. Pages v5 does not support Pages '08, or RTF files, so you will need Pages '09 as an intermediary application. If you don't have Pages '09, or don't know someone who does, then Amazon still offers the iWork '09 application suite on DVD. If you go that route, you will need to apply the Apple iWork 9.3 update after installation.

  • How to open navigate page containing iframe from the iframe context

    Hi,
    I am using jdev version 11.1.1.6.0.
    I have iframe in that i have given source as a url of page. On that page load of iframe page i want to navigate the parent page of iframe to the other page i.e. replace original parent page.
    how can I acheive that.
    When generally I use following method it redirects to that page.
    with url like /faces/oracle/webcenter/portalapp/pages/common/temp.jspx
        public void navigateToUrl(String url) {
            //Redirect to Page with givn url string     
            FacesContext fctx = FacesContext.getCurrentInstance();
            ViewHandler vh = fctx.getApplication().getViewHandler();
            UIViewRoot viewToRender = vh.createView(fctx, url);
            fctx.setViewRoot(viewToRender);
            fctx.renderResponse();
        }but in the page load of fragment page its not redirecting parent page or page in the fragment also .
    So what is work around to naviagate parent pages.
    Any help is appriciated.

    Hi,
    this here doesn't seem to make sense to me:
    I have iframe in that i have given source as a url of page. On that page load of iframe page i want to navigate the parent page of iframe to the other page i.e. replace original parent page.
    So you load a page in an iFrame and on load of this page you want it to replace th eparent page in which it loads. So why don't you directly navigate to that page?
    Frank

  • When i click on the new tab I dont get the google page but some other search engine, how do I change it back to google?

    My home page is the default Google page but when i click on open new tab and it loads some other search engine's site instead. How do I change that back to Google? I've checked for any random add-ons but that doesnt seem to be the problem...

    Does that still happen is you disable the RadioBar Toolbar?
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Is there a way to open new tabs in the home page or some other link?

    When I open a new tab using the "+" symbol I get a blank page. I would like new tabs to open in my home page, or, if possible, a different page, like my favorite web browser, which is what I usually want when I open a new tab.
    Can this be done? I can't find the right preference for it, assuming that's the right place for such an option.

    Nothing beats about:blank in my opinion for clarity and for tab history.
    Here is an extension that does what you asked for, it is VERY large for what you get out it (which to me, what I would get out of it is confusion).
    '''NewTabURL''' :: Add-ons for Firefox (49.2 KB)
    :Select default URL when new tabs are opened: "Blank page", "Home page", ""Current page" or a user defined URL.
    :https://addons.mozilla.org/en-US/firefox/addon/newtaburl/

  • Apple home page and some other sites won't load via Safari.

    Apple home page (and other sites) will not open in Safari.  Randomly, others will, especially those saved as bookmarks.  I've reset Safari, cleared the cache, verified the DNS - no luck.  Wifi works fine for other devices.  Mac OS 10.5.8/Safari 5.0.6.  Any suggestions?

    Safari/Preferences/Advanced - enable the Develop menu, then go there and Empty Caches. Quit/reopen Safari and test. Then try Safari/History/Show History and delete all history items.  Quit/reopen Safari and test. You can also try try Safari/Clear History and Web Site Data. The down side is it clears all cookies.Doing this may cause some sites to no longer recognize your computer as one that has visited the web site.

Maybe you are looking for

  • Assigned To column not working in the quick search of a list

    Hi, I have a list where we have a column called Assigned To, but it is a single line of text column type. Search is working since I am able to find other values in the list. Now, when using the quick search, it is not working or showing results in th

  • Java.lang.NullPointerException at org.apache.struts.taglib.tiles.InsertTag

    I am using tiles with JSF. my starting page is template.jsp which is like this.. <f:view> <f:subview id="header"> <tiles:insert attribute="header" flush="false"/> </f:subview> <f:subview id="menu"> <tiles:insert attribute="menu" flush="false"/> </f:s

  • Audio to Text converter

    Is there any free programs that will convert wave,mp3 to text my wife records her teacher and puts it on the computer but would like to convert to text in office

  • How to check CRL validity Period before doing CA Migration ?

    Hi ALL, I am performing a CA migration so for doing that my first step is to Check that CRLs have a validity period that extends past expected migration duration So can any one please let me know how can I check the CRLS validity period ?? If not, pu

  • BC4J/JSP: Missing navigation values in table tag

    We are using BC4J view objects, overriding the native functionality of the view object to call PL/SQL APIs plus JSPs with UIX/Cabo tags to render output for BC4J. Within the JSP the dataSource/view object rangesize is set to 6 and we are using the ta