VO substitution limitation on subtab region

Hi,
i have substitutate a seeded vo in a region which is last subtab region. Vo is never loaded. Moving this last subtab to first tab fix this issue.
what are the possible alternate to overcome this and keep the subtab in the last region.

Mahendra,
If Vo sustitution does not work, 1 possible work around is to extend CO of the page and make a custom VO. Attach the custom VO to to the subtab region items programatically.It will overide any VO attached to the subtab region items declaratively.
--Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • SubTab region under Query Region not consistent

    Hi,
    I have to query a table with 10 columns.Insted of showing all 10 columns in a horizontally scrollable page ,I am trying to show 5 columns in a subTab and other five in 2nd subtab.
    I created a 'Query' region with ACC , under that created a SubTab region with 2 stacklayout .Each Stack layout have its own result table(with same VO) with the Data columns I need to display.
    The problem is when you switch between Subtabs, the 'SubTab2' queries all records. SubTab1 always looks at query criteria and queries only that meets the criteria.
    'SubTab2' queries correct records only when u select 'subtab2' and the press 'GO' button in search panel. If u then press 'SubTab1' and agian 'SubTab2' , it will query all records.
    Why is 2nd subtab behaving this way , any thoughts ,suggestions on how to over come this?
    Thanks
    Sudeep

    Hi Tapash,
    There was no code under formrequet , however I was able to overcome it by setting a new controller and using code following to render the whole web bean initially.
    setAttributeValue(MODE_ATTR, SUBTAB_FORM_SUBMISSION_MODE);
    Thanks
    Sudeep

  • Query stats substitution strings on IR region

    Hello,
    Are the query stats substitution strings, like #ROWS_FETCHED#, #TOTAL_ROWS#, #FIRST_ROW_FETCHED# and #LAST_ROW_FETCHED#, should be active in an IR region?
    Currently, it seems they are not active, and I’m asking if it’s intentional or a bug.
    Thanks,
    Arie.

    Hi Marco,
    Thanks on your reply, and the enhancement request.
    In the meantime, can you think of a work around? I’m trying to derived a row (serial) index on a paginated view, using ROWNUM. In classic report, you can subtract the current ROWNUM from the #FIRST_ROW_FETCHED#.
    Thanks,
    Arie.

  • Pass substitution variable to a region source

    Hi, I am trying to show an oracle report in a region. I was able to display it using javascript popupurl , in a seperate window. But, now I need to display it in the region. I want to pass the &Reports_url to region source, instead of writing the whole url as 'https://host.portname.....' IS it possible? Can anyone please give me some help?
    Thanks in advance,
    Regards,
    Suma.

    Check the header you create in the download procedure. Here's my download procedure:
      PROCEDURE download_file
        ( p_docid IN NUMBER,
          p_sessionid IN NUMBER,
          p_personsystemid IN NUMBER,
          p_pageid IN NUMBER,
          p_attachment IN VARCHAR2 DEFAULT 'Y'  )
      IS
        session_expired EXCEPTION;
        invalid_session EXCEPTION;
        PRAGMA EXCEPTION_INIT( session_expired, -20101 );
        PRAGMA EXCEPTION_INIT( invalid_session, -20100 );
        l_mime VARCHAR2(48);
        l_length NUMBER;
        l_filename VARCHAR2(400);
        l_doc BLOB;
        l_attachment VARCHAR2(1) := p_attachment;
      BEGIN
        p_login.validate_session( p_sessionid );
        IF p_security.check_page_access( p_personsystemid, p_pageid ) = FALSE THEN
          htp.p( '<b>You do not have access to this document</b>' );
        ELSE
          SELECT mime_type, doc_size, doc_name, doc_blob
          INTO l_mime, l_length, l_filename, l_doc
          FROM doc_tab
          WHERE docid = p_docid;
          owa_util.mime_header( NVL( l_mime, 'application/octet' ), FALSE );
          htp.p( 'Content-length: ' || l_length );
          IF p_attachment = 'Y' THEN
            htp.p( 'Content-Disposition: attachment; filename="' || SUBSTR( l_filename, INSTR( l_filename, '/' ) + 1 ) || '"' );
          ELSE
            htp.p( 'Content-Disposition: filename="' || SUBSTR( l_filename, INSTR( l_filename, '/' ) + 1 ) || '"' );
          END IF;
          owa_util.http_header_close;
          wpg_docload.download_file( l_doc );
        END IF;
      EXCEPTION
        WHEN no_data_found THEN
          htp.p( '<B>Document Not Found</B>' );
        WHEN session_expired THEN
          htp.p( '<B>Your session has expired</B>' );
        WHEN invalid_session THEN
          htp.p( '<B>Invalid Session ID</B>' );
      END download_file;Look at the part starting with IF p_attachement = 'Y' THEN
    chet

  • ISE RBAC, limiting data to regional admins

    Hey all, I was playing around a little bit with the local RBAC. The config is fairly straightforward in limiting access to menus and works like a champ. However I'm struggling a little bit with limiting access to data. Here is the strategic goal:
    Create local site users that can only look at the 'operations' menu. Limit what appears in the data fields to only things from their particular sites, so that only authentications from the site show up for instance.
    Here is what I tried to do:
    Created a network device group for the site under 'all locations'
    Created a Data access permission with:
         Site group->Full Access
    Created an admin access policy with the following rule:
         If Admin Groups=Site Then Permissions=Menu-Helpdesk Admin (operations only) and Data-Site group access
    Created admin group for the Site
    Created a user and assigned it to the Site admin group
    When I log in it's limited to the operations menu as expected. However I can view all authentications, it isn't limited to auth that happened on the location WLC I defined.
    Now that was just a guess on how to limit the info based on my logic. So, if anyone knows how to limit this let me know, thanks!

    Please refer "Role-Based Permissions" from
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/user_guide/ise_user_guide/ise_man_admin.html#62254
    Data Access Name
    RBAC Group
    Permissible Admin Groups
    Permissible Network Device Groups
    Super Admin Data Access
    Super Admin
    Admin Groups
    User Identity Groups
    Endpoint Identity Groups
    All Locations
    All Device Types
    Policy Admin Data Access
    Policy Admin
    User Identity Groups
    Endpoint Identity Groups
    None
    Identity Admin Data Access
    Identity Admin
    User Identity Groups
    Endpoint Identity Groups
    None
    Network Admin Data Access
    Network Device Admin
    None
    All Locations
    All Device Types
    System Admin Data Access
    System Admin
    Admin Groups
    None
    RBAC Admin Data Access
    RBAC Admin
    Admin Groups
    None

  • "Save Search" button displays above SubTab region for QueryRN

    I've created a subTab layout and on the first tab, a QueryRN with resultsBasedSaearch, I've enabled simple, views, and advanced panels. The QueryRN is on the first tab, I have other details on the subsequent tabs.
    The "Save Search" button displays above the subTab bean. This means that when I navigate to another subTab, I still see "Save Search".
    Can I move this button declaratively? or do I need to show and hide it with controller code?
    thank you,
    Jerry.

    hmm. the other tabs do not have query beans. It seems this button defaults to a page level button even though I do not have a page level button layout. btw, I'm using the OASubTabBarBean declaratively.
    --Jerry.                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Purchasing contents from iTunes limited to my Region/Locale

    my apple account is created/registered in the Asia Pacific Region. I recently bought an iPad2 and got disappointed after trying to buy contents from iTunes. apparently, Music and Videos are only available in the iTunes USA store. I was able to view contents in iTunes USA but when I wanted to purchase the item/content, the system would prompt that I am not allowed to make any purchases. I already purchased a few items in my region and its OK. This is my first time with an apple product and I'm just figuring out my way around.

    "No, this is not the way it is"
    Yes it is.
    "There is no business in the world that restrict me from buying, except itunes. So, why is this so?"
    In order for Apple to get licensing rights for iTunes store items, they had to agree to copyright restrictions by the copyright owners.
    For Amazon, it is up to the purchaser (you) to ensure you follow local laws.
    -> http://www.amazon.com/gp/help/customer/display.html/ref=hp_nodeid_596184_restric t?nodeId=596184&#restrict
    Customs, Duties, and Taxes
    You are responsible for assuring that the product can be lawfully imported to the destination country. When ordering from Amazon.com, the recipient is the importer of record and must comply with all laws and regulations of the destination country. Orders that are shipped to countries outside of the United States may be subject to import taxes, customs duties and fees levied by the destination country. The recipient of an international shipment may be subject to such import taxes, customs duties and fees, which are levied once a shipment reaches your country. Additional charges for customs clearance must be borne by the recipient; we have no control over these charges and cannot predict what they may be. Customs policies vary widely from country to country; you should contact your local customs office for further information. When customs clearance procedures are required, it can cause delays beyond our original delivery estimates."

  • Need to use SubTab Layout

    Hi folks,
    We needs to use a subtab layout in a page and in that few of the subtab may contain external region.So tabs are not rendered correctly.Is there any limitation for subtab while external region are connected to it.Kindly guide us to proceed
    Thanks in Advance

    And you will have to be physically in the UK, if you are referring to that iTunes Store. You cannot use any iTunes Store from outside of its country.
    If you mean that you wish the French iTunes Store to appear in English, sorry, but that's not possible.
    Regards.

  • Trying to add a new region to an Oracle seeded page

    Hi,
    I have a requirement in my project where I have to add a sub tab region to standard OAF page. I have created an independent region for the same and using XML importer loaded the page on server.
    Through personalization, I am trying to add region of stack layout in subtab region of the standard page. I get the following error while trying to do so:
    Error
    Extends: Invalid value: /sspn/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN: the reference may not exist. (oracle.adf.mds.MetadataDefException: Unable to find component with absolute reference = /sspn/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.)
    Do i need to create a controller for this region as my intention was just to first see the layout on screen and then add the controller later. Anybody who has encountered similiar error, please help.
    Regards
    Swati

    Yes I have bounced the Apache.
    I have also imported the xml file using the following command:
    java oracle.jrad.tools.xml.importer.XMLImporter /shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN.xml -username apps -password <apps_pwd> -dbconnection "(description=(address_list=(address=(protocol=tcp)(host =chelan.stl.mo.boeing.com)(port=1568)))(connect_data=(sid=ODEV1)))"
    It gave the output in command prompt as:
    Importing file "/shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN.xml" as "/oracle/apps/po/document/agreement/webui/SSPN_SiteRegBpaRN".
    Please let me know if tha above command is correct or not. Also the xml file should be kept in which path
    in /shapp001/applmgr/ODEV1/apps_st/comn/java/classes/sspn/oracle/apps/po/document/agreement/webui
    or
    /shapp001/applmgr/ODEV1/apps_st/appl/sspn/12.0.0/xml/oracle/apps/po/document/agreement/webui
    Edited by: 862896 on Jun 1, 2011 8:06 AM

  • Customization/personalization Issue hidding oaf "subTabs"

    Hi Gurus,
    I have problem with this oracle applications customization, I have an OASubTabLayoutBean, depending to the input params, I have to show/hide some subTabs, in another projects I just have to do:
    OASubTabLayoutBean tab = (OASubTabLayoutBean)pageContext.getPageLayoutBean().findIndexedChild("MySubTabLayout");
    tab.hideSubTab(0, true); // hide
    tab.hideSubTab(1, true); // hide
    tab.hideSubTab(2, false); // show
    tab.hideSubTab(3, true); // hide
    But this doesn't work right now, I ran the application and the result is just the page shows all the subTabs without showing any error on the Log, and when it debug it, execute the command lines fine.
    what can i do to force to hide these subtabs regions? please help me
    Best Regards,
    Mentor
    here's my code:
    Note:
    Like I said before, this is an OAF customization, so as you can see on the processrequest this one is extending from the original controller
    /*===========================================================================+
    |   Copyright (c) 2001, 2005 Oracle Corporation, Redwood Shores, CA, USA    |
    |                         All rights reserved.                              |
    +===========================================================================+
    |  HISTORY                                                                  |
    +===========================================================================*/
    package xxdi.oracle.apps.eam.toolbelt.webui;
    import oracle.apps.eam.toolbelt.webui.WorkOrderDetailsPGCO;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAViewObject;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.webui.beans.layout.OASubTabLayoutBean;
    import oracle.jbo.Row;
    * Controller for ...
    public class XxdiWorkOrderDetailsPGCO60 extends WorkOrderDetailsPGCO
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
         OAApplicationModule am = pageContext.getApplicationModule(webBean);
          OAViewObject voWOCreateUpdateVO = (OAViewObject)am.findViewObject("WorkOrderDetailsVO");
          String rowStatus = "";
          if (true) {
              if (true) {
                  Row row = voWOCreateUpdateVO.getRowAtRangeIndex(0);
                  if(true)
                    pageContext.putSessionValue("AssetGroup",row.getAttribute("AssetGroup").toString());
                    rowStatus = row.getAttribute("SystemStatus").toString();
                    if ("4".equalsIgnoreCase(rowStatus))
                        HideOptions(pageContext, webBean);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
        private void HideOptions(OAPageContext pageContext, OAWebBean webBean) {
            OASubTabLayoutBean tab = (OASubTabLayoutBean)pageContext.getPageLayoutBean().findIndexedChild("WorkOrderSubTabs");
            tab.hideSubTab(0,true);
            tab.hideSubTab(2,true);
            tab.hideSubTab(3, false);
            tab.hideSubTab(1, true);

    You're in the wrong forum. Is this better suited here OA Framework ?
    Thanks
    -Jorge

  • Retaining values when navigating between subtabs

    Hello everyone
    I have a subtab region with 3 tabs in my page. I have some form fields in each tab, when I enter some details in tab1 and click tab2, and then come back to tab1 , my details previously entered in tab1 gets cleared. is there a way to retain these values when navigating between subtabs. all the tabs are based on different VO's
    Thanks
    Ravi

    Here's how I do it...
    (1) I always use Sessions.  In the main form of my application, I set up the session and I store a single variable:  Session.Exists = True.  All other forms begin something like this:  (It's actually an include-file.)
    <cflock ...>
    <cfset SessionExists = StructKeyExists(Session, "Exists")>
    </cflock>
    <cfif NOT SessionExists>
       <cflocation ... send 'em back to the home 'cuz their session has expired>
       <cfabort>
    </cfif>
    (2) Now that we know that a session exists, we store various structs in the Session to contain the default or current values that have been used in a particular form.  If the Session scope does not contain a particular struct, it is automagically created with appropriate default values.)  This becomes "what we display," and when we capture the user's responses, we store them there, even before we validate them.  The session pool therefore becomes the vehicle for communication between the various forms.
    (3) If we reach a point where a particular piece of information is no longer useful, we delete the appropriate structure from the Session, thereby wiping out the entire set of values at once.
    (4) Structs and Arrays can, of course, contain other Structs and Arrays.  You can build data structures of arbitrary complexity.
    (5) As of late, I have found myself specifying individual CFCs for each logical "object" in my application.  This is true object-oriented programming, as best as ordinary CFC techniques can do without plunging headlong into the underlying nether-world of Java.  In those CFCs, I deliberately try to conceal just how information is maintained and stored, so that these necessary inter-dependencies within my application are concentrated in just one place.  "The structure is 'the object,' and the methods are found 'here and only here.' "

  • HTML Region

    Hi,
    I have an APEX application that uses some HTML regions to display help text and other types of messages for the user.
    I realize I can enter HTML code to give color and other text formating. This is a great feature.
    My question is: can I use items that are on the form inside the HTML?
    For example, I have a hidden field that would be nice to see inside the HTML region. Is this possible?
    Here is what I tried to do and id didnt work:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title></title>
    <style type="text/css">
    .style1
    font-size: larger;
    color: #0000FF;
    .style2
    color: #3333CC;
    font-size: xx-large;
    </style>
    </head>
    <body>
    <p class="style2">
    <strong>:*P65_CLM_ENR_ACC_MANAGER*</strong></p>
    </body>
    </html>
    I'm not getting the value for :=P65_CLM_ENR_ACC_MANAGER, instead, it shows up in the region as ":=P65_CLM_ENR_ACC_MANAGER"
    Any help would be appreciated :)

    *ALWAYS post code wrapped in <a href="http://wikis.sun.com/display/Forums/Forums+FAQ#ForumsFAQ-Arethereanyusefulformattingoptionsnotshownonthesidebar%3F">wrapped in <tt>\...\</tt> tags</a> to preserve formatting and stop the forum software from interpreting HTML/CSS/JavaScript.*
    I realize I can enter HTML code to give color and other text formating. This is a great feature.Use HTML to structure the document; CSS to provide "color and...formating".
    <li>, and elements cannot appear in a region<tt>html</tt>, <tt>head</tt> and <tt>body</tt> elements cannot appear in a region: they can only appear once in a document and will almost certainly already be components of the page template.
    <li>runatThere is no <tt>runat</tt> attribute.
    <li>Re: Placement of APEX_CSS.ADD_FILE in HTML, <tt>style</tt> and <tt>link rel="stylesheet"</tt> elements should only appear within the <tt>head</tt> element of a document. If (as appears likely) these styles are required across your app, the best approach would be to create them in an external style sheet.
    I have a hidden field that would be nice to see inside the HTML region. Is this possible?....I'm not getting the value for :=P65_CLM_ENR_ACC_MANAGER, instead, it shows up in the region as ":=P65_CLM_ENR_ACC_MANAGER"The syntax for static text substitution in an HTML region is:
    &P65_CLM_ENR_ACC_MANAGER.(including the terminating dot).
    And please update your forum profile with a better handle than "user13813605".

  • AutoCustomizationCriteria with results in subtab - whereClause is NULL

    I have a autoCustomizationCriteria Query region with include simple search panel set to true.
    my results are displayed in a subTabLayout region under which i have 5 tabs (of type simple table) to organize the data into logical groups (so 1 row's attributes displayed by dividing across 5 different tabs).
    i have created all related objects for the search under query components ie simplesearchpanel definition AND simpleSearchMappings. now the problem i think is that ALL the ResultItems in the multiple mappings (i have 15 search criteria fields) belong to subtabs other than the INITIAL subtab. as a result whenever i execute a search (ie enter some search criteria and hit 'Go') none of the searchfields get applied as the where clause to the query and instead it simply executes a blind query ie does not generate the dynamic where clause.......
    if i trap the 'Go' button and handle building the where clause myself, it works, BUT THAT IS NOT an option for me, because i have to create the advanced panel for which i will not be able to build the where clause myself (becos it allows the likes betweens etc....)
    would really appreciate some inputs,
    Thank you.

    hi, i have that already set to ensure data is in sync in all tabs within the subtab region....but that does not help with the problem.
    i worked past this problem by moving all the search fields to the initial tab, HOWEVER, i have requirement when page loads first time it has to automatically query rows for whoever is logged in . so in process request i coded to populate appropriate search field with the userlogin and did the default execute query. unfortunately, this did not append the where clause and it gave me all rows. strangely , after the page is initially rendered, if i just hit Go, it generates the where clause and returns the right rows. WHY IS THAT ? how do I make my initial page render with the correct/restricted results ???
    since facing the above issue, on the initial page loading after setting the searchfield with the login i myself set the whereclause and did executeqry. this brought the correct initial rows. then i also reset the whereclause to null (to ensure when user changes search criteria and hits Go, only the new whereclause gets generated). however, now the Go button does nothing (ie the rows displayed remain the same as the initial rows even though the searchcriteria fields were changed....)
    to summarize requirement is -
    1. search results (construction mode - autoCustomizationCriteria) to display in subtab region
    2. initial page rendering has to programatically display a resultset restricted to a searchfield (ie restrict by login)
    3. subsequent queries on Go (where user may input values in other searchfields) should be handled by the default generation of the whereclause as provided under the autoCustomizationCriteria mode
    any insight into this problem ? i am stuck with this as this is very critical for my page...
    thank you.

  • Query region Search mappings issue

    Hi,
    I have components laid out like the following in my app
    Query Region
    |
    |-subTabLayout
    | |
    | |- AdvanceTable 1
    | |- AdvanceTable 2
    |
    |-Query Components
    |-Simple search panel
    |-Simple search mappings
    Issue: I mapped each of the search inputs to the valid column ids from Advancetable1 and advancetable2 in the simple search mappings. When I run the application with some search parameters in the search fields belonging to both the tables, I only see AdvanceTable1 criterias being passed and advancetable2 criterias not appearing. (I am getting the criterias in the controller using queryBean.getCriteria() which returns a Dictionary[]).
    Is there a limitation for Query region to have one region alone or am I missing something? Your help is appreciated.
    Thank you for your time.
    Regards,
    Arun

    If you have a complex serarch region structure, its always better to go for a custom region where you can manipulate the things as you want.
    --Shiv                                                                                                                                                                                                                                                                                                           

  • MDS Customization - Unable to add a region

    Hi,
    I have a webapp and am trying to customize it in Jdev's Customized Mode. When I try to add adf components on an existing page, then it is happening properly and the <jspx>.xml files are also created. But when I m dropping a taskflow in it, its giving errors telling me that it is in readlonly context so cannot add.
    Is there any limitation of af:region not being allowed with MDS Customization?
    I am using Jdev 11.1.1.4 on Windows and am using this link to start with:
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/customize.htm
    Regards,
    Ansuman

    Hi,
    when you create a customization, then you create metadata diffs that describe the difference between the base document and the changed document. A changed document is not a new document. You manually customize the PageDef file of the parent page with a new task flow binding in the executables section. Then add the af:region tag to it and configure the region model to reference the task flow binding you created. This should work. Since MDS customization only modifies the current document, it does not check dependency files
    Frank

Maybe you are looking for

  • Erreur 1439 impossible de restauré l'ipod classic comment faire ?

    Bonjour, hier, mon pc à beuger et donc j'ai décidé de débrancher mon baladeur du netbook et depuis hier soir, je me retrouve avoir perdu tous mes fichiers mais aussi impossible de y avoir accès depuis itunespour le restauré ou autre >>> il m'indique

  • Reorder Point Planning

    Hi all, Business Process is: 1. I am having 6 plants assigned to a single company code. 2. I had created material "A" and assinged to all 6 plants with different manual reorder points, selected MRP type VB,. Plants:                    1000      1010 

  • How do email messages end up in the "Important" folder?

    I never created a folder labled "important" so I don't know the rules about how things end up here. I am generally confused as to why thunderbird retains messages in an "all mail" folder when I set up rules to parcel these messages into discrete fold

  • WEB Dynpros

    Hi, can anyone will help me out in web Dynpro's i want to call RFC R/3 function in Web Dynpors i created the RFC function and called in Web dynpro's i wnat to add the contents to r/3 data base and display the values on the Web , plz can anyone will t

  • How to Enable ahci in  bootcamp windows 7

    II've got a early 2011 17in MacBook Pro updated to the newest maverick os ive installed the newest bootcamp software and loaded windows 7 ultimate i I just upgraded my internal hard drive to a ssd how can I enable ahci for windows without being able