Form Personalization: Calling custom form

Hi Folks,
I need to call a custom form from a seeded form using "Tools" menu and also need to pass parameter.
Here I was able to achieve this using "SPECIAL 1" from personalization, but the problem here is I was not able to pass parameter from seeded form to my custom form. version of EBS is R12
Would be vey greatful if someone could help me on same.
Thanks,
gvk
Edited by: gvk on Mar 13, 2011 11:53 PM

You can pass the parameter only if the called form accepts a parameter.
If it does, you define a global variable and use it on the called form.
The following link gives a great example of passing vendor_id.
http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
Hope this answers your question,
Sandeep Gandhi

Similar Messages

  • Calling Custom Form from Another Form

    Hi All,
    I have created a Custom form using TEMPLATE.fmb and created functions in Apps and assigned to Responsibility etc and it all works OK.
    Now, I need to call this Custom form from another seeded(PO form) Via Tools -> Menu.
    using Forms personalization I can get the Menu Entry and Actions to execute the Form successfully from the PO Form.
    BUT, I need it to automatically query records in my CUSTOM form based on my current PO_HEADER_ID value on my PO Form.
    How can I do it ?
    Do I need to modify my Block and add some parameters and then pass a value via Personalization ?
    Please help !
    Thanks
    Shankar

    Hi ,
    I found similiar solution on another forum as below.
    http://it.toolbox.com/blogs/apps-traction-blog/how-to-create-a-zoom-using-oracle-form-personalization-12081
    This works fine for the Purchasing form and allows me to zoom to the Supplier form.
    But in my case, I want to zoom from the Supplier Form to my CUSTOM form. I replicated the exact steps as per the link.
    However, it does NOT work as expected. It gets up to the ENTER QUERY mode in my CUSTOM form and remains in Enter Query mode. If I manually then Press key F11 to execute the query it brings back all records.
    Do I need to do anything special in my CUSTOM form to make it behave in a similiar way to the Supplier Form ?
    Thanks
    Shanky

  • Calling custom form to standard form based on passing parameters by pers..

    Hi Everyone,
    I have a urgent requirement related to form personalization like Calling custom form to standard form based on passing some parameters and after click on save icon then custom form should be enable and open. how to achieve this functionality through personalization.
    In brief ......Responsibilty -> Enterprise Asset Management->work order form and in this form's tool menu attach a custom form which comes other responsibility(here no issue) issue is that which trigger and condition used and what should be Action attribute/option. How to disable or enable tool form on some specific navigating the form.
    and how pass the parameter through current using form fields.
    plz help me out........it's urgent.
    thanks,
    Abh....

    Abh,
    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms. Please post your question in the General EBS Discussion forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How to call standard form from your custom forms

    Hi,
    I submits concurrent program(SRS) from custom form and then i would like to call view requests standard form rather navigating manually?
    Please can anyone tell me how to do above?
    Thanks
    ESL

    Hi Esl ;
    Please check [this search|http://forums.oracle.com/forums/search.jspa?forumID=475&threadID=&q=call+standard+form+from+custom+forms&objID=c84&dateRange=all&userID=&numResults=15&rankBy=10001]
    Please also check those and see helpful:
    Forms Customization
    Re: Enable Submit Button at User Level and Disable at Block Level
    Forms Personalization Document
    Re: Forms Personalization Document
    Regard
    Helios

  • Forms Personalization or custom.pll

    I need to make the 'One Time' check box default to yes for the supplier window when I login through a custom responsibility One Time Supplier !
    either by forms personalization or custom.pll
    Can any one advise me ?

    Ok.
    I’m on EBS 11.5.10.2 R3
    I’m not sure if it will work for a different version
    1.Open the Suppliers and the Forms Personalization windows.
    2. Seq=1, Description: Activate One_Time flag
    3.Level = Function
    Condition:
    Trigger Event = WHEN-NEW-RECORD-INSTANCE
    Trigger Object = VNDR
    Condition = :SYSTEM.RECORD_STATUS = 'NEW'
    Actions
    Seq=1, Type = Property
    Description = One Time
    Object Type = Item
    Target Object = VNDR.ONE_TIME_FLAG_MIR
    Property Name = VALUE
    Value= Y
    4.In the Context area enter the responsibility you want to be affected by this personalization.
    5.Save your work and close all windows. Using the responsibility on 4, open the suppliers window again, go to the Classification tab and see if it is checked.
    Hope this helps
    Octavio

  • Trigger events are notvalidated the lov  form personalization or custom.pll

    Hi all,
    The trigger events are not validated the LOV in forms personalization or custom.pll
    any one help me
    Regards,
    M.Soundrapandian
    Edited by: user588510 on Dec 15, 2008 9:27 PM

    i have checked with the new item instance and now i have given
    In the message text when i have given this query it is displaying me with blank message box when there are no records which i dont want.and also saving it when i click ok .where should i modify my query so it displays message only when there are more than 3 records but should not save
    trigger event : when new item instance
    trigger object :repairs.lot_number
    condition : :SR.ACCOUNT_NUMBER IS NOT NULL
    AND :REPAIRS.SERIAL_NUMBER IS NOT NULL
    Message text :
    =SELECT 'There are a total of '||COUNT (*)||' Previously Repaired Records' "A" FROM CSD_REPAIRS CR, CS_INCIDENTS_ALL_B CS, CSD_PRODUCT_TRANSACTIONS CP
    WHERE (
    SELECT COUNT(*)
    FROM CSD_REPAIRS CR, CS_INCIDENTS_ALL_B CS, CSD_PRODUCT_TRANSACTIONS CP
    WHERE CR.REPAIR_LINE_ID = CP.REPAIR_LINE_ID
    AND CR.INCIDENT_ID = CS.INCIDENT_ID
    AND CS.ACCOUNT_ID = :SR.ACCOUNT_NUMBER
    AND CP.prod_txn_status = 'RECEIVED'
    AND CR.STATUS = 'Closed'
    AND CP.SOURCE_SERIAL_NUMBER = :REPAIRS.SERIAL_NUMBER)>=3
    Edited by: user10755387 on Aug 5, 2009 11:31 PM

  • Personalize a custom Form.

    Can i personalize the custom form?? IF any one some knowledge regarding this please tell me....
    Regards,
    Saquib

    Think so.
    whether u tried.
    once you registered form in apps its like inbuit form.
    so whatever you did in standard form can also be done in custom form.
    but i havent tried it.
    Cheers
    Badsha.

  • Form Personalization - calling stored procedure attached in the form/library

    Let said we have a form: OEXOEORD.fmb (Sales order form)
    Using Form Builder to open it, we see that it links to other PL/SQl Libraries such as OEXOELIN (file: OEXOELIN.pll)
    and there are many stored procedures in OEXOELIN.
    is that possible that in the form personalization of Sales order form (OEXOEORD.fmb)
    we call a procedure in OEXOELIN library? eg: we call OE_LINE_SHIPPING.packing_insruction procedure in OEXOELIN library?
    i have tried to use the Builtin FORMS_DLL or "Execute a Procedure", but is not working.
    we are using R12.

    the solution we found is:
    1) use form personalization to call custom library
    2) custom library call the form library

  • Getting data into a standard eBS form from a custom form

    To automatically enter (existing) customer information into a standard eBS form, we've created a custom query forms. This form queries for a customer and places the customer information into some global variables. This works fine.
    Now, this query forms gets called using the zoom button of eBS.
    First, the custom form got called with call_form. This worked, but after returning from the queryform, the toolbar was not as it was (missing some extra buttons, ect).
    We fixed this issue by using (as stated in the developer guide) fnd_function.execute. This restored the correct toolbar, but no data gets returned into the eBS form. With some testing, it seems our custom code in the custom.pll stops working after the call to fnd_function.execute. When I diagnose the global values, they contain the right information. Can somebody suggest a way to let our custom code continue with processing after a call to fnd_function.execute?

    Is there somebody with some insights into this problem?

  • Form personalization : sales order form (line) to make subinventory field mandatory

    I have requirement to make sub inventory field mandatory in Sales Order Line, I tried using Form Personalization on 'When Validate Record' and making the fields required. But even though the field is showing as yellow but system allowing me to save the order line without this fields? Any input?
    thanks
    challa

    Forms Personalization is a feature of the Oracle Enterprise Business Suite (EBS) not a feature of Oracle Forms.  Please post your question in the EBS General Discussion forum.  If you have a general Forms question, by all means, ask it here!
    Craig...

  • Link Of a Standard Form to a Custom  Form --- Urgent !!

    We are in apps version 11.5.10.2. The Client has custom payslip form suited to their requirement. Now they want a little enhancement feature in the Custom Form.
    The custom pay slip form can be queried by employee number. From then you can get the appropriate payperiod where you can navigate to any of the pay periods and view the payslip for that period.
    Now they want to add a button to the custom form so that on the click of the button the element entries form for the respective pay period is opened. Now we have added a button and gave the reference to the standard form. We do not know exactly how to reference the exact period entries and for the same employee number. Currently it is poping a find window asking the employee number.
    Form gurus...please throw ur light on this ...awaiting ur replies and suggestions.

    do they want to see the element entry form (so Read Only), or do they want to kick off transactions into that element entry form?
    When Read Only, you can use also the Element History folder, or a custom subform, based on the element entries view.
    If not, you have to rework your original custom form, so that she is TaskFlow compatible, and then inheritance should take place by itself.

  • Forms Help- calling another forms w/ parameters

    Hi- I am new to forms development.
    When calling a form, I see samples of code that use the 'execute' procedure, and then pass a few parameters.
    I try to open a different form, use this syntax, and I get errors...along the lines of the parameters are wrong.
    My question- is there a place in the application where I can find a listing of forms I can call, and what parameter names to use?
    Thanks

    hi
    Definitions : FORM parameters are variables of TYPE char,number, or date that you define
    at design time.
    Let us assume that I am calling form in this script.
    ** Example:   Calls a form, passing a parameter list if the
    **            parameter list exists.
       Here it passes the city_name and City_date;
    DECLARE
      pl_id       ParamList; 
      city_name VARCHAR2(30) := 'BANGALORE'; // You can assign dyanamically;
      city_date DATE := SYSDATE;
    BEGIN
      ** Try to lookup the 'TEMPDATA' parameter list
      pl_id := Get_Parameter_List('tempdata');
      IF NOT ID_NULL(pl_id) THEN
          Destroy_Parameter_List(pl_id);
      END IF;
      pl_id := CREATE_PARAMETER_LIST('tempdata');
      ADD_PARAMETER(pl_id,'p_city',TEXT_PARAMETER,city);
      ADD_PARAMETER(pl_id,'p_city_date',TEXT_PARAMETER,TO_CHAR(city_date));
      /* Please note that here you can pass only Text i.e., CHAR parameters, that
         means if it is other than CHAR you have to convert into CHAR function */
      CALL_FORM('XYZ_FORM', No_HIDE, NO_REPLACE, NO_QUERY_ONLY,pl_id);
    END IF;
    In the above program I am calling XYZ_FORM by passing parameter list of "TEMPDATA"
    which contains 2 parameters
        1. P_City
        2. P_city_date
    When you are receiving these parameters in the XYZ_FORM.
    You MUST HAVE these PARAMETERS in the XYZ_FORM.
    You can declare like this
    1. In XYZ_FORM, Click on PARAMETERS.
    2. Go to the property sheet of PARAMETER1
        Change the following things
        i) Name = P_CITY   /* It must be the same name that what you are passing */
        ii) Data Type = CHAR
        iii) Maximum Length = 30 //sample
        iv) Close the parameter sheet.
    /* Now you have created for one parameter */
    3. Similarly Create one more parameter for P_City_date by clicking "new".
        i)  Name = P_CITY_DATE   /* It must be the same name that what you are passing */
        ii) Data Type = DATE
        iii) Close the parameter sheet.
    -- Similarly you can have no. of parameters.
    To access the values of the above parameters in the XYZ_FORM
    append with :PARAMETER.
    That is
    You can access P_City in Xyz_form by   :PARAMETER.P_CITY
    Similarly for P_City_Date is :PARAMETER.P_CITY_DATE.
    I hope this is more than sufficient and it is acceptable to yousarah

  • FNDLOAD for Form Personalization migration - OKEKAUWB form

    I wrote some Form Personalization code for the Form OKEKAUWB (Project Contracts --> Authoring workbench form). I need to migrate the work to the Test environment.
    I am using the following FNDLOAD command:
    $FND_TOP/bin/FNDLOAD APPS/<password> 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct XX_OKEKAUWB.ldt FND_FORM_CUSTOM_RULES function_name="OKEKAUWB"
    This command creates the .ldt file but it does not contain the Personalization Data. Hence the upload of the .ldt file to the TEST environment does not yeild in migration of any data, and obviously I am seeing 'No data found for upload' in the log file generated.
    What is wrong with this command? why is it not extracting the data from the FND_FORM_CUSTOM_RULES and other tables containing the personalization data?
    Any help much appreciated.
    Thanks
    -ravi

    Yes. remove the quotes and try it. it works for me. and also make sure you are giving the function name but not the form name.
    http://erpschools.com/Generic_loader_FNDLOAD.asp
    Thanks
    Prudhvi

  • Form personalization - new custom function - how to pass parameters?

    Hi,
    My requirement is to call a custom mod pl/sql program (html page) from purchasing when the "approve" button is pressed. I have it working, but don't know how to pass parameters to my function.
    I have my function defined and registered. In the definition under "Web HTML" tab, I have my pl/sql procedure call under "HTML Call". Where do the parameters go?
    On the customization of form POXPOEPO, I am using Builtin - Launch a function. I want to pass the po_header_id, so under "Parameters", I did "Insert Item Value" of :PO_HEADERS.PO_HEADER_ID
    My custom HMTL page is popping up, but the parameter is not being passed. Is there something in the Function Definition where I can define the incoming paramaters?
    Thanks.
    Paul

    Post your question in below forum:
    General EBS Discussion
    -Anand

  • Calling custom form from another custom form giving problem

    Hi
    my requirement is when i am populating value in one form field from LOV ,
    i wrote when-validate-item trgger
    this trigger calls in turn another form for approval
    so i use the following command in trigger
    DECLARE
    -- variable added by deepak on 16-05-2006 starts here
         --to make PROF_description enterable
         L_PROF_TERM_WARNING_AMNT NUMBER;
         L_PROF_TERM_AMNT NUMBER;
         L_PROF_DEPOSIT_PAID NUMBER;
         L_AUTORIZATION VARCHAR2(1);
         --variable added by deepak on 16-05-2006 ends here
         --code added by deepak on 16-05-2006 starts here
         BEGIN      
                        BEGIN
                             SELECT PROF_TERM_WARNING_AMNT ,PROF_TERM_AMNT ,PROF_DEPOSIT_PAID ,AUTORIZATION
                             INTO L_PROF_TERM_WARNING_AMNT,L_PROF_TERM_AMNT,L_PROF_DEPOSIT_PAID,L_AUTORIZATION
                             FROM XXPOS_CUSTOMER_PROFILES_GTB XCP
                             WHERE XCP.PROF_DESCRIPTION = :POSTPAID_DET.PROF_DESCRIPTION;
                        END;
                        BEGIN
                        IF L_AUTORIZATION ='Y' THEN
                             :GLOBAL.auth_user_id := NULL;
                             FND_FUNCTION.EXECUTE( FUNCTION_NAME=>'XXAUTHSC',
    OPEN_FLAG=>'Y',
    SESSION_FLAG=>'NO_SESSION',
    OTHER_PARAMS=>NULL,
    ACTIVATE_FLAG=>'ACTIVATE',
    BROWSER_TARGET=>NULL);
                        IF :GLOBAL.auth_user_id is not null THEN
                             :POSTPAID_DET.PROF_TERM_WARNING_AMNT := L_PROF_TERM_WARNING_AMNT ;
                        :POSTPAID_DET.PROF_TERM_AMNT := L_PROF_TERM_AMNT ;
                        :POSTPAID_DET.PROF_DEPOSIT_PAID := L_PROF_DEPOSIT_PAID ;
                        ELSE
                             RAISE Form_Trigger_Failure;
                        END IF;
                        ELSE
                        :POSTPAID_DET.PROF_TERM_WARNING_AMNT := L_PROF_TERM_WARNING_AMNT ;
                        :POSTPAID_DET.PROF_TERM_AMNT := L_PROF_TERM_AMNT ;
                        :POSTPAID_DET.PROF_DEPOSIT_PAID := L_PROF_DEPOSIT_PAID ;
                        END IF;
                        END;
              END;
    but while running it is giving error:
    it is not popup the desired second window and displaying following error
    Illegalrestricted procedure OPEN_FORM in when-validate-item trigger
    IF anyone has any idea on this, it will bw highly appreciated.
    regards
    deepak

    You can use a timer in your when-validate-item trigger. In the when-timer-expire trigger you can call the procedure open_form

Maybe you are looking for

  • Table with two headers

    i have a designed a table with 2 headers(say H1 AND H2), and  dynamic body rows (with three columns) the issue is when the table is oveflowing in to next page only one of the header is showing on the next page, i have noticed that the option  " INCLU

  • Web content embedded in a layer.

    i would like to see my web content (or my local folder) into a layer and navigate it inside there. not into the external or app browser. how can i force my mouse click to launch any browser but load page into the layer of my stack?

  • Director 8 to Director 11.5

    Hello everyone, I'm currently coordinating a study at Columbia University.  One of the computerized questionnaires that our research group gives to participants is programmed in Director 8.  We are interested in purchasing Director 11.5, but would li

  • Internet Explorer 10 problem, Windows 8

    on my start screen, internet explorer works, but when i pin it to the taskbar, the one on the task bar does not work. When i click on the one on the task bar, internet explorer pops up and everything seems fine, but there is no website. The page is j

  • A file downloaded from hrms kar govt containing extension name as .aspx is not opened in android. Please tell what to do?

    Download file not opened