Create dynamic Lov in custom.pll

Hi all

I need to create dynamic Custom.pll LOV I want to associate this LOV and Recordgroup with the Flexfield. How can I do this?
I created a dynamic disk group of the statement "CREATE_GROUP_FROM_QUERY".

The point is, that I have a field on a standard form which calls the article number, and I want to display in the flexfield one that lists the folders that I show depends on the value that I have type in the item number field. I do everything in custom.pll. I have no customization of forms being the version 11.5.8.

Please, can you help me?

Cordially Mariano. -.

Hello

That you have created a group, you can take any defined LOV and associate the group property to set_item_property.

And you can again change LOV the runtime to use the other group for registration according to the use.

But LOV must be defined at the time of the design only, only record group can be associated with dynamically.

Kind regards
Kiran.

Tags: Oracle Applications

Similar Questions

  • Why I can not customize LOV use custom.pll or customize as a Receivables Transaction?

    Hi all..

    I have business to customize LOV form transaction purposes.

    I try to use custom.pll or customize but I can't do it.

    I want to Bill of LOV customized for.

    It is a real request for Bill LOV to.

    Select cust_acct.account_number account_number,

    Party_name party.party_name,

    arp_etax_util.get_taxpayer_masked_value (Party.jgzz_fiscal_code) jgzz_fiscal_code,

    arp_etax_util.get_taxpayer_masked_value (Party.tax_reference) tax_reference,

    cust_acct.cust_account_id customer_id,

    cust_acct.fob_point fob_point,

    fob_point_meaning null,

    cust_acct.ship_via ship_via,

    ship_via_meaning null,

    cust_acct.primary_salesrep_id primary_salesrep_id,

    primary_salesrep_name null,

    primary_salesrep_num null,

    cust_acct.account_name account_description

    of hz_cust_accounts cust_acct,.

    part hz_parties

    where cust_acct.party_id = party.party_id

    party_name order


    I just want to change the label account_description to another name.

    or I try to add condition where. But same result, I see no change in this LOV.

    Please help me.

    Thank you...

    Can you check this http://kiranyarraalwaysreadytohelp.blogspot.com/2014/03/how-to-restrict-lov-using-oracle-form.html

  • Dynamic LOV problem (in Custom.pll)

    Hi all


    I have a requirment to create my own lov for the 'LOCATION' field in the order form. Through Custom.pll, I want to create a dynamic disk group.
    I use the following code:

    declare
    l_chr_group_id recordgroup;
    Chr.location_record_group varchar2 (1000): = "CUSTOM_RG";
    Start
    l_chr_group_id: =.
    CREATE_GROUP_FROM_QUERY
    (l_chr_location_record_group,
    "select query);
    l_errcode: = POPULATE_GROUP (l_chr_group_id);

    IF (l_errcode <>0)
    THEN
    MESSAGE ('error');
    ON THE OTHER
    l_record_count: = GET_GROUP_ROW_COUNT (l_chr_group_id);

    IF l_record_count > = 1
    THEN
    SET_LOV_PROPERTY ("DELIVER_TO_LOCATION",
    GroupName,
    l_chr_group_id
    );
    END IF;
    end;

    But it gives the error message saying "Cannot create a"CUSTOM_RG"group" when I try to enter some information in the LOCATION field.

    could you please tell me where it is unable to create. Or is - that this dynamic LOV has any restrictions that I can be violated.

    Thank you inAdvance.
    Aush...

    Aush,

    Before you create the record group, check if its already exists or not. If it exists, then remove it and create it. To do this, add the following code before you create the built-in record group with CREATE_GROUP_FROM_QUERY .

         l_chr_group_id := FIND_GROUP(l_chr_location_record_group);
              IF NOT ID_NULL(l_chr_group_id) THEN
                   DELETE_GROUP(l_chr_group_id);
              END IF;
    

    Kind regards

    Manu.

    If my response or response from another person was helpful, please mark accordingly

  • Can create new LOV field with customizations or CUSTOM.pll?

    I must add a field that does not currently a LOV. Is this possible with customizations? If this isn't the case, it is possible with CUSTOM.pll?

    Thank you
    Kurz

    You cannot create a lov during execution. But you can assign a lov existing an element using SET_ITEM_PROPERTY('BLOCK.) ITEM', LOV_NAME, 'xx');

  • dynamically create and destroy the custom menu item

    I have a standard TestStand platform that I use on multiple systems.  On some systems, I have a few sequences of calibration and I would like to have the Update menu to have the RunSequence of these sequences of calibration.  I know how to manually create these menu items, but they are no longer valid for some sequence files.  I would use the sequence SequenceFileLoad to dynamically create menu items and the SequenceFileUnload to destroy these menu items.

    I've played around with the API, but cannot determine the correct path to get to the create and destroy the custom menu items.  Does anyone know how this can be done?

    Thank you

    Matthew

    Yes, see the online help for the members of the following APIs:

    Engine.GetEditTimeToolMenuItems

    EditTimeMenuItems

    EditTimeMenuItem

    Basically, you get a collection of tool using Engine.GetEditTimeToolMenuItems () menu items and then call EditTimeMenuItems.Insert () or EditTimeMenuItems.Remove (). If you insert a you get returns an EditTimeMenuItem object on which you can change the settings.

    In addition, since it has an expression to hide items in menu tool, you need not necessarily to destroy, you can hide them instead.

    Hope this helps,

    -Doug

  • How to create a dynamic lov inside the table?

    Hi all

    I use JDeveloper11.1.1.1.4.

    My scenario is that I have page with editable < af:table >. Table contains a < af:inputListOfValues > inside the column. I want to do this < af:inputListOfValues >

    as a dynamic. Because according to users, we have to get the chronogram different objects in different point of view. I tried with below link it works very well for forms.

    But editable tables, I'm not able to create the dynamic lov.

    ADF practice: dynamic linking LOV

    Thank you

    David.

    Hello David

    have you tried ADFbc lov switcher?

    See - Andrejus Baranovskis Blog: Groovy - multiple LOV by attribute in JDeveloper 11 g

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/89-adfbc-lov-switcher-454168.PDF

    Thank you

  • Create a LOV without touching the FMB

    Hello

    I work currently under Oracle Ebusiness Suite 11.5.10 and we want to change the behavior of a form without changing the file of the form '.fmb '.
    If the left only choices using custom.pll or customize the forms.
    But in both directions, I have failed my task.

    my task:
    We have a field with no lov and we want to add a lov to this field. The lov would have some columns and a custom SQL.

    Customize forms of I managed to create a group of record but I can't create an lov.

    any idea?

    Thank you
    Dan

    Wrong forum.

    Ask this question on the forum E-Busines Suite ;-)

    François

  • How to create dynamic Services based on VMware files

    Hello

    We would like to create as many services as VMware folders in VMware, so whenever we will be add/remove any computer file VMware virtual of the service components will also be day/follow-up...

    We check the option "Create a rule to include a group of components" in the function Builder, and adding the conditions of rule as:

    ! VFolder where name like ''.

    But the result is not successful, because we are unable to choose the right component that inherites the VFolder type components...

    The same works of query in the "Script Console" and the children of the property spreads with all virtual machines...

    Any ideas?

    Thank you.

    Hi Eneko

    One of our systems Consultants found a carton of community that creates dynamic records VMWare-based services. I have attached the cartridge and I included some comments from the author, Thomas Bryant.

    I am pleased to announce the release of version 1.0 of a cartridge personalized for VMware files.  I had a lot of customers ask me to automatically build services in vFoglight based on the structure of folders in vCenter, and that is exactly what will make this cartridge!  This cartridge contains a rule that runs once per hour and will create a category called files VMware services and then for each vCenter, the data center and the series of records, create services and add virtual machines to each, as in vCenter.  Simply load the cartridge and wait about 30 to 60 seconds depending on the number of files you have, and then services will be created.  Please let me know if things work, good or bad.

     

    Updated - Version 1.0.1 released

    The update fixes a problem with the sort order of the structure "Virtual Machines and templates" vs "Hosts and Clusters" and the following files which were not created properly.

     

    Known issues - currently will not remove a service based on a folder that has been deleted from vCenter.  I'll look to add this in the next version.

    One last thing. After you install the cartridge, a new rule, named Custom - create/update records VMware will be added under VMware_Folders cartridge. If edit you it and look at the Conditions & Actions tab, you should be able to see the groovy script that is used to create and populate the services. Here, you should be able to edit the prefix added to each folder in Foglight. By default, the prefix is "Folder_.

    I hope that this solution is satisfactory for you,

    Kind regards

    Gaston.

  • How to use PL/SQL to create dynamic action to set the value of a selection by another list?

    Hello

    I would like to know how to use PL/SQL to create dynamic action to set the value of a list of selection by another selection list.

    1.PNG

    I wish can create dynamic action to manage the two above the Room select list (: P9_ROOM) and building (: P8_BUILDING).

    When you select "1074" in the bathroom, building highlights like "BRM BLD 5"

    When you select 'Area of the black box' in the room, building must assign the value "7 BLD BRM"

    When the room is Null, building should also be Null.

    I thank you,

    Alice

    I forgot to mention, for the PL/SQL Code, because you are working with items in the selection list, the return values are different from the display on your LOV values, you must instead use the return values.

    Thank you

    Erick

  • need to create a lov using FDF


    Hi I need to show a de facto as a lov forces in a custom oaf page...

    Can someone help me with the steps for creating a lov using the FDF.

    I hope that there is a need to create a VO. Then how the query must be in generic form will help me much.

    Concerning

    RAM

    I'm still not very clear.

    You want to display the fields of DFF at a LOV? DFF values are stored in the attribute columns (attribut1 to Attribute15), so add that to your VO LOV query.

    See you soon

    AJ

  • Dynamic LOV pipeline

    Oracle apex 5.0

    That's what I created to display the terminal node.

    SELECT LPAD (' > ', 2 *(LEVEL-1),'. '). product_group_name "Product category", Product_group_id

    Of oms_product_group

    START WITH parent_id = 1

    CONNECT BY PRIOR Product_Group_id = parent_id;

    Result would be:

    ALL THE

    > Mobile

    > > android

    > > > Kitkat

    etc...

    I want to you use pipeline in dynamic lov thus result will be:

    ALL THE | Mobile | Android | KitKat

    How to get there

    Thank you

    Come up with a Solution that works for me hope it works for others as well.

    Select

    LTRIM (sys_connect_by_path (product_group_name, ' |)) '), ' |') l

    product_group_id v

    of oms_product_group

    connect NOCYCLE. prior PRODUCT_GROUP_ID = parent_id

    Start by parent_id = 0

    siblings arrested by

    product_group_name

  • Event must be declared in Custom.pll

    Hello

    Calling a function using custom with these code my named (CUSTOM.pll) pll builder(10g) shapes

    event (event_name varchar2) procedure is

    form_name varchar2 (30): = name_in ('system.current_form');
    block_name varchar2 (30): = name_in ('system.cursor_block');
    nom_element varchar2 (30): = name_in ('system.cursor_item');

    Start

    BEGIN

    IF (form_name = 'OEXOEORD' AND block_name = 'ORDER' AND event_name = 'WHEN-NEW-FORM-INSTANCE')
    -Initialize values global popup is 'n'.
    OR (form_name = 'OEXOEORD' AND block_name IN ('COMMAND', 'LINE') AND in('WHEN-VALIDATE-RECORD','OM_PRE_BOOK_EVENT','OM_PRE_ACTION_EVENT') AND (name_in('ORDER.) event_name) PAYMENT_TYPE ") = 'Credit card'))"


    THEN

    XXtest.EVENT (event_name);

    END IF;
    END;

    end event.

    I've done the necessary to the xxtest.pll on the server it side finish compiling and created a xxtest.plx file to the same location. the location of custom.pll.


    If I do the compilation side server on custom.pll. The following error occurs

    Compile the CUSTOM library...
    Invalidate the package Spec CUSTOM...
    Invalidate the body of Package CUSTOM...
    Compile the package Spec CUSTOM...
    Compilation of the bodies of Package CUSTOM...
    ERROR 201 to 210, column 4 line
    identifier ' APPS. XXtest' must be declared
    ERROR on line 210, column 4 0
    Declaration ignored
    Custom library closing...
    Build custom errors:
    PL/SQL ERROR 201 to 210, column 4 line
    identifier ' APPS. XXtest' must be declared
    PL/SQL ERROR on line 210, column 4 0
    Declaration ignored

    Could not generate the library.

    You must attach the XXPYX.pll to CUSTOM.pll before compiling CUSTOM.pll

    See 9-11 in this presentation slides - http://repo.solutionbeacon.net/BehnCustomPllMethodologyatNIHSROAUG.pdf

    HTH
    Srini

  • The dynamic LOV PL/SQL syntax help

    Hello

    I am trying to create a dynamic lov pl/sql Oracle Apex 3.2 on 11 g. I'm having some trouble with the syntax of the statements below and I would be grateful for any suggestion.
    DECLARE
    BEGIN
    
    IF :p3_current_a_workshop != 0 THEN
    RETURN
    'select distinct workshop_title ||':  '  || presenter_name ||'    $'|| workshop_fee display_value, workshop_id return_value 
    from WORKSHOP
    where session_time = 'A'
    and workshop_status = 'Open'
    or workshop_id = :p3_current_a_workshop
    order by 1';
    
    ELSE
    RETURN
    'select distinct workshop_title ||':  '  || presenter_name ||'    $'|| workshop_fee display_value, workshop_id return_value 
    from WORKSHOP
    where session_time = 'A'
    and workshop_status = 'Open'
    order by 1';
    
    END IF;
    EXCEPTION
            WHEN OTHERS THEN
                HTP.PRN('ERROR'||SQLERRM);          
    END;
    I'm trying to shape the code above out of the example given by apex:
    A function that returns a SQL query with two columns:
    
    IF :MY_ITEM='10' THEN
      RETURN 
      'SELECT ename, empno 
    FROM  emp 
    WHERE depno = 10 
    ORDER BY 1';
    ELSE
      RETURN 
      'SELECT ename, empno 
    FROM emp 
    WHERE depno = :my_item 
    ORDER BY 1';
    END IF;
    ~ Andrew Schultz

    How do you use this procedure?

    You can create and example on apex.oracle.com?

    Lev

    Published by: the January 12, 2011 14:10

  • Dynamic LOV based on the number

    I paint a blank on this one, but I am trying to create a dynamic LOV to a selection list where a user can select a number from 1 to the quantity of an item.

    (ie. count (asset_id) where asset_type =: PAGE_ITEM would be the maximum of the selection list)

    Hello

    What about...

    SELECT LEVEL d, LEVEL r
    FROM dual
    CONNECT BY LEVEL < = (
                          SELECT COUNT(asset_id)
                          FROM   your_table
                          WHERE  asset_type = :PAGE_ITEM
                         );
    

    ?

    See you soon

    Ben

    Published by: Munky on Sep 30, 2010 15:19 - added display and return the value for the purposes of the LOV

  • Where can I find the source of the usefulness of the dynamic "LOVs? white paper

    I downloaded this white paper: -.

    http://www.Oracle.com/technology/products/forms/PDF/10G/community_paper_generic_lov.PDF

    and its title is:
    Form of Oracle 10 g - dynamic LOVs

    The problem here is that I can not find the AC power : -.

    • THE COLORS. PLL
    • LOV. PLL
    • GEN_LOV. FMB
    • INIT_LOV. FMB
    • TEST_LOV. FMB

    does anyone have an idea where I can find the Source?

    Please I want to link specific, as it does not exist in the white paper: -.
    {Sources of the utility can be downloaded from the Oracle Technology Network (OTN1).}

    Hello

    On the same page, the title is followed by a link called: zip
    (http://www.oracle.com/technology/products/forms/pdf/10g/community_paper_genlov.zip)
    Just click this link ;-)

    François

Maybe you are looking for

  • Satellite A200-08JC - software of the camera Chicony does not start

    I installed the correct drivers for my 08JC satellite A200 XP, but when I click the button start to run the software, it shows something loading for a few seconds, then stops. The camera does not illuminate and the display software that shows the vie

  • Turn off the display on 20 minutes after no response on the monitor

    I have this weird problem my computer power setting defined as about 20 minutes after the display display off turn off when you try to move the mouse and the keyboard he still see the no screen (still running fine PC no screen but no response). Meanw

  • Development of an instrument

    Hi, I'm currently developing an ARGOS dc power http://www.Tet.de/argos.html I connect this device in series. I installed the drivers from NI-VISA. I created an instrument for the power driver and set up the series configuration. 9600 N N 8 1 I'm tryi

  • RS232 driver vi for Advanced Motion Controls Digiflex Performance Servo Drive

    I was wondering if one has developed a driver vi rs232 to control a servo Digiflex AMC. I'm not a guy aware of rs232 driver and this seems the only way to control this Driveware drive other than using the software supplied with the player. There are

  • My HP Envy for television using the old Tuner card

    I currently have a HP Envy 17 with no PCMCIA card slot. My old computer is a laptop HP DV9260 (Vista) that came with a PCMCIA TV tuner card (I never used). I still have the card and all other components. I want to use my desire to pick up digital TV