Forms personalizations in oracle ebs

Hi all,
I want to execute a procedure suppose "ABC" when approve button pressed to approve the requisition, I want to do this through forms
personalization. Kindly tell me which item and which trigger to choose for this purpose.

forms personalization is a feature of the ebusiness-suite. This is the forms-standalone forum. Ask your question in an ebs-related forum.

Similar Messages

  • How to do this Form Personalization in oracle purchasing

    Hi All,
    Am using oracle E-Buz -R12.1.3.
    I trying to do one small form personalization
    Resp --> Purchasing--> Requisitions--> Requisitions.
    Now i ill query for one REQ number for example 1130011. Next ill enter a new line in the line level.
    Requirement:
    Once the line level data entry is completed, User will try to save the line.
    So at this time. I need to fire one message that.
    When the Destination Type is "Expense" and the user didn't enter the project details in the Distribution tab. Then i need to fire a popup message.
    So i tried like this
    Created a new FORM Personalization
    Trigger event :WHEN-VALIDATE-RECORD
    Trigger Object : LINES
    Condition :
    :SYSTEM.RECORD_STATUS IN ('INSERT' ,'CHANGED') AND :LINES.DESTINATION_TYPE_DISP = 'Expense' AND :DISTRIBUTIONS.REQ_LINE_QUANTITY IS NOT NULL AND :DISTRIBUTIONS.PROJECT IS NULL
    And in Action i have created a message type and mentioned to show.
    So Now the problem is when the user click the save button without entering the project detail the message is firing and i clicking three to four times ok and the record is getting saved.
    So my requirement is when the pop messages comes when i click ok i need to go back to the Project block.
    Can any one help in the requirement to get solved.
    Thanks & Regards
    Srikkanth.M

    Hi;
    1. I suggest check:
    Setting Up - Using - Demonstrationg - Personalizations In Oracle Purchasing [ID 1391679.1]
    2. You may get more quick response at Forum Home » Application Development in PL/SQL » Forms
    Regard
    Helios

  • Query on Forms Personalization of Oracle Assignment Form

    Hi All,
    My customer has a requirement of personalization on the Assignment form. They would like to show the People group flex field segments but make them non-editable.
    Since the People Group is a KFF, I am unable to figure out how to personalize this. If any of you has done this with any KFF, could you please let me know the steps to follow?
    Thank you.
    Regards,
    Prathima.

    Balamurugan wrote:
    We are migrating Oracle forms 4.5 to oracle 10g. We have following apporaches.
         1. Oracle 4.5-->6i-->10g, In this what are benefits of migrating into intermediate version.Oracle's migration path is 4.5, 6i, 10g it is more logical to migrate using this path and it is recommended by Oracle, the obsolete built-ins would be pointed out at compilation and fixes would be more automated and simple since Forms 6i was designed to accept migration from 4.5 and the internal design of the forms will be much more adaptable to later releases.
         2. if we migrating into intermediate version 6i, do we need to fix all the errors before moving to 6i.It would be better and easier to fix things in Forms 6i rather than 10g, you can leave them and than you'll have to fix them under 10g.
         3. if no, do we lose any functionlity while migrating to 10g.Functionality built on obsolete built-ins and commands will be lost, you are more likely to face bugs.
         4. Does Oracle support direct migration to 10g?Oracle's official migration path is 4.5 to 6i to 10g
         5. if we open oracle 4.5 form in 10g form builder, do we lose any functionality? do we need to lot manual replacement?It all depends on your application size and features. I suggest you migrate to Forms 6i first and than to 10g although you can do it directly to 10g since Forms 6i is no longer supported.
    I personally rather follow the recommended path and use Oracle support in 10g migration.
    For more Forms migration information check out [Forms Upgrade Center|http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html] .
    Tony

  • EXIT_FORM in forms personalization

    Hi All,
    By entering anything in a database item in the form the status of the
    block containing this item changes from 'QUERY' to 'CHANGED' and thus the
    question 'do you want etc' is shown when leaving the form. I just
    want to use the form as a querytool then leave the form by the command
    exit_form(no_commit,no_validate);
    How and where to call EXIT_FORM from forms personalization?
    Oracle EBS 11.5.10.2 on Linux.
    Thanks.

    If you are just using the form to query and view the data, the form will not show any warning message when you close it. You must be entering values in some fields when the form is not in query mode and form status is changing.
    Open the form --> Press F11 --> Enter Query fields -- Press Ctrl + F11, unless you don't change the data, you can close the form and it will not show any warning messages.
    Other option, if you want to use form as read-only, see if you can make the form function read only with READ_ONLY parameter. so that the entire form not editable.

  • Master Detail form on Oracle EBS

    Hello,
    This is on Forms 6i, on Oracle EBS 11.5.10.2
    I have a Master Detail Form, with one master block and several detail blocks(5 detail blocks).
    Each of the detail block is arranged on a tab. That means 5 detail block = 5 tab.
    Now I wan to implement opposite of master less operation meaning, i need to prevent detail less operation.
    To explain in a simple manner, If user enters a new record in master block, and does not bother to even navigate to any of detail tabs, then it should force user to at enter a record in these detail tabs and should prevent user from exiting the form or committing the form without entering detail tabs.
    How can I achieve above functionality?
    Thanks,
    AB
    Edited by: Rich V on Aug 28, 2012 4:26 PM

    Hi Liem,
    Could you please tell me the Portal Version ?
    Some new indexes were created for 3.0.9 version that had help improving the form performance.
    Create the following indexes as the portal owner (if the portal version is less than 3.0.9 )However, if the portal has been upgraded to 3.0.8 then they should have these indexes :-
    create index wwa_module_bindings_idx1
    on wwa_module_bindings$( subscriber_id,
    module_id,
    module_version,
    module_block_id,
    module_attr_id)
    create index wwa_module_lov_bindings_idx1
    on wwa_module_lov_bindings$(
    subscriber_id,
    module_id,
    module_version,
    module_block_id,
    module_attr_id)
    /

  • Forms Personalization on a Custom Form

    Hi All,
    I have developed a custom form and I have to do form personalization to make a field editable (made it non-editable in new record instance in data block of the form)..I couldn't do it...
    On same form, in same block, I can disable a button for inquiry responsibility...
    What could be the issue for making the field editable..?...
    -Sree

    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?Please see these docs/links.
    How To Do Forms Personalization [ID 468657.1]
    Information About the Oracle Applications Form Personalization Feature in 11i [ID 279034.1]
    Sample Testcase For Using Form Personalization In Oracle Applications [ID 744069.1]
    Limitations of Forms Personalization [ID 420518.1]
    Forms Personalization Document
    Forms Personalization Document
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?What do you mean? Please elaborate more.
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2See the docs referenced above.
    Thanks,
    Hussein

  • Form personalization in a custom form (.fmb) - Requirements

    Hi,
    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2
    Thanks in advance
    Regards.
    Andrés.

    I need apply some forms personalizations on a customs form (XX....fmb). Do you understand?Please see these docs/links.
    How To Do Forms Personalization [ID 468657.1]
    Information About the Oracle Applications Form Personalization Feature in 11i [ID 279034.1]
    Sample Testcase For Using Form Personalization In Oracle Applications [ID 744069.1]
    Limitations of Forms Personalization [ID 420518.1]
    Forms Personalization Document
    Forms Personalization Document
    In some forms (customs forms) that functions have no effect, but in others (customs forms too) yes. Does anyone know why?What do you mean? Please elaborate more.
    What are the requirements to use forms personalizations in a custom forms? Evidently some meet with that requirement.
    EBs Version 11.5.10.2See the docs referenced above.
    Thanks,
    Hussein

  • Form Personalization Execute SQL Update

    I have a requirement where based on changes in one form (say based on table1), I want to run sql "to update" records in another table (table2). Basically sync table 2 when record status changes in table 1. I want to do it with form personalization (when validate record trigger).
    How to execute such sql statement and commit using form personalization? any suggestion?
    Thanks

    Pl post full versions of OS and EBS. See if the examples in these MOS Docs can help
    279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i
    395117.1 - Form Personalizations in Oracle E-Business Suite (Release 12)
    Pl also see this related thread - Re: Oracle Forms Personalization
    HTH
    Srini

  • Form Personalization on PO Header

    Hi,
    Could you let me know how to implement below functionality using form personalization.
    User Logs in PO Responsibility => Query PO (If this PO has value in Attribute10)
    => In this case, I have to make sure the User can't update the PO.
    User Logs in PO Responsibility => Query PO (If this PO has no value in Attribute10)
    => In this case, I have to make sure the User can update the PO.
    Thanks

    Have you reviewed the following docs?
    Information About the Oracle Applications Form Personalization Feature in 11i (Doc ID 279034.1)
    Form Personalizations in Oracle E-Business Suite (Release 12) (Doc ID 395117.1)
    How To Do Forms Personalization (Doc ID 468657.1)
    Thanks,
    Hussein

  • Forms Personalizations - How to navigate to a specific tab

    I am trying to do a forms personalization in Oracle Financials.
    The business requirements is have a menu option in AR Account Details form which takes the user to the Customers - Standard (ARXCUDCI) form and then queries back the customer and displays a particular tab.
    I have everything working except the tab navigation. I do not know how to navigate to a particular tab using forms personalizations.
    I'm not even sure that the 'Tabs' I'm thinking of are the same as Forms 'Tabs' as, when I try to look at the 'Tabs' in Forms Personalization it doesn't appear there are any. It looks like each tab the user sees is a different Canvas.
    The canvas my 'tab' is on is called CUST_MKT.
    As you can prob tell, I'm a functional consultant with limited forms dev experience. I expect the answer is simple - so hoping someone can help me out???
    Thanks,
    - Matt

    Hi Matt,
    You can use the action 'GO_ITEM' (type BuiltIn). In the argumen, you should write MYBLOCK.MYITEM where MYITEM should be an navigable item in the tab to which you want to navigate. To check the actual name of MYBLOCK and MYITEM, go to that item in the screen and check the menu Help > Diagnostics > Examine...
    I hope it helps.
    Regards.

  • Form Personalization - Validation for an existing field value can be done?

    Dear All,
    I have a requirement to have a validation on a form value based on its current value.
    The field should be editable as well it should check its current value with the newly eneterd value, which should not be less than the originally displayed value.
    Can I do this through Form Personalization..?
    If Yes how can I do that..? Please update...
    Many thanks.....

    Hi,
    Please see if the examples under the "Validation" section in (Note: 744065.1 - Sample CUSTOM Library Code To Customize Applications) helps.
    Not sure if this can be implemented using personalization, but you may review the documents and see if it helps.
    Note: 279034.1 - Information About the Oracle Applications Form Personalization Feature in 11i
    Note: 468657.1 - How To Do Forms Personalization
    Note: 395117.1 - Form Personalizations in Oracle E-Business Suite (Release 12)
    Thanks,
    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

  • About global variables in forms personalization

    Hi all,
    I did forms personalzation based on global variables.
    When when i login for the first time untill and unless i validated the global variables the following error is displaying.
    Tokens in the string could not be evalated. please check the syntax.
    Once i validated the global variables then it will working fine.
    Did any of you have faced this problem please let me know the solution.
    Thanks and Regards
    Zaheer.
    Edited by: zaheer on Feb 5, 2010 1:23 AM
    Edited by: zaheer on Feb 5, 2010 1:24 AM

    Hi again;
    In addition to above please check:
    Form Personalizations in Oracle E-Business Suite (Release 12) [ID 395117.1]
    Information About the Oracle Applications Form Personalization Feature in 11i [ID 279034.1]
    Hope it helps
    Regard
    Helios

  • Plz!!!! Its urgent regarding Form personalization

    Hi all ....
    How to modify the query in existing Lov using Form Personalization in Oracle R12.
    Plz Provide the steps to accomplish this task.
    Actually i want to add more column value in lov window. Plz

    Duplicate thread (please post only once).
    Help me Form Personalization in Oracle apps R12 - its urgent!!!!!!!
    Help me Form Personalization in Oracle apps R12 - its urgent!!!!!!!
    Please update your other thread instead of creating duplicate threads across the forums.
    Thanks!

  • Set_lov_column_property through Oracle Forms Personalization does not work

    Oracle EBS 11.5.10
    I need to change the LOV column title in an existing form using Forms Personalization technique. I am using BuiltIn->Call Custom Library option to invoke set_lov_column_property in WHEN-NEW-FORMS-INSTANCE event. It is not changing the LOV column title. I have attempted to use Synchronize following set_lov_column_property action and it has no impact. I have not tried using CUSTOM.pll changes and I feel it may work. At our client site, we have used only Forms Personalization to implement extensions instead of CUSTOM.pll changes as a standard practice.
    Has anyone attempted this technique in Forms Personalization and know whether this works?
    Any help is greatly appreciated.
    Gopal

    Hi Oleh,
    I was just returning to the thread to report that I'd found the issue (actually a colleague did) - and it is exactly what you said - the in-house documentation for the translations library says to add an ON-ERROR trigger to capture (and ignore) 41364, but whoever developed this form apparently forgot to perform this step.
    You still get the brownie points for the answer though =)
    Thanks for the help, my mind is more restful now because I was going nuts trying to find this!
    Alan.

Maybe you are looking for

  • Windows not finding Boot Camp on MacBook Pro

    Hey everyone. I have Windows 7 64-bit and a MacBook Pro (mid 2010) with OS X Lion installed. When I boot up in Windows, it seems that only half of the time Windows realizes that it is on a Mac. Meaning...only half of the time the Boot Camp program is

  • Download .jnlp file when first time

    Hi Everybody, I am new bee for java web start. We are having swing application which we want to distribute through Java Web Start. Client can run application through provided web link. we also want to download .jnlp file to the client machine when us

  • Service tax condition types in Pricing Procedure in SD(Taxinn)

    I need one more advice on Service tax. I am configuring order type for services.In that in pricing I have to add the service tax conditions type for service tax & cess on that.We do not have any standard condition type in our pricing procedure for se

  • Date Functions in Discoverer Query

    Hi, It has been a while since I logged into the forum. Sorry at present my contribution is only to get help. Hope to help others in future. Here is teh problem I am facing. We have frequent requirement to get the sales comparison by last year to this

  • SQL_FULLTEXT Column of v$sqlarea

    All, What do I need to do so that the full text stored in sql_fulltext column of v$sqlarea is displayed. At the moment, when I run the following sql: select SQL_FULLTEXT from v$sqlarea where sql_id='0n6x4f5kaaymb'; I get the output below: SQL_FULLTEX