Register HR custom forms.

Hi
Is it recommend to register custom forms on seeded product application and put the fmx files in seeded product folder. Or should all custom forms should be put in custom folder. I need to register custom HR forms.
thanks
sva

Hi,
Are you going to create a custom schema? If yes, it is recommended you create a new CUSTOM_TOP and place all the files under this directory. If no custom schema is required you can register those custom forms/reports under the product application, just make sure you follow a naming convention to identify your custom objects/files from the seeded ones -- Please see the docs referenced in this thread for details.
Custom application implemented in E-bussiness Suite
Re: Custom application implemented in E-bussiness Suite
Thanks,
Hussein

Similar Messages

  • How to register a custom form under "LEASE -- TOOLS"?

    Hi,
    This is my first form development in Oracle Apps.
    I have a requirement of building a custom form and to display it under LEASE -- > TOOLS.
    I could register the form under a menu by the following steps:
    1. Application Developer --> Forms : Enter the custom form name
    2. Register a new form function
    3. Attaching the form function under a menu
    How do I register this form under Lease--> Tools?
    Thanks and Regards
    Ruma

    Hi,
    I could register the form under a menu by the following steps:
    How do I register this form under Lease--> Tools?I believe you could follow the same steps but attach the form function to the submenu (instead of the menu itself).
    From the Application > Menu, query the main menu to get the submenu, then query the sub-menu and attach the form function.
    More details can be found in the "Developer Guide" which can be found at:
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Regards,
    Hussein

  • How to port custom forms application from oracle apps to standard Forms

    Hi All
    I have developed a small custom forms application inside Oracle EBS.
    I have used the TEMPLATE.fmb for all of my custom forms and followed all the standard metalink docs for building a custom forms application inside Oracle EBS 11i.
    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.
    Is there any doc or step by step procedures?
    thank you very much in advance
    Soni

    Now i kindly want to ask if there is any possibility on hos to port this custom application in a standard forms and reports services with oracle database, not using the Oracle EBS technology stack.If you want to register this custom form and integrate it with EBS then you need to do it from EBS.
    Is there any doc or step by step procedures?https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+form+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=custom+AND+application+AND+register&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Oracle seeded form color got changed after registration of a custom form

    Hi,
    I have register a custom form in Oracle apps 11i.
    Custom form is opening properly but when we are navigating to open the oracle standard form, oracle standard form is coming completely black.
    Could you please through some light on it. It would be great help.
    Regards

    Sounds like your new form was not based on the EBS template.fmb so your new form has a different color pallet. When developing for the EBS, you should always use the template.fmb as the starting point for any new form. To fix this, I recommend you open the template.fmb and your new form and then copy all of the objects from your new form into the template.fmb and then save the template.fmb as your new form. You could change the color pallet, but there may be other things your new form is missing so it would be best to start with the template.fmb. This will ensure you have all of the default triggers and libraries attached that an EBS form should have. :)
    Craig...

  • How to register custom form into Oracle Applications

    I created a custom form based on a custome table, then I registered in Oracle applications, but it is not opening properly in Oracle applications. It is running fine outside of Oracle Applications. Are there any standard packages which I need to attach while creating this custom form.
    Please help.

    1. Copy your form (test.fmb) into $AU_TOP/forms/US
    2. Compile with f60gen
    3. Copy the test.fmx file to $PRODUCT_TOP/forms/US
    4. Login to Oracle Applications with sysadmin user
    5. Select Application Developer responsibility
    6. Navigate to Application - Form -
    7. Enter the values for following parameter
    Form = test
    Application = You can select from LOV
    User Form Name = Enter as you like
    Description = Enter if any
    8. Navigate to Application - Function
    9. Enter the values in the function form
    in Description TAB - Enter the value for Function, User Function Name, Description
    in Properties TAB - Type = FORM
    Maint.Mode Support = None
    Context Dependence = Responsibility
    in Form TAB - Form = Select your form name that already registered (above one)
    Application = Will display
    Parameters = STARTUP_MODE= TEST
    10. Now you can attach the form in Menu then Responsibility
    Revert back if you have any query.
    Regards,
    S. Velusamy Raja
    Oracle Apps DBA

  • How to register custom forms & reports

    Hi,
    Please anyone help me the steps required to register custom forms & reports to e-business suite 11i.
    regards
    sva

    Hi,
    Please refer to the following document.
    Note: 216589.1 - Step By Step Guide to Creating a Custom Application in Applications 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=216589.1
    Note: 177610.1 - Oracle Forms in Applications FAQ
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=177610.1
    Note: 104697.1 - Setup & Usage (Customization)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=104697.1
    Oracle Applications Developer's Guide
    http://download-uk.oracle.com/docs/cd/B25516_14/current/acrobat/115devg.pdf
    Regards,
    Hussein

  • How to Locate the Custom Form Name  in Oracle Apps

    Hi hussein,
    We had a migration project from 11.0.3 NT to 11.5.10.2 AIX, and it include
    1 form I guess. The client user is showing me the navigation tree where the customized form was located.
    She opened the NT Oracle Apps 11.0.3 and it is showing the following:
    Cash Management Responsibilty
    + Other
    Enter Adjustment >> this is the customized form that she showed me
    When the form opened, i shows a block with parent table "AP_BANK_ACCOUNTS_ALL" and a child table
    "CEC_ADJUSTMENT_RECON".
    My question is, based on the navigation, how do I know which is the location of the forms.fmx? of what
    module was it registered to?
    ==============
    I tried to navigate to the custom form and open it, then click "Help --> About"
    from the menu bar, but it does not show you the form name and the forms executable location path,
    (not like the standard forms of oracle where it shows the form name),
    the "help" being shown is the help of the runtime form in a normal default oracle form window.
    so I assumed that the custom form has been registered but not following the standard procedure.
    ==============
    How do I reverse locate it? base on the "tree" > Enter Adjustment
    Thanks a lot

    Hi,
    Please see (Note: 176852.1 - Integrating Custom Applications with Oracle Applications Release 11i), Step 10-f.
    For the (Help > About) issue, please see if (Note: 556755.1 - Forms Version Not Showing On 'About Oracle Applications' Form From Help Menu) helps.
    Btw, I guess we had a similar discussion before in this EBS 11i Customized Oracle Forms and Reports.
    Regards,
    Hussein

  • How to call a custom form with parameter throgh apps personalization?

    Hi All,
    I have developed a custom form in 10g and register it to apps r12. I am calling this form through personalization by lauch a function associated with form.
    Issue is this, I want to pass a parameter to this form from apps eg. Receipt_num.
    I want to get Receipt_Num value from apps form and pass it to custom form.
    Pleas help me how can I do thi?
    Thanks
    Farooq

    Hi,
    So We have a standard form for example (purchase order form) and ur custom form is called by using the menu created by form personalization. So When you open the purchase order form and query for one purchase order number for example 2000, so this purchase order number need to be passed to your custom form field(purchase order number)
    Correct.
    Please follow this link,i have done the same thing and its working fine.
    http://erpschools.com/articles/forms-personalization-tutorial
    Thanks & Regards
    Srikkanth.M    

  • Issue with Custom Form opening in Oracle apps

    Hello,
    I am not sure if this is correct place for this question.
    Hi,
    I have created a custom form and tested in forms 6i. I have moved the fmb and fmx files from my local machine to unix box and registered the form in oracle apps (11.5.10).
    However, when I open the form from oracle apps, form opens OK but some of the field in form are blacked out-I am able to see the field but its black in color. When I type in field and highlight it with my mouse, the value I typed shows up.
    What can be issue here?
    I moved both fmb and fmx from my local machine to UNIX box.
    Please help...

    NV,
    Have you resolved your issue? I've run into this before. I failed to subclass all of my objects properly from the APPSTAND.fmb in accordance with the [Oracle Applications Developers Guide | http://download.oracle.com/docs/cd/B25516_18/current/acrobat/115devg.pdf]. If you have your items subclassed correctly, double check to make sure your Forms Builder is using the correct color pallet.
    Hope this helps.
    Craig...
    If mine or someone elses response was helpful, please mark it accordingly

  • Custom form shows wrong path

    Custom form registered and worked successfully .
    CUSTOM_TOP
    echo $XXTIME2_TOP
    /u03/PROD/apps/apps_st/appl/xxtime2/12.0.0
    if we removed form from this path "$XXTIME2_TOP/forms/US/FORM_NAME" . then we found that form is not opening from applications and message that there's no form in this path is appear . which means form is detecting proper path .
    only issue related when we open the form and check "Help >> About Oracle Application" it shows form path " $FND_TOP" instead of"$CUSTOM_TOP"
    Any idea ?
    Thanks and Regards

    Current Form
    Form Application : Application Object Library
    Form Name : XXTIMEATTENDANCE
    Form Path : /u03/PROD/apps/apps_st/appl/fnd/12.0.0/forms/US/XXTIMEATTENDANCE.fmx
    Form Version : 11.5.12
    Form Last Modified : $Date: 2003/12/19 11:02 $
    while errors are in :
    1- form path (gives fnd instead of my custom top),
    2- form version ,
    3- last modified
    Regards ,
    Waleed .

  • Urgent: Custom Form Development in CRM Applicaiton

    I have built a custom form in 6i using the TEMPLATE.FMB file from 11i applications.
    The form is called from with in the Contact Customer Form Module through the zoom feature. The custom form is called from the zoom but I am getting a Developer Error, cannot find Menu Item. I believe the problem is that I need to reference a Menu file (mmx) in the custom form. However, I have tried FNDMENU but it still gives me the error. Are ther any suggestions or has someone encountered this problem before.
    Any assitance is greatly appreciated.

    The custom form first should be register in the appropriate menu. For that first a menu item has to be created by Oracle Apps DBA and then the form has to be linked to this menu item.

  • Spell checker Functionality to be Implemented in a Oracle Ebiz Custom form

    Hi,
    I have tried implementing the Spell checker functionality in one of our Custom form,I used the OLE2 Built in Package in forms 6i to invoke the Spell checker functionality in Microsoft word but i am getting an error,Could anyone please help me in implementing the functionality?
    I used the following procedure to Implement the spell checker functionality in Forms 6i and registered the same in Oracle Applications 11i,
    PROCEDURE spell_check (item_name IN VARCHAR2)
    IS
    my_application   ole2.obj_type;
    my_documents     ole2.obj_type;
    my_document      ole2.obj_type;
    my_selection     ole2.obj_type;
    get_spell        ole2.obj_type;
    my_spell         ole2.obj_type;
    args             ole2.list_type;
    spell_checked    VARCHAR2 (4000);
    orig_text        VARCHAR2 (4000);
    BEGIN
    orig_text := NAME_IN (item_name);
    my_application := ole2.create_obj ('WORD.APPLICATION');
    ole2.set_property (my_application, 'VISIBLE', FALSE);
    my_documents := ole2.get_obj_property (my_application, 'DOCUMENTS');
    my_document := ole2.invoke_obj (my_documents, 'ADD');
    my_selection := ole2.get_obj_property (my_application, 'SELECTION');
    ole2.set_property (my_selection, 'TEXT', orig_text);
    get_spell :=ole2.get_obj_property (my_application, 'ACTIVEDOCUMENT');
    ole2.invoke (get_spell, 'CHECKSPELLING');
    ole2.invoke (my_selection, 'WholeStory');
    ole2.invoke (my_selection, 'Copy');
    spell_checked := ole2.get_char_property (my_selection, 'TEXT');
    spell_checked :=SUBSTR (REPLACE (spell_checked, CHR (13), CHR (10)),1,LENGTH (spell_checked));
    COPY (spell_checked, item_name);
    args := ole2.create_arglist;
    ole2.add_arg (args, 0);
    ole2.invoke (my_document, 'CLOSE', args);
    ole2.destroy_arglist (args);
    ole2.RELEASE_OBJ (my_selection);
    ole2.RELEASE_OBJ (get_spell);
    ole2.RELEASE_OBJ (my_document);
    ole2.RELEASE_OBJ (my_documents);
    ole2.invoke (my_application, 'QUIT');
    ole2.RELEASE_OBJ (my_application);
    END;
    I am getting the following error,
    *305501:non-ORACLE exception*
    I get this error exactly after the following line of the procedure,
    my_application := ole2.create_obj ('WORD.APPLICATION');
    This Spell check functionality works fine when implemented in a standalone form(When a form is ran from the Form Builder),Facing issue only when it is registered in the Oracle applications 11i.
    I searched various Forums,But i unable to find any solution,Expecting your help on the same asap.
    Thanks,
    Venkat
    Edited by: 946005 on Jul 12, 2012 3:47 AM

    Hi Raja,
    Thanks for the Reply..
    Thanks a lot for your quick and efficient responses.
    But Iam unable to figure out how to implement this auto save functionality in this BSP Applicaition. If anyone has worked on this BSP Application <b>HAP_DOCUMENT</b>, can you please tell me how to do this auto save functionality. Is it possible that when I give this popup to save using java script and when the User clicks on OK, can I get the return code for this and use it to trigger the auto save functionality? And where exactly do I have to code this. Because the code here is bit confusing and the pages are called dynamically, even Iam unable to figure out the Button Id. Can anyone please help me out on this. This is a very urgent requirement.
    As specified by you, I have used this code to give the popup.
    <script type="text/javascript">
    function alertUser()
    alert('Please Save the changes by clicking Save button');
    window.setInterval("alertUser()",300000);
    </script>
    Can I use the same code for save also, like this:
    <script type="text/javascript">
    function autosave()
    htmlbSL(this,2,'SAVE:SAVE');
    window.setInterval("autosave()",300000);
    </script>
    I was trying with this but it is not working.
    Regards,
    Raju
    Message was edited by:
            Narayana Raju Sampathirao

  • Folder Functionality in custom form

    Does anyone know the exact steps to add Folder functionality to a registered custom form in Oracle OE? I see all the folder items in the appstand.fmb but don't what steps to take. Is it even possible to do this?
    Also, how do I add a "folder set" in the application.
    Thanks
    null

    Hi,
    APPFLDR contains all the packages that enable folder blocks.
    But Oracle Applications does not support use of this library for custom development.
    You can go through the Oracle Applications user guide under the topic called
    "Customizing the presentation of data" for adding the folder set.
    Bye
    Srinivasalu.
    null

  • Isuppliers included in customer Lov in Standard Find Customer Form

    Issue:
    On the Customer Standard form, when queried for the customer name, the lov gives list of true customers and isuppliers (Which i think are internally created as parties after isupplier registration and may be thats the reason its showing in the list).
    But we want only the true customers (has account number) not the isuppliers (no account number) in the list.
    1.Please let me know if isuppliers are created as parties? I am pretty confused here.
    2. Is it the oracle standard functionality to pull all the parties (including the party created due to the isupplier registration) in the customer name field of the standard find customer form ?
    3. Also, is there a way to modify the standard form to include only the true customers in the lov of customer name?
    4. Is there a way to query suppliers which are registered in iSupplier from po_vendors or hz_parties tables?
    Please assist. Thanks.

    Hello Shrilakshmi,
    The fields which are used in additional data while creating customer master are must define in customer master table using ci_include or append structure. So it automatically comes in bapi or everywhere wher u used that table.
    Regards
    Dhiraj Dangore

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

Maybe you are looking for