Problem compiling CUSTOM.pll

Hi all
I am facing a strange problem, I made changes to my CUSTOM.pll on EBS 11.5.10.2 and compiled under $AU_TOP/resources and CUSTOM.plx is generated. However, none of the changes I did come into force. The old controls are still active.
The same process is successful to our test server, when I compile the CUSTOM.pll the changes take effect immediately.

I need your help.

Thank you
Burak

Burak,

Did you try the server for CUSTOM.plx files and see if you have more than one copy?

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • 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

  • 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

  • Could not open custom.pll error: BDP-PLI018 not found OEXOELIN library

    I have a custom.pll since a 11.5.10.2 instance. I try to open it with Forms6i

    In the regedit FORMS60_PATH is 'C:\orant\FORMS60; C:\orant\TOOLS\OPEN60\PLSQLLIB ".

    I get an error message
    BDP-PLI018 not found OEXOELIN library

    How this problem should be solved? Any help is appreciated.

    The file as oexoelin. PLL isn't here in one of the directories.

    So how do you forms to find the library if it is not in the FORMS_PATH? You need a local copy of all files in the \AU_TOP\RESOURCES directory on your local or network so forms will have access to these files. I'm not positive of the AU_TOP - it has been some time since I worked with EBS. Check with your DBA / SA confirm where these files are and how your development environment must be configured to resource these files.

    Craig...

  • 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

  • Maximum size of Custom.pll/Custom.plx

    Hi all

    Could someone tell me if there is no limit of size on custom.pll/custom.plx in EBS.

    All entries are greatly appreciated.

    Best regards

    gt1942

    Could someone tell me if there is no limit of size on custom.pll/custom.plx in EBS.

    No, unless you reach the limit of the file size of your type of system file or at the level of the BONE.

    Thank you

    Hussein

  • What node, I can compile the .pll file

    Hello Experts,

    I have several nodes not shared environment

    Database, at the same time Manager and Admin node 1 and forms & web on node 2.

    I need compile the .pll under AU_TOP/resource file.

    Which node should I compile the .pll file, also I want to know what node I can compile forms etc.

    Application:-12.1.3 (R12)

    database :-11.2.0.3.0

    OS:-avalerps002dp SunOS 5.10 Generic_148888-05 sun4v sparc sun4v


    Rahul Srivastava wrote:

    Hello Experts,

    I have several nodes not shared environment

    Database, Manager of simultaneous and Admin node 1 and forms & web on node 2.

    I need compile the .pll under AU_TOP/resource file.

    Which node should I compile the .pll file, also I want to know what node I can compile forms etc.

    Application:-12.1.3 (R12)

    database :-11.2.0.3.0

    OS:-avalerps002dp SunOS 5.10 Generic_148888-05 sun4v sparc sun4v

    Compile the pll and forms of "Node forms", which is the node 2 in your case.

    Thank you

    Hussein

  • Issue of CUSTOM.pll

    Hello

    It's on r12.1.3

    I have a requirement where needs of Oracle to locate a PDF file that is stored on an operating system based on a variable from the organizer of the order (value of FDF), file system and pull up the PDF document on the screen using the ZOOM button.

    The question is, how can I do custom.pll pointing the path to this PDF file.

    Is there an example that anyone can share? Or an API info?  I know this isn't a very rare req.

    Please read this thread.

    Rubi

    Here's the event procedure Custom.pll that I use to catch the simultaneous request_id of form FNDRSRUN.  You should be able to do something similar in your case.

    event (event_name varchar2) procedure is

    vareBV_Form_Name varchar2 (30): = Name_In ('system.current_form');

    vareBV_Block_Name varchar2 (30): = Name_In ('system.cursor_block');

    vareBV_URL varchar2 (4000);

    number of vareBV_RequestID;

    vareBV_Common_TOP varchar2 (4000);

    Start

    if(event_name='ZOOM') then

    If (vareBV_Form_Name = 'FNDRSRUN' and vareBV_Block_Name = 'JOBS') then

    vareBV_RequestID: = name_in('JOBS.) REQUEST_ID');

    Tool_Env.GetVar ('APPLTMP', vareBV_Common_TOP);

    vareBV_URL: = eBizViewer.Build_URL (vareBV_RequestID, vareBV_Common_TOP);

    fnd_utilities.open_url (vareBV_URL);

    end if;

    on the other

    null;

    end if;

    end event.

  • Show a custom before validation on Form Message ~ ~ Custom.pll / Personalization

    Hi all

    We have a requirement where we need to display custom before form validation using form customization message is or Custom.pll. I've tried a few things on VALIDATE to the relaxation TIME, is showing the message several times.

    Any help will be greatly appreciated.

    Thank you
    gt1982

    Published by: gt990 on August 2, 2011 10:52

    Personalization you cannot access to the events of validation, then you won't be able to use it for your condition.
    A when-validate-record trigger fires for each new record was changed and so will be shown several times.

    If you are using forms of MFC, you can capture the event VALIDATION POST-FORMS using the HRMS custom.pll.

    Otherwise, it is not possible.

    Hope this helps,
    Sandeep Gandhi

  • Date of efffective - CUSTOM.pll

    Hello

    I'm trying to get the entry into force (form the date at which the user chooses on date picker in assignments / people) in the CUSTOM.pll. I don't know if we can get this value / not. Anyone who has some knowledge about this, please answer. Any response is greatly appreciated.

    Thank you for your time and attention

    query the table of fnd_sessions for your session given (userenv ('sessionid'))

  • 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');

  • Missing CUSTOM.pll after you apply the hotfix 6167056

    Hi all

    I made a request patch 6167056 in order to exploit the post install properly, not to copy the CUSTOM.pll to $AU_TOP/resource and re - generate the CUSTOM.plx

    I can't find the CUSTOM.pll of 6167056/backup/resources

    bash-3. $00 pwd
    / XXXX/XXXX/6167056/backup/resources
    bash-3. $00 ls-l
    Total 184
    -rw - r - r - 1 oradev 94208 15 Oct 19:33 JAINTAX.pll dba
    bash-3. $ 00

    CUSTOM.pll is missing. Might suggest why he did not come?

    Thank you
    SK

    Hello

    I understand that the two files have the same version (as seen in the log file of the fix), thus generating files will be OK. To check the version of files, issue the "strings - a CUSTOM.pll | grep header"for both files.

    Kind regards
    Hussein

  • After change of custom.pll - what to jump?

    Forgive me - I do not work with this technology for the last 8 years - what do I do bounce back after I cnange the custom.pll?
    Forms Server?
    It comes to R12.
    Thank you

    Anatoliy

    You talk about R12, is not e-Business?

    I know forms, if you change a whole .pll there is no need to Exchange services provided by the intermediate layer, depending on the change, you must recompile the .fmbs that reference this library at the most.

    Published by: Rodolfo Ferrari on June 23, 2009 21:54

  • 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.

  • Disable the button Delete in the toolbar on EBS (Apps) Oracle using Custom pll.

    Hello

    I am trying to disable the button remove on Oracle Apps, I tried the following code, but it does not work. If the a person who has been able to do it please share.

    I tried this.
    begin
           
            if (event_name = 'WHEN-NEW-FORM-INSTANCE') then
                      app_special.enable('EDIT.DELETE', PROPERTY_OFF);
                       fnd_message.set_string('After APP_SPECIAL.ENABLE');
              
            end if;
      end;
    Thank you

    Hello

    Take a look at the following links.

    Custom.PLL
    Custom.PLL

    How can note: 561676.1 - I use SQL to disable a menu item?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=561676.1

    Kind regards
    Hussein

Maybe you are looking for

  • November 28, 2012: is the current FireFox for MAC compatible with the ANGEL LMS system update?

    I teach at a community college and must use ANGEL - so I need to know about the compatibility, so I can keep teaching [no really in switching to another browser]Currently using a MAC using OS X 10.6.8

  • Problems with e-mail from BT after launch of El Capitan

    I've just upgraded to El Capitan on my iMac and I've lost my ability to send/receive emails from BT.  I deleted the account and recharged it but nothing works.  If someone has had this problem and how it was resolved?

  • HARD drive is very slow

    Hello I have a "Hp Envy dv6 7352sr" Notebook. When I move files from one partition to another partition, I get only about 33 - 40 MB/s (maximum) speed. Is this normal? In another laptop, I saw about 100 MB/s. And when I move files to usb (Hp 165W) it

  • New R13 - R7 - 372T: Tools missing after the clean install

    Hello! I got my R13 - R7 - 372T today and I want to do a clean install of Windows 10. I checked the Acer site and saw that most of the drivers are available on the download page, I also found the abApps (Portal of Acer and) download ( https://www.clo

  • HP Deskjet 1050 J410 series: driver missing

    My printer has previously worked with my laptop. Due to problems I reset the PC to factory default. The printer device driver is missing and the printer will not work. I don't have the original disc supplied with the printer.