Problem trying to access Detail VO via View Link  - Req/Distributions

Hi,
I'm attempting to access a detail VO using a View Link accessor. I'm not sure if I'm approaching this the right way, but here is what I am doing:
oaAcctVORowImpl = (PoRequisitionLinesVORowImpl)aaAcctVO.getRowAtRangeIndex(q);
RowIterator distRS = oaAcctVORowImpl.getPoReqDistributionsVO();
No rows are returned although I am expecting rows.
The getPoReqDistributionsVO is the accessor method of the Destination on the View Link (i.e. the detail VO).
under oracle\apps\icx\por\req\server
Any ideas would be greatly appreciated!
Thanks,
Teri

The VO's and VL's are part of the OA framework - i.e. they were pre-generated.
Here's the VL xml contents:
<?xml version="1.0" encoding='windows-1252'?>
<!DOCTYPE ViewLink SYSTEM "jbo_03_01.dtd">
<!-- $Header: ReqLineToDistributionsVL.xml 115.0 2003/08/26 23:04:58 rileung noship $ -->
<ViewLink
Name="ReqLineToDistributionsVL"
EntityAssociation="oracle.apps.icx.por.schema.server.ReqLineToDistributionsAO" >
<DesignTime>
<Attr Name="_isCodegen" Value="true" />
<Attr Name="_version" Value="9.0.3.11.3" />
</DesignTime>
<ViewLinkDefEnd
Name="PoRequisitionLinesVO"
Cardinality="1"
Owner="oracle.apps.icx.por.req.server.PoRequisitionLinesVO"
Source="true" >
<AttrArray Name="Attributes">
<Item Value="oracle.apps.icx.por.req.server.PoRequisitionLinesVO.RequisitionLineId" />
</AttrArray>
<DesignTime>
<Attr Name="_minCardinality" Value="1" />
<Attr Name="_isUpdateable" Value="true" />
<Attr Name="_finderName" Value="PoRequisitionLinesVO" />
<Attr Name="_accessor" Value="false" />
</DesignTime>
</ViewLinkDefEnd>
<ViewLinkDefEnd
Name="PoReqDistributionsVO"
Cardinality="-1"
Owner="oracle.apps.icx.por.req.server.PoReqDistributionsVO" >
<AttrArray Name="Attributes">
<Item Value="oracle.apps.icx.por.req.server.PoReqDistributionsVO.RequisitionLineId" />
</AttrArray>
<DesignTime>
<Attr Name="_isUpdateable" Value="true" />
<Attr Name="_finderName" Value="PoReqDistributionsVO" />
<Attr Name="_accessor" Value="true" />
</DesignTime>
</ViewLinkDefEnd>
</ViewLink>

Similar Messages

  • Master/Details Relationship using View Links is not not population data

    Hi,
    I have problem in generating proper data in master/detail relationship using view links passing three parameters between two custom tables can guide me the steps and process how i will able to generate and acheive this requirement.
    very urgent
    Please suggest me

    Without further details, I'd suggest reviewing the following Section of the Fusion Developers Guide:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/web_masterdetail.htm#ADFFD758
    I've done this many times without issue.

  • When I use the CTUOnline site, the IM window will not open, and the Outlook mail frequently crashes. I do not have these problems if I access the site via Safari. I am using a Mac OS 10.4.11.

    I am teaching an online course through CTUOnline. I use a Mac OS 10.4.11. When I access the site thru Firefox, the IM chat window just says "Loading" but never loads. My campus mail, which is accessed through Outlook, frequently boots me out. I must copy and save every message, because I cannot predict when it will go through and when I will be thrown out. I have set my Preferences to allow pop-ups from ctuonline.edu and from campus.ctuonline.edu. I do not have these (connection?) problems when I access the site through Safari.
    == URL of affected sites ==
    https://campus.ctuonline.edu/MainFrame.aspx?ContentFrame=/Default.aspx

    I am teaching an online course through CTUOnline. I use a Mac OS 10.4.11. When I access the site thru Firefox, the IM chat window just says "Loading" but never loads. My campus mail, which is accessed through Outlook, frequently boots me out. I must copy and save every message, because I cannot predict when it will go through and when I will be thrown out. I have set my Preferences to allow pop-ups from ctuonline.edu and from campus.ctuonline.edu. I do not have these (connection?) problems when I access the site through Safari.
    == URL of affected sites ==
    https://campus.ctuonline.edu/MainFrame.aspx?ContentFrame=/Default.aspx

  • Advance Table in advance table via view link

    Hi All,
    I have implemented advance table in advance table to show details region data by creating View Link between master and child View Object.
    I have followed all the steps mention in following link
    http://oracleanil.blogspot.com/2010/06/advanced-table-in-advanced-table-via.html
    Now when I am using child VO in details table region it is giving me null pointer exception.
    Please Help.
    Regards,SHD

    Any Clue?

  • DetailVO via View Link Results in "No Results Found"

    I have a MasterVO with two detail VO's; Detail1VO and Detail2VO.  A page contains an advanced table region bound to the MasterVO with a detail region bound to Detail1VO and another advanced table region as a sibling of the MasterVO advanced table region bound to the Detail2VO.  The data is displayed as expected for the MasterVO and Detail1VO but the region bound to Detail2VO displayes "No results found".
    The AM tester form shows that all of the relationships work as expected.  So I see the Detail2VO data as it relates to the MasterVO data.  It's just in the page where the Detail2VO data is not displayed.
    Does anyone know why the Detail2VO would not display the associated MasterVO data?  It seems to me it may have something to do with the page components since it works as expected in the AM test form.  Does a detail bound advanced table region always need to be placed in an advanced table's detail region?
    Thank you

    Thank you for your response to my request for help.  However, I'm not sure I understand your directions.  Are you saying that for the second detail VO table region I should set the properties for Detail View Attribute and View Link Instance?  Or are you saying that I need to ensure that these properties are set on the master table region which is where they are presently both set.  But both of my detail VO table regions only have their View Link Instance property set and do not have their Detail View Attribute property set while the Master VO table does have its Detail View Attribute property set.  But the Master VO can only have one detail table.
    What I have done so far to provide both sets of detail records tied to the master is to create a new region for the second detail table that is outside of the master table's advanced table bean.  Since OAF is not providing the records in the detail table that is defined outside of the master VO advanced table I have manually defined the logic to query the second detail VO in the page's controller.
    Here is the page layout.  Hopefully the formatting remains.
    PageLayoutRN
      |
      |--MainRN
          |
          |--MasterVO advanced table
          |
          |--advanced table components
              |
              |--detail
                  |
                  |--Details1RN
                      |
                      |--Detail1VO advanced table
             |
             |--tableSelection
                 |
                 |--selectMaster
          |
          |--Detail2RN
              |
              |--Detail2VO advanced table
    Thank you

  • Error in trying to access my FORM via browser

    Hi, I am new to Oracle Application Development, as a starter I created a sample form in Form builder and compiled it, let say TESTFORM.fmx
    I have placed this file in [ C:\DevSuiteHome_1\forms ] as my default location in "default.env" file is this only.
    Then I created a tag in "formsweb.cfg" as:
    #ETA Report
    [TESTFORM]
    envfile=default.env
    form=TESTFORM.fmx
    userid=i-----r/i----r@xii
    widith=1500
    height=600
    imagebase=codbase
    archive_jini=frmall_jinit.jar,colorpicker.jar,keyfilter.jar,my_icons.jar
    archive=frmall.jar
    When I try to access it via my browser [IE6] by going to link: http://pptaw0054.lotte-ppta.com:8889/forms/frmservlet?config=TESTFORM
    A grey box of 1500x600 is shown with an error shown in the center: java.lang.ClassNotFoundException: oracle.forms.engine.Main_
    Can anyone please help me out with the problem.
    Thankyou!

    Hi Check these -
    1. Check these URL's are working
    http://pptaw0054.lotte-ppta.com:8889/forms/frmservlet
    http://pptaw0054.lotte-ppta.com:8889/forms/lservlet
    2.If Webutil installed? Then do proper configuration for "WebutilArchive"
    WebutilArchive=frmwebutil.jar,jacob.jar
    3.If Jinitiator is used,check if all corresponding jar files are downloaded onto user machine.Because all required class as shown in the error are there in jinitiator jar files.Also check all jar files that you have mentioned in archive_jinit are downloaded onto user machine.
    DO like this if using webutil archive_jini=frmall_jinit.jar,colorpicker.jar,keyfilter.jar,my_icons.jar,frmwebutil.jar,jacob.jar
    4.Enable all activex settings of your browser and do a proxy bypass setting in the browser as well..
    5. Check if you have download rights for downloading JAR files mentioned in archive_jini
    Edited by: anandk on Jul 24, 2012 1:18 PM

  • Trying to access remote switch via VLAN1 (which is shutdown)...

    We were trying some things to get multiple VLANs to pass through some wireless bridges. In the confusion, we have misconfigured the port and locked ourselves out of the far switch, lol. The local switch has VLAN1 (default), VLAN2 (data), and VLAN3 (voice). None of the VLANs are shutdown and the switch has an interface for both VLAN2 and VLAN3. The remote switch also has VLAN1, VLAN2, and VLAN3 (and it has an interface for VLAN2 and VLAN3). However, VLAN1 is shutdown. The port used to connect it to the local switch has always been using VLAN2. In the midst of some changes, that port got changed to VLAN1 :(  We can no longer access the remote switch at all. It does still show up in cdp neighbors on the local switch (although it says VLAN1 mismatch). Is there anyway we can get back into the remote switch without having someone go on site and perform a power cycle? Thanks.

    Here is the email from Planet Networing:
    About your inquiry:
    I have two WNAP-6305 bridges connecting two Cisco switches. The Cisco switches are configured for trunking, but only one VLAN is being passed through the bridges. Every other bridge that I've worked with will allow all VLANs to pass through. Is there a way to allow that with these units?
    Answer:
    The WNAP-6305’s SDK didn’t support tagged VLAN, so only the default VLAN can be passed through the WDS bridge.
    We’ll suggest you use WNAP-6350.

  • Getting an "uncaught exception" error when trying to Scan a document via D-Link DPR-1260 print sever (worked in prior versions of Firefox)

    I'm using the interface (Firmware V1.24) on a D-Link DPR-1260 Print Server, connected to an Epson Printer/Scanner. When I hit the "Scan" button, I get an "uncaught exception" error. This firmware has been working for years (at least back to Firefox 3.x), but no longer works with Firefox V6.0

    Nothing really, but... The firmware runs in a web browser. It's been working fine for years and no longer works since I got the latest version of Firefox. It does, however, still work in IE (V9) so I do have a way to use my existing hardware.
    I tried D-Link and Google search for any information about this, but came up empty. I was hoping that there might be similar problems with other software with Firefox 6.0.2 and someone might have a work-around or there might be a patch coming soon. At the very least, someone associated with Firefox might be interested that they've apparently broken something that used to work.

  • Error in Creating Advance table within Advanvce Table via view link

    Hii all,
    i hve created a Advance table within Advanvce Table as given in the developer guide using the Detail functionality of the advance table
    im facing the following error................
    ## Detail 0 ##
    java.lang.NullPointerException
         at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.updateInnerTableProperties(OAAdvancedTableHelper.java:1752)
    i hve done all the steps as suggested by gurus to implement this Master Detail functionality. Pl help me out if any one had implemented it
    thanks in advanve
    Pranav

    Hi Reetesh,
    thanks for the reply...
    I hve already created a transient attribute in Master VO attached to the outter advance table and had set this attribute in detail attribute property of outter
    advance table. But im facing the same error.
    I u hve implemented this pl let me know the correct steps
    thanks
    Pranav

  • I keep trying to access my mail but MAIL keeps rejecting my password. I am an AOL user. Please advise?

    I keep trying to access my mail via the MAIL icon on my MacbookPro but it keeps rejecting my password. It worked find an hour ago but all of a sudden it won't work. I tried deleting the acct and re-adding it but still the same problem. The odd thing is I can send no problem.
    I am an AOL user and am entering it correctly but it keeps rejecting  I can access my acct via aol no problem
    Okay now it's effecting my Iphone and Ipad accts.
    Please advise?

    So far as I can tell this is a server overload problem and Apple is working to fix things. I have had the same thing all morning and just now it cleared up, though not with AOL, but my iCloud mail. I was, of course, typing in the correct password, so the error message one keeps getting is very misleading, as the rejection has nothing to do with the PW. I think if we are all patient things will straighten out through the day. My mail is okay as of noon, crossing my fingers, but at least it is nothing I did wrong.

  • An error occurred when trying to access the service

    I'm asking myself why I purchased a one year subscription to Adobe Reader to convert PDF files to Doc files, when it NEVER WORKS and no one seems to be able to help me!!! I am on a Mac Book Pro with Yosemite (don't upgrade it slows your Mac badly) and whenever I try to convert a pdf to a doc I get 'an error occurred when trying to access the service', can anybody help me please?

    Hi Cedric,
    The customer service number is 800833687
    The direct link for chat support is: http://adobe.ly/19llvMN
    You need to click on 'Still need help' to initiate the chat session.
    Are you getting this error: "an error occurred when trying to access the service" while trying to access the service via Reader.
    Try using the link: https://cloud.acrobat.com/exportpdf sign in with your Adobe ID and try to convert a pdf to doc and check if that works for you.
    Reards,
    Rave

  • Error 503 when trying to access UTube

    Greetings,
    I am having a problem trying to access sites that have audio/video on my Verizon 8130, can someone point me in the right direction in correcting this problem.
    Thx Glenn

    Source: KB04828
    ProblemWhen attempting to open a web page using the BlackBerry® Browser, the following error message is displayed:
    HTTP Error 503: Service Unavailable
    The server is currently unable to handle your request due to a temporary overloading or maintenance of the server. Please try loading a different page. Contact your service provider if this problem persists.
    CauseThis issue can be caused by one of the following:
    The BlackBerry® Mobile Data System (BlackBerry MDS) is not turned on for the BlackBerry Enterprise S...
    The web site that the BlackBerry smartphone user is attempting to access is not available. For examp...
    Typing an incomplete Uniform Resource Locator (URL) will cause an error when attempting to browse th...
    The default browser configuration is set to an incorrect browser.
    ResolutionComplete the appropriate resolution for your cause.
    Cause 1The BlackBerry Mobile Data System (BlackBerry MDS) is not enabled for the BlackBerry Enterprise Server and the BlackBerry smartphone user account.
    Resolution
    Enable the BlackBerry MDS Connection Service for the BlackBerry Enterprise Server by completing the following steps:
    Click the Server Configuration tab.
    Expand Service Control & Customization.
    Click BlackBerry MDS Connection Service.
    To enable the BlackBerry Mobile Data System for the BlackBerry smartphone user account, follow these steps:
    Click the User Configuration tab.
    Select the BlackBerry smartphone user account.
    Expand Service Access and click Enable Connection and Collaboration Services.
    Cause 2The web site that the BlackBerry smartphone user is attempting to access is not available. For example, the proxy server is not configured to allow access to that web site.
    Resolution
    On the Proxy tab of the Mobile Data Service Properties window, set a Proxy Mapping exception. For instructions, see the BlackBerry Enterprise Server 4.1 System Administration Guide.
    Cause 3Typing an incomplete Uniform Resource Locator (URL) will cause an error when attempting to browse the Internet.
    ResolutionEnsure that the complete URL has been typed, including the domain. For example, www.blackberry is an incomplete URL. www.blackberry.com is the correct address.
    Cause 4The default browser configuration is set to an incorrect browser.
    ResolutionConfigure the Default Browser option using the correct browser.
    On the BlackBerry smartphone, open the BlackBerry Browser application.
    Display the menu and select Options.
    Click General Properties.
    Click Default Browser and select BlackBerry Browser.
    Display the menu and select Close.
    tanzim                                                                                  
    If your query is resolved then please click on “Accept as Solution”
    Click on the LIKE on the bottom right if the post deserves credit

  • I purchased the Adobe PDF Pack but it won't allow me to convert any files to pdf or combine multiple files to into 1 pdf form. It keeps saying "Error occurred while trying to access the file". WHY

    I purchased the Adobe PDF Pack for $7.50/month (or $89.99/yr) but it won't allow me to convert any files to pdf or combine multiple files into 1 pdf form. It keeps saying "An error occurred while trying to access the service". WHY is this happening & How can I fix it?

    Hi hpmg,
    It seems you are trying to access the service via Adobe Reader. Make sure you are signed in with your Adobe ID. Is Reader updated to the latest patch v 11.0.09?
    It might be possible that a firewall or antivirus might be breaking the connectivity from Reader to the server.
    Try accessing the service from the browser: https://cloud.acrobat.com/exportpdf  and check if that works for you.
    Regards,
    Rave

  • I can't access my email via mobile me from my husbands ipad

    I'm trying to access my email via mobile me from my husbands iPad, but every time I try to sign on with my user id I just get a screen offering me to "find this iPad" or for him to set up for mobile me. It won't allow me to sign in to my own account.  Any ideas?
    Thanks for any help, Sally

    You can't access the MobileMe website from an iPad (using safari or other browser). You use the various built-in and downloadable apps to access all your MobileMe data.  This includes the email app.

  • Changing fields in form opened in query mode via a link from a report

    I have a summary report which allows me to access a form via a link: The form opens up with its fields populated with the corresponding record from the report.
    Can additional code be added to the after displaying page section of the form such that some of the fields can be assigned with different values from those in the original record? If so, can anyone offer some sample code for this?

    Hi,
    You can access and set the values of the columns in forms by using certain apis. All the columns in the form are available in the session which can be accessed and set.
    Sample Code
    declare
    flightno number;
    ticketno varchar2(30);
    tdate date;
    persons number;
    blk varchar2(10) := 'DEFAULT';
    begin
    flightno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHT_NO');
    ticketno := p_session.get_value_as_varchar2(
    p_block_name => blk,
    p_attribute_name => 'A_TICKET_NO');
    tdate := p_session.get_value_as_date(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE');
    persons := p_session.get_value_as_number(
    p_block_name => blk,
    p_attribute_name => 'A_NOF_PERSONS');
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_FLIGHTNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TICKETNO',
    p_value => to_char(NULL)
    p_session.set_value(
    p_block_name => blk,
    p_attribute_name => 'A_TRAVEL_DATE',
    p_value => to_char(NULL)
    end;
    The above code sets and gets value of the form fields. The form field is accessed by prefixing "A" to the form column name. For example if the column name is "DEPTNO" then to access or set value to it you should refer to the session variable "A_DEPTNO".
    Thanks,
    Sharmila

Maybe you are looking for

  • Boot Camp Assistant thinks I'm booting from an external (not the case!)

    OK, long story short, I had Vista installed via boot camp, I'm going back to XP now. Problems arose and Boot Camp refused to let me restore the partition in order to start over. Here's what I did. I completely wiped the three drives I have installed

  • Select point on chart and retrieve more than just data

    var ShiftChart = document.FR_Runtime_ShiftHistory.getChartObject(); var selDate = ShiftChart.getYDataValueAt(1,ShiftChart.getLastSelectedPoint()); alert(selDate); When dealing with a grid I can find the select cell value of column 1 or whatever colum

  • New flash update could not be initiated

    hi guys my youtube doesnt work anymore, just a black screen, no loading, nothing i thought it could be of my old flash player version but i wasnt able to initiate and download the update even if i shut down my security progs for a while... same probl

  • Editing a secured document

    When I save my form's central document as a PDF. It will not let me edit. A pop up tells me This is a secured document. Editing is not permitted. What do I do to allow editing?

  • Show Loggedin Username using inline expression

    Hi All, I want to display loggedin user display name using inline expression not with the use of javascript nor jquery nor code side. I tried with this but its not working. <%# SPContext.Current.Web.CurrentUser.LoginName.ToString()  %> If you have an