Cannot navigate to the elements of a T-list populated at runtime

I'm populating a T-list dynamically at runtime using a query. The list gets populated without any error at runtime. I'm using the following program unit to populate the list :
DECLARE
v_recsql Varchar2(1000); -- The SQL for creating the Record Group.
v_recgrp RecordGroup; -- Record Group
v_status Number; -- Return Value of Populate_Group function.
BEGIN
v_recsql := 'SELECT setup_code, description
FROM setup_types
WHERE organization_id = :parameter.org_id
ORDER BY setup_code';
-- Create the Record Group
v_recgrp := CREATE_GROUP_FROM_QUERY('v_recgrp', v_recsql);
IF NOT ID_NULL(v_recgrp)
THEN -- No Error, record group has been successfully created.
-- Populate Record Group
v_status := POPULATE_GROUP('v_recgrp');
IF v_status = 0
THEN -- No Error. Record Group has been Populated.
POPULATE_LIST('b_res_setups.setup_code', 'v_recgrp');
message('Populated the list successfully');pause;
END IF; -- IF v_status = 0
-- Delete the Record Group as it is no longer needed.
DELETE_GROUP('v_recgrp');
END IF; -- IF NOT ID_NULL(v_recgrp)
END;
The problem is when i use the above program unit, then after populating the T list i'm unable to navigate to any element of my choice using the mouse. The focus returnes to the first element everytime i click any other element.
My query is :
v_recsql := 'SELECT description, setup_code
FROM setup_types
WHERE organization_id = :parameter.org_id
ORDER BY setup_code'
But when i use the following query to populate the record group there's no problem.
v_recsql := 'SELECT description, setup_code
FROM setup_types
WHERE organization_id = :parameter.org_id
ORDER BY setup_code'
In the table setup_types the column setup_code is a not null column i.e. it cant have null values, whereas the column description can have null values.
Please help,
Abhishek.

There is unique constraint or index on SETUP_CODE column?
Probably, the list contains duplicated values.

Similar Messages

  • My bookmarks are gone, I can not create new bookmarks, I cannot navigate using the back button

    I am running Mac OSX 10.5.8 and Firefox 3.6.13. Yesterday, after I had been on the internet multiple times, I opened Firefox and my Booksmarks toolbar and navigation toolbar were both empty. My booksmarks don't exist when I open the Organize Bookmarks window. My history is also gone. I cannot navigate using the backbutton. I restarted Firefox and there was no change; restarted my MacBook had no effect. I searched for similar problems and tried opening Tools > Add Ons> Extensions, but there is nothing on that screen, and the 'Find updates' button can not be clicked. It is not keeping me logged into pages that I have been previously logged into, but it does remember passwords. If there are other problems, I have not encountered them yet.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • Cannot end date the element

    There was an element defined wrongly in the system as follows:
    the element is defined as final close while it was suppose to have been defined as Last Standard process. I have managed to end date its links as of 01-JAN-2010 now when i am trying to end date the element as of 01-jan-2010 it is giving me the follwoing error"
    APP-PAY-06213: Formula result rule use this input value
    Check you formula result rules for indirect results that feed this input value.
    I have checked the formula result rule there is no formula attached to this element.
    Kindly help me!

    Please run this query to find out which elements are using the element you want to end date as indirect results.
    Remove the indirect results and try end dating the element.
    SELECT  ET.ELEMENT_NAME,psp.PROCESSING_RULE, ff.FORMULA_NAME, pfr.RESULT_NAME,
    pfr.RESULT_RULE_TYPE, et1.ELEMENT_NAME et_to_end_date,iv.NAME,iv.UOM, et.REPORTING_NAME
    FROM
    PAY_STATUS_PROCESSING_RULES_F psp,
    PAY_FORMULA_RESULT_RULES_F pfr,
    ff_formulas_f ff,
    PAY_ELEMENT_TYPES_F ET,
    PAY_ELEMENT_TYPES_F ET1,
    PAY_INPUT_VALUES_F IV
    WHERE
    psp.FORMULA_ID=ff.FORMULA_ID
    AND pfr.STATUS_PROCESSING_RULE_ID=psp.STATUS_PROCESSING_RULE_ID
    AND et.ELEMENT_TYPE_ID=psp.ELEMENT_TYPE_ID
    AND et1.ELEMENT_TYPE_ID=pfr.ELEMENT_TYPE_ID
    AND iv.INPUT_VALUE_ID=pfr.INPUT_VALUE_ID
    AND pfr.RESULT_RULE_TYPE = 'I'
    AND ET1.ELEMENT_NAME = :element_to_end_dateHTH

  • How to Merge the elements of two separate lists into a single one .

    Hi ,
    I am unable to add elemnts of 2 separate Lists suppose list1= { HashmapA, HashMapB}
    List2 = { HashmapC, HashMapD } into the third list List3 whose elements should be
    { HashmapA, HashMapB,HashmapC, HashMapD } .
    I am trying Collections.addAll(List3 ,List2 ,list1)
    but it is giving me a list whose elements are 2 lists( 0 -> list1,1->list2) and not { HashmapA, HashMapB,HashmapC, HashMapD }.
    Can anyone help me out with this !!!!!

    I am unable to add elemnts of 2 separate Lists suppose list1= { HashmapA, HashMapB}
    List2 = { HashmapC, HashMapD } into the third list List3 whose elements should be
    { HashmapA, HashMapB,HashmapC, HashMapD } .
    You can also try
    Set<T> union = new HashSet<T>(list1);
    union.addAll(list2);Assuming you want to get rid of the duplicates. Replace T with the actual type of your elements.

  • Itunes cannot move in the main menu.   I just went to 10.5.142 and now in the main menu on Itunes it will not allow me to go into any playlist.  I get a circle with a red x when I double click on a particular playlist and it will not go????

    Cannot move around in the Itunes main menu.  I just downloaded 10.5.142 and now when I click on a playlist I get a circle with a red slash!  Cannot go there.
    Cannot navigate in the main menu.  Suggestions????

    I am having the exact same problem, have vista/hp media center also, sometimes if I double click it will open after all, the arrow keys do navigate however, any suggestions?

  • I havev installed a new Hard Drive on my laptop but cannot find my Photoshop Elements product box with the serial number to install Elements 10 or Elememts Premier 10. How can I find out the serial / installation codes for these?

    I havev installed a new Hard Drive on my laptop but cannot find my Photoshop Elements product box with the serial number to install Elements 10 or Elememts Premier 10. How can I find out the serial / installation codes for these? I saw a reply however, it was not my name and assumed it was for someone else. Now timed out. Can UI still have help on this matter please?

    If you registered PSE before, go to the main page of adobe.com, sign in and go to your account and you should find the serial number there in your purchases.

  • On startup I get a warning "Could not initialize the application' security component...", click OK Firefox starts but I cannot navigate to any URL but home.

    Click the Firefox 4 icon. A window opens with the warning:
    "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features"
    (There are no read/write restrictions on my Applications folder and plenty of room on the hard drive.)
    Click OK and Firefox opens at the home page, but I cannot navigate to any other URL or link. I had the same behavior when I tried FireFox 3)

    First, use a specific [[Managing profiles|profile]] for Firefox 4.0 Beta and keep your current one for Firefox 3.6 to prevent interferences between both versions.
    Then, see [[Could not initialize the browser security component]].

  • Variable not found when package executes.".The element cannot be found in a collection."

    This is a very simple tutorial demonstrating script task. 2 variables
    intvar int32 5
    strvar string 0
    And a script task with this code
    If Dts.Variables("intVar").Value > 10 Then
                Dts.Variables("strVar").Value = "Big"
            Else
                Dts.Variables("strVar").Value = "Small"
            End If
            MsgBox(Dts.Variables("strVar").Value)
    below is the error msg
    SSIS package "Package.dtsx" starting.
    Error: 0x1 at Script Task: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException: The element cannot be found in a collection. This error happens when
    you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
     ---> System.Runtime.InteropServices.COMException (0xC0010009): The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not
    there.
       at Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariables100.get_Item(Object Index)
       at Microsoft.SqlServer.Dts.Runtime.Variables.get_Item(Object index)
       --- End of inner exception stack trace ---
       at Microsoft.SqlServer.Dts.Runtime.Variables.get_Item(Object index)
       at ST_ce37649a37c146518fa69eff106c6625.vbproj.ScriptMain.Main()
       --- End of inner exception stack trace ---
       at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
       at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
    Task failed: Script Task
    Warning: 0x80019002 at Package: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches
    the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
    SSIS package "Package.dtsx" finished: Failure.
    The program '[2824] Package.dtsx: DTS' has exited with code 0 (0x0).

    Must be a typo in variable name (not matching declaration)
    Arthur My Blog
    there is one more reason for the problem - 
    I had the code
    DataColumn dc = null;
    dc = myDataTable.Columns["PERSON_NAME"];
    The column to be fetched was NAME and not PERSON_NAME...someone changed it in the db :(

  • The Elements 12 Mac disk works fin - I also have a Dell, and the Windows disk will not run at all, sounds like it's grinding, and is almost impossible to remove from the hard drive.  I cannot find any place to tell me who to CALL to ask for a replacement!

    The Elements 12 Mac disk works fine - I also have a Dell, and the Windows disk will not run at all, sounds like it's grinding, and is almost impossible to remove from the hard drive.  I cannot find any place to tell me who to CALL to ask for a replacement!

    Hi Samcat,
    You can use a download instead of the disk as an alternative: Adobe - Download free trial version Adobe Photoshop Elements 12 | Adobe you can license with your serial
    Please test the disk in another windows machine to check if it's caused by the drive or the disk. If you tested with 2 drives please start a support case, i assume Adobe will only provide downloads at this point. They are the same as the trials. If you still need a disk you can burn the trial to a disk as a backup disk. Good luck!

  • [Application Update Error] - The element 'Field' in namespace 'urn:deployment-manifest-schema' cannot contain text.

    Hello,
    I developed a custom SharePoint 2013 Application (SharePoint hosted) and everything works fine. If I tried to update the application and I ran into the following error:
    The element 'Field' in namespace 'urn:deployment-manifest-schema' cannot contain text. List
    of possible elements expected: any element in namespace '##any'.
    If I redeploy the application (without update, just a new instance) everything works fine. Only the update scenario throws the exception above. 
    I tried different things to solve that issue:
    I recreated the feature
    I checked all the custom field definitions, content types and lists inside the app. 
    I tried different O365 tenants and a SharePoint 2013 On Premise Development Server (Same problem on all systems)
    Can anybody give me a tip to solve that problem?
    Thanks in advance

    Hi,
    According to your description, when you try to update your SharePoint Hosted App, an error occurs.
    To narrow down the issue, I would suggest you create a simple app without other components in it, deploy it and then update it to see if this error will still occur.
    Once you get a workable app without the update issue, then you can add other customizations one after one in this app and perform the update. By doing this, it would
    be easier to find out the root cause.
    Anyway, you can take a look at the link below about updating app for more information:
    http://msdn.microsoft.com/en-us/library/office/dn265910(v=office.15).aspx
    Feel free to reply if there any progress.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • I am getting a dark or shaded screen on my safari pages.  I can conduct a search but cannot navigate the resulting website

    i am getting a shaded screen after a search on safari and cannot navigate the resulting websites.

    Dreamyqueeny wrote:
    My laptop fell off the coffee table, and slammed shut. I
    anybody have any ideas? else I am going to have to visit a genius! grrrrrrr....
    Thanks in advance!
    Vix
    Looks like that is what you are going to end up doing.  No telling what was damaged internally.

  • There are no more arrows on the tab bar so if you have many tabs open you cannot navigate through them anymore what happened to that?

    I always have 30+ tabs open. Used to be there were arrows on either side of the tab bar and you could navigate to the start or the end of your tabs. Now those arrows are missing and if you have a lot of tabs open you cannot navigate, you must close a tab in order to see other ones. Or click that group tab button thing to see which tabs you have open which is stupid. Is just mine faulty? or did this function just go away. Makes no sense to not be able to scroll through and see all the opened tabs.

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • I purchased Photoshop Elements from Costco the other day and cannot get past the registration of serial

    I purchased Photoshop Elements from Costco the other day and cannot get past the registration of serial number since it says that the number is incorrect.  So, what can I do now?

    I've been experiencing the same problem for over a month now...using Windows 7

  • I am having problems with  Olympus .orf files one files cannot be read by Elements 10 and Lightroom 4. Both provide an error message saying that the file is not recognized. Any ideas?  minzen

    i am having problems with  Olympus .orf  which cannot be read by Elements 10 and Lightroom 4. Both provide an error message saying that the file is not recognized. Any ideas?  minzen

    That camera model is too new for your programs. Every camera has its own raw format and ACR must be updated to include the info for each new model as it comes out. The workaround would be to download the free Adobe DNG converter and use that to convert your ORFs to DNGs that your version of Camera Raw can read.

  • Hi all new here, am just learning and when i activate the dodge or burn symbol i click over the area to be worked and my Mac freezes. only in the elements software. if i go out of  elements i cannot get back in and have to force a software close, any sugg

    Hi all new here, am just learning and when i activate the dodge or burn symbol i click over the area to be worked and my Mac freezes. only in the elements software. if i go out of  elements i cannot get back in and have to force a software close, any suggestions and please help

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

Maybe you are looking for

  • Ipad ical calendar does not sync to macboook - just one (main) calendar ical

    One of my ical calendaars was delted from my Macbook.  It is on my ipad but will not sync to my macbook.  Other calendars will sync. I believe that I deleted a critical files from my Macbook.    Note that I have recovered the calender events themselv

  • Is Adobe Connect a good way?

    I have to give a course to 100 people (or even a bit more). Is Adobe Connect a good choice? Does it support so many users simultaneously following the same person? Many thanks for your help! alb

  • Flex - HttpService - how to display an arraylist in flex combobox

    I have written an httpservice which returns an arraylist, in the tomcat logs I can see that an arraylist is being returned properly. However I am not able to display the arraylist Can any one please let me know what wrong i am doing ? Also the httpse

  • Subscription Installation Serial Number

    I've recently had a monthly subscription for CS6. Before it was over, I purchased a CD CS6 Teacher/Student Version and installed it on my Computer (not over Adobe). Now 3 Weeks later, after the subsciption was already over, Adobe claimes that I havn'

  • Problems with playback quality of animated DVD on television

    I'm sending a ~20 minute (uncompressed, millions of colors) animation in QuickTime out of Final Cut Express HD in a format of HD-1080i and trying to get a very high resolution DVD for television (HD TV). Before taking the QuickTime video to any DVD w