AF:QUERY : JBO-25058 when we add duplicate instance of multi select enabled and search

Hi Getting JBO-25058 error when we add duplicate instance of multi select enabled attribute from Add Fields and click on search Our requirement is to add validation if search panel has duplicate instance of multi select enabled attribute but this error comes before control goes to Managed bean. Kinldy help. Typical message: JBO-25058: Definition _sel__vci_lov_LOV_ForecastType_ActiveRevnForecastVC_vcrow2097_ForecastType_vcrow2097_ForecastType_itemHolder_vcrow1_ForecastType of type Attribute is not found in __LOCAL_VIEW_USAGE_sessiondef_ForecastAM_oracle_apps_sales_salesForecasting_forecasts_forecastService_applicationModule_ForecastAM_ForecastOverviewPageVO_vcrow2097_ForecastType_itemHolder_ForecastTypeLookupPVO_findByVC_8fc_LOV_ForecastType__lov__filterlist__vcr___.
Regards
Rajesha

Sarah,
I could reproduce the error.
However, I created a drag-and-drop page fragment with quick search and table, and modified the adfc-config-EmpVw task flow to reference the drag and drop page:
<view id="EmpVwTable">
<page id="__120">/EmpvwDD.jsff</page>
</view>
And then I still get the same error, so this looks like an ADF bug to me.
I also created a stand-alone jspx page using drag and drop, same error as well. I suggest you make a testcase without JHeadstart and contact Oracle Support.
Steven Davelaar,
JHeadstart Team.

Similar Messages

  • Add a Document Library "multi-select dropdown" column

    I need to allow my users to select more than entry in a drop-down when adding a new file to the document library. I cannot use the checkbox feature because I have way to many entries.
    Is there a way to add a “multi-select drop-down” column?

    Hi ,
    According to your description, my understanding is that you want to add a multiple-values dropdown column in a library.
    You can add these entries into a list, then create a lookup column in your library, the lookup data is from the list, and select ‘Allow multiple values’, like the screenshot below:
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Query on Multi-select Item and STRING_TO_TABLE

    Hi everyone - here's the scoop:
    I've got a multi-select item on a US state field that returns one or more state ID selected (eg. '15:26:49'). I want to use that to find rows in a table where the state ID is one of those values. State ID is indexed and I want to ensure that the index can be used, so I don't want to be doing "where instr(...)".
    I read a post on Ask Tom - http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:110612348061 - where he parses a string of values into a table that can be used in an IN clause, thus allowing use of the index.
    Here's my question - I'd like to take advantage of APEX_UTIL.STRING_TO_TABLE to do my parsing, but it returns APEX_APPLICATION_GLOBAL.VC_ARR2. I tried a bunch of different casts but couldn't make it work with a query done as per Tom Kyte's post. Ultimately I wrapped STRING_TO_TABLE and just "copy" the VC_ARR2 to a table of numbers, like this:
    create or replace function string_to_numtbl(p_string in varchar2, p_separator in varchar2 default ':')
    return num_table as
    l_data num_table := num_table();
    l_vc_arr2 APEX_APPLICATION_GLOBAL.VC_ARR2;
    begin
    l_vc_arr2 := APEX_UTIL.STRING_TO_TABLE(p_string, p_separator);
    FOR z IN 1..l_vc_arr2.count LOOP
    l_data.extend;
    l_data(l_data.count) := l_vc_arr2(z);
    END LOOP;
    return l_data;
    end;
    So I can use the multi-select to feed an IN clause. I'm still getting familiar with casts, but it seems to me thought that there ought to be a straighter path to allow the return of APEX_UTIL.STRING_TO_TABLE to be used in an IN.
    Any thoughts?

    VC_ARR2 is an index by table and in the Tom's example he is using a nested table which
    has a different structure and allows different operations. To make this short, you will not be
    able to use VC_ARR2 in a SQL statement. Yes, it would be good since ApEx has its own
    function to convert a string to a table and back. I have no problems using Tom's examle.
    Here, you will find some description on differences:
    http://www.unix.org.ua/orelly/oracle/prog2/ch19_09.htm
    and here, you may want to se the utilization of PL/SQL collections on my demo application:
    http://htmldb.oracle.com/pls/otn/f?p=31517:84
    http://htmldb.oracle.com/pls/otn/f?p=31517:87
    Denes Kubicek

  • How to add a field to the selection screen and when the user enters ...

    hi all,
    can any one plesase send the code of how to add a field to seletiion screen and when the user enters in the field , it should be store in the database table , the table is MKPF and the field is BKTXT.  Thanks.

    Hi Kripa,
       If u r using PNP ldb then the screen u will get is the screen for that ldb and if u want to add some more fields then u define using selection-screen..as follows
    SELECTION-SCREEN BEGIN OF BLOCK mysel WITH FRAME TITLE text-111.
    PARAMETERS: n_in_en  RADIOBUTTON GROUP g1,
                q_ev  RADIOBUTTON GROUP g1.
    SELECTION-SCREEN END OF BLOCK mysel.
    SELECTION-SCREEN BEGIN OF BLOCK mysel1 WITH FRAME TITLE text-222.
    PARAMETERS: r_date TYPE sy-datum DEFAULT sy-datum.
    SELECTION-SCREEN END OF BLOCK mysel1.
    SELECTION-SCREEN BEGIN OF BLOCK mysel2 WITH FRAME TITLE text-333.
    PARAMETERS:f_ver(3) TYPE c DEFAULT 1,
               c_no(10) TYPE c DEFAULT '9D0161',
               u_id(15) TYPE c,
               password(15) TYPE c,
               r_email(30) TYPE c DEFAULT PARAMETERS: s_not TYPE c AS CHECKBOX.
    PARAMETERS:t_run TYPE c  AS CHECKBOX.
    SELECTION-SCREEN END OF BLOCK mysel2.
    SELECTION-SCREEN BEGIN OF BLOCK mysel3 WITH FRAME TITLE text-444.
    SELECTION-SCREEN BEGIN OF BLOCK mysel4 WITH FRAME TITLE text-555.
    PARAMETERS: p_ser  RADIOBUTTON GROUP g2,
    a_ser  RADIOBUTTON GROUP g2.
    SELECTION-SCREEN END OF BLOCK mysel4.
    SELECTION-SCREEN BEGIN OF BLOCK mysel5 WITH FRAME TITLE text-666.
    PARAMETERS:p_path TYPE string.
    SELECTION-SCREEN END OF BLOCK mysel5.
    SELECTION-SCREEN END OF BLOCK mysel3.
    u will get this additional screen after the screen of ldb.
    I hope this will help u..
    Thanks & Regards
    Ashu Singh.

  • When I add an appointment to my iphone calendar and then sync it with the icalendar on my laptop the item in my iphone calendar becomes uneditable.  It means I can't alter an appointment when I'm out and about which is annoying.  How do I fix this?

    Can anyone help answer my question above?

    WakeForest2014,
    Have you checked your iPhone>Settings>Mail, Contacts, Calendars>Calendars>Default Alert Times settings?

  • I need a code for Advanced Search based on my custom multi select listbox and query through programatically (jquery)with out design

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

    Hi,
    I have a grid and advanced search link buttonand
    search button.
    if i click on Advanced Search link...open a panel with 3 list boxes(multi selection)
    if i select multi selected items in list boxes and click on search-->show the grid with selected items
    getting data from Sql server custom database.
    And the code i wil expect  is 'Programatically using jqury and asp.net code' with out single line of design.
    Could you please help on the above task.

  • Why does the pen tool remove previous line when I add new anchor points??

    Why does the pen tool remove previous lines??
    Video here:  http://youtu.be/8AmPUkD88h0 
    It removes the hairline on the face, when I add more anchor points. Why? And how do I correct it?

    The ins and outs of the new and changed behaviors in the re-engineered pen tool have been disussed here on this forum and I'm sure a little detour to the help files will also shed some light on this...
    Mylenium

  • How to use multi select in a query report

    I defined a lov. This lov retuns name and a id. I want to use the result of this multi select in my query.
    I always get invalid number when I choose two items of the select. When I debug I see that the return value of the multi select is 1:2. How can I change the seperator : in , I tried the following but this does't work.
    if :P26_PRODUCTTYPE IS NOT NULL then
    l_sql := l_sql ||' and producttype in
    (REPLACE(:p26_producttype,'':'','','' ))';
    end if;

    as you're finding, multiple values selected from html db multi-select list items (and checkboxes) are stored as a single, colon-delimited string. i explained an easy way to handle this via pl/sql in...
    Multiple select list
    ...that post shows you how to throw the selected values into a pl/sql table and step through them as needed. it also showed how to use an instr to parse through the string if you want to go that route. you could use that same instr logic right in your sql query. so let's say your lov for your multi-select item (P1_MY_MULTISELECT, we'll call it) was defined as...
    select ename, empno from emp order by 1
    ...and your user selected KING, FORD, and JONES. :P1_MY_MULTISELECT would store those values as...
    7839:7902:7566
    ...you could then write a query to return the selected enames with something like...
    select ename, job
    from emp
    where insrt (':'||:P1_MY_MULTISELECT||':',':'||empno||':') != 0
    ...hope this helps,
    raj

  • How to add profit center in fbl5n selection screen

    how to add profit center in fbl5n selection screen
    and
    it is save to copy  ddf from sap to cus
    wll it affect anything else

    When you are on selection screen of FBL5N, press (Shift + F4) DYNAMIC SELECTIONS, there you will see a Dynamic selection screen along with your normal FBL5N selection screen, you will find Profit Centre ther, if you don't find Profit Centre in Dynamic Selection Screen you can add the same from the list on the left, search for profit centre, place your cursor on Profit centre and press the Arrow Button(Copy Selected) on top of the list. Now you will find Prfit Centre in Dynamic selection screen, fill the field with values and press save, that's it.....
    Reward points if useful, get back in case of query...
    Cheers!!!

  • Problem with working with add/remove instance incorporating checkbox

    I have come into a problem I have been trying to figure out for the past week. I had googled for some guidance yet I found nothing useful.
    Currently, I have a table which has an addinstance button and removeinstance button. The script for these work.
    What I am looking to do is the row starts off being in readOnly format and when I select a checkbox, one of the cell will become open ( I have a table with 12 cell in a row and about 6-7 checkboxes which will open certain cells). However, when I add an instance and one of the checkboxes is checked…the next row is still readOnly. How do I target those certain cells? if I have a checkbox checked and I add a new row..those certain fields will be open for all the cell in that column.
    If anyone could assist me, that would be great.

    This should get you going I think.
    I just worked with the "Additional Lines" checkbox and the "Add" checkbox in the table, you'll need to copy and adjust the scripts for the other objects.
    Script is on the Change event for "Additional Lines". This script will loop through the rows and toggle access on all of the matching fields, in this case the "addcb" field.  Don't know if that's what you need or not, but I did it in case someone has already added some rows and then decides to click the "Additional Lines" checkbox:
    if (this.rawValue == 1)
        var vFields = xfa.resolveNodes("form1.Subform4.Table1.Row1[*].addcb");    
        for (var i=0; i <= vFields.length-1; i++)
            vFields.item(i).access = "open";
    else
        var vFields = xfa.resolveNodes("form1.Subform4.Table1.Row1[*].addcb");
        for (var i=0; i <= vFields.length-1; i++)
            vFields.item(i).access = "readOnly";
    Script on the Initialize event of the "addcb" field. This script checks the "Additional Lines" checkbox to see what access the field should have when it is created:
    if (Subform1.additionallines.rawValue == 1)
        this.access = "open";
    else
        this.access = "readOnly";
    Hope that helps!

  • Duplicates appearing when user adds someone to 'to' field in Outlook 2010 calender invite

    Hi Everyone,
    I have a user that when they send calender invites, when they add people in the 'to' field they will appear multiple times. i.e the contact address, the full email address etc.
    We have re - imaged the PC, re created the users PST file, run outlook in online mode, Moved the users account to another DB, and still no progress, duplicates are still appearing
    See attached screenshot for example
    Has anyone had to deal with this problem before, if so how was it resolved, if it was ever resolved, Help would be greatly appreciated as we are scratching our heads in IT here

    Hi,
    As per the description, I understand that you'll have duplicate email addresses in the To... field when create calendar invites.
    In order to understand the issue more deeply, I would like to clarify the following questions:
    How did he/she "add people" in the To... field? Did he/she directly type email address or pick it from your address book?
    Will the duplicate happen right after adding people in the To... field or after sending the invites?
    Seems you've tried a lot on the machine side, I suggest we first try this on OWA (Outlook Web App) and see if issue persists. This will help to determine whether the issue is on the client side or the mailbox (server) side.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • JBO-25058 exception when running adf:tree component

    Hi, I was trying to prototype an adf:tree which uses eo, vo, and view links as a data model. I am trying to use the vo recursively.
    Data model consists of :
    EO: PeggingDataEO
    VO: TopPeggingDataVO
    PeggingDataVO
    View Links: TopToFirstLevelVL (source: TopPeggingDataVO, destination: PeggingDataVO)
    ParentToChildVL ( source: PeggingDataVO, destination: PeggingDataVO)
    When i ran this page, i get the root node , and then when I try to expand it , i get this error:
    oracle.jbo.NoDefException: JBO-25058: Definition PeggingDataVO of type Attribute not found in TopPeggingDataVO_PeggingDataVO_TopToFirstLevelLVL_PeggingDataVO
    This is build using JDeveloper 11g ( jdev fusiondrop306).
    Please help. I don't understand what definition is missing and what TopPeggingDataVO_PeggingDataVO_TopToFirstLevelLVL_PeggingDataVO is?
    Thanks
    -c.
    below is the code for the page definition :
    <executables>
    <iterator Binds="TopPeggingDataVO1" RangeSize="25"
    DataControl="AppModuleDataControl"
    id="TopPeggingDataVO1Iterator"/>
    </executables>
    <bindings>
    <tree IterBinding="TopPeggingDataVO1Iterator" id="TopPeggingDataVO1">
    <nodeDefinition DefName="recursivetree.datamodel.queries.TopPeggingDataVO">
    <AttrNames>
    <Item Value="InventoryItemName"/>
    <Item Value="SourceType"/>
    <Item Value="SupplyDemandDate"/>
    <Item Value="SupplyDemandQuantity"/>
    <Item Value="ParentPeggingId"/>
    <Item Value="PeggingId"/>
    </AttrNames>
    <Accessors>
    <Item Value="PeggingDataVO"/>
    </Accessors>
    </nodeDefinition>
    <nodeDefinition DefName="recursivetree.datamodel.queries.PeggingDataVO">
    <AttrNames>
    <Item Value="InventoryItemName"/>
    <Item Value="SourceType"/>
    <Item Value="SupplyDemandDate"/>
    <Item Value="SupplyDemandQuantity"/>
    <Item Value="ParentPeggingId"/>
    <Item Value="PeggingId"/>
    </AttrNames>
    <Accessors>
    <Item Value="PeggingDataVO"/>
    </Accessors>
    </nodeDefinition>
    </tree>
    </bindings>

    Hi,
    can you run the VO in the tester ? The error message often indicates that the database connection uses a wrong schema
    Frank

  • Need query to add duplicates

    Guys,
    I've been trying to solve the shortest route problem and got stuck in calculating the cumulative distance in a hierarchial query. I've got some idea to deal with it like
    sum(distance) over (order by level rows level preceding)But in order for this to happen I may be needing duplicate records. Anyway, let me get straight to what I need.
    I have table data like this.
    col1      col2       rown
    1         10         1
    2         20         2
    3         30         3
    4         40         4
    4         70         5
    5         80         6
    3         90         7
    5         95         8I want the result to be like this.
    col1      col2
    1         10
    2         20
    3         30
    4         40
    1         10
    2         20
    3         30
    4         70
    5         80
    1         10
    2         20
    3         90
    1         10
    2         20
    3         30
    4         70
    5         95Please observe that when filling with duplicates, if there are 2 or more occurances of the same, it should be the latest(maximum rown in all). For eg: To fill for 5---95, there are two 3s (3---30 and 3---90) and two 4s(4---40 and 4---70). The latest need to be taken meaning 3---90 and 4---70 are to be taken. I hope I made it clear. Please let me know if you need any further information.
    Cheers
    Sarma.

    Thank you Etbin.
    It was line # 16 that was missing. Now it looks okay.
    SQL> select finaal.col1, finaal.col2
      2  from (select col1, col2, rown,
      3               row_number() over (partition by col1, rown
      4                                  order by col2 desc) rn
      5        from ( select b.col1 col1,
      6                      b.col2 col2,
      7                      a.rn rown
      8               from sample b, (select col1, col2, rown, rn
      9                               from (select col1, col2, rown, rownum rn,
    10                                            lag(col1) over (order by rown) prev
    11                                     from sample
    12                                    )
    13                               where col1 - prev <> 1
    14                              ) a
    15               where b.col1 < a.col1
    16               and b.rown <= a.rown
    17               union all
    18               select col1,
    19                      col2,
    20                      rown
    21               from sample
    22             )
    23         ) finaal
    24  where finaal.rn = 1
    25  order by finaal.rown, finaal.col1
    26  /
          COL1       COL2
             1         10
             2         20
             3         30
             4         40
             1         10
             2         20
             3         30
             4         70
             5         80
             1         10
             2         20
             3         90
             1         10
             2         20
             3         90
             4         70
             5         95
             1         15
             1         15
             2         20
             3         90
             4         80
             1         15
             2         20
             3         90
             4         80
             5         95
             6         99
             1         15
             2         20
             3         33
             1         15
             2         20
             3         90
             4         80
             5         97
    36 rows selected.
    SQL>Cheers
    Sarma.

  • Error WLS 10901 - when I add prompt in query from SAP in QAAWS

    Hello,
    I am accessing a Universe who's source is SAP -BEX Query. When I add a charecteristics and key figure I get data, however when I add a prompt or filter condition to my query in QAAWS - I get an error. I tried the same in Live Office and get the same error when I add the prompt  in the query.
    Error: WLS 10901 - getdocument information- A database error occurred - Error in MDData - Get_Leading_Column_data(see long text) --
    Why does this happen when I add a prompt to the query?

    HI Abhi,
    The Issue seem to be not from BO Universe. Can you please go and check the data at Bex report and to apply same condition over there.
    This might help us to track where exactly the error is happening.
    Since the flow is from Cubes to Bex Queries to Universe to QaaWS or Weni Reports.
    So its always better to track the data flow from source. In our scenario its Bex.
    Hope this may help you now and in future.
    Regards,
    AnjaniKumar C.A.

  • When I add a watermark and flatten the transparency, it duplicates the file within the file.

    When I add a watermark and flatten the transparency, it duplicates the file within the file.  (a 105 pg file becomes 210pgs)

    After doing so, use the Save As command to save the file under a new name.
    This should optimize it and reduce the file's size, sometimes dramatically.

Maybe you are looking for

  • Base value in tax code

    from where does the system pick the base value for condition type BSAB in tax code as we are not maintaining any condition records.

  • Clearing with residual item

    Hi there, Just wonder if it is possible to have the document date, baseline date and payment term to be inherited from the original document to the residual item. Please advise. Thank you.

  • Firmware 4.0750.31.2.1

    hi friends, i am having n73 ME with FW v3.0638.0.0.30 on update site www.europe.nokia.com/softwareupdate it shows the latest FW available is v4.0750.31.2.1 for product code product code 0543843 is it advisable to upgrade to v4.0750.31.2.1 please help

  • Turnaround on drive replacement?

    The internal drive on my iMac has failed. Doesn't even show up in Disk Utility anymore. I had sufficient warning via HFS errors to verify my backups, so data loss isn't an issue. I'm currently booting from an identical disk in an external USB enclosu

  • Two Fabric redundancy and storage flapping

    Hello! I have a fairly new Nexus 5548 implementation, using the Nexus for stricly storage. I have two 5548s for two different Fabrics, for redundancy. They are two seperate fabrics, and the Nexus are not stacked so they are managed individually. When