Addition of one column in LOV through Form Personalization

Hi
While approving a purchase order when we click on Forward check box the forward to field becomes enabled and it has the LOV containing employee names and employee numbers. I want to add another column in this LOV for employee positions through form personalization.
Can any one guide me how to do this.
Regards

Hello,
To set another LOV, you should change the property of your combobox, named LOV_NAME with Forms perso, but you need some PL SQL code to create a new LOV.
See this example : [http://oracle.ittoolbox.com/groups/technical-functional/oracle-apps-l/custom-lov-using-custompll-883870]
One pre-requisite is that your new LOV should have the same number of rows and the same datatype, so I'm afraid you won't be able to do this just using Forms perso
Kind regards,
Xavier

Similar Messages

  • How to restrict LOV to a particular project type through form personalize.

    Hi,
    I got a requirement to restrict LOV to a particular Project type through form personalization in project accounting module. form name: PAXPREPR
    i tried the below code in Builtin, but it didn't work
    SELECT distinct PROJ.SEGMENT1, PROJ.NAME,
    PROJ.DESCRIPTION, PROJ.PROJECT_ID
    FROM PA_PROJECTS_ALL PROJ,
    PA_PROJECT_TYPES_ALL TYPES,
    pa_proj_elements ppe,
    pa_proj_structure_types ppst,
    pa_structure_types pst
    WHERE PROJ.TEMPLATE_FLAG <> 'Y'
    AND PROJ.PROJECT_TYPE = TYPES.PROJECT_TYPE
    AND TYPES.CC_PRVDR_FLAG <> 'Y'
    AND proj.project_id = ppe.project_id
    and ppe.object_type = 'PA_STRUCTURES'
    and ppe.proj_element_id = ppst.proj_element_id
    and ppst.structure_type_id = pst.structure_type_id
    and pst.structure_type = 'FINANCIAL'
    and proj.project_type = 'GRANT'
    order by PROJ.SEGMENT1
    please suggest me where i went wrong.
    Edited by: 925049 on Apr 3, 2012 2:49 PM

    In the Control Data of FS00 there is field 'Authorization Group'
    Please Create an Authorization Group for those user ID who can post TDS entries.
    then Maintain this group for TDS related GL.
    Then others will not able to post to this GL.
    Regards,
    Alok

  • Lov in forms personalization

    how to create a lov for a text item in forms personalization in release r12?
    i created a record group with query but i dont know how to add a lov for that item.
    Regards
    Sudharshan

    You can attache a new record group to exisitng LOV and You can attach already exisiting LOV to a text item......but i don't think you can create a new LOV in forms personalizations..
    and even when u add new record group to existing LOV...u cannot change number of columns or their names
    CREATE_GROUP_FROM_QUERY (vrg_name_new, vlv_sql); to create new record group
    SET_LOV_PROPERTY (---LOV NAME--- ,group_name ,---RECORD GROUP NAME-----); attach group to exisiting LOV
    Set_Item_Property( ..., LOV_NAME, 'your lov'); attach exisiting LOV to an ITEM

  • Is it pssible to shift tab pages through forms personalization?

    In oracle apps ,there is a certain form with many tab pages.I want to reorder those tab pages .Last one to come 2 nd in the order etc.Is it possible through forms personalization?
    Thanks

    In oracle apps ,there is a certain form with many tab pages.I want to reorder those tab pages .Last one to come 2 nd in the order etc.Is it possible through forms personalization?
    Thanks

  • How to displlay multiple Invoice Numbers through Form Personalization?

    Dear All,
    In Ap invoice form if I query one Invoice and click new menu which is created by me, then it shows Invoice Number as a popup. It's done through Form Personalization. But If we Query 5 Invoices and select all by press and hold the control button and select each and every Invoice and then click our menu, that time I need All 5 Invoice Numbers in Popup. So how Can I do this?
    Currently It is showing only one Invoice which currently cursor is there.
    So I need all Invoice Numbers in Popup. So plz give suggestions....

    Pl see if the steps in MOS Doc 856139.1 ((Pics) How To Create Personalized Views For All Users In Professional Buyer Work Center) can help.
    HTH
    Srini

  • How to Chage the data format through Forms Personalization

    Hi Experts,
    I would like to do like,
    for example in the oracle form has two fields called
    start data(DD-MON-YY)
    end date(DD-MON-YY)
    but actullay i would like to have like
    start date(DD-MON-YY HH24:MI:SS)
    end date(DD-MON-YY HH24:MI:SS)
    It can be done through forms personalization?
    we are using Apps 11.5.8.
    Please help me to do it.
    Regards
    R.Sundaravel

    Try using FORMAT_MASK property in Forms personalization
    Property name - FORMAT_MASK
    Value - DD-MON-YYYY HH24:MI:SS

  • Suppress FRM-41050 through Forms Personalization

    I have a view only form wherein the user can view information but cant update. This form gives warning messages FRM-41050 (You cannot update this record) for each record fetched. I am looking to suppress / hide these messages through forms personalization...Can anybody help me or through some ideas on this...thanks in advance

    Hello-
    I am just wondering if you were able to resolve this issue? I am running into the same problem.
    Thanks,
    Amy Bauman

  • PO Screen Layout change, Addition of one column in Item Overview screen!

    Hi All,
    I have one typical requirement where in user wants to add one column in the Item overview screen, example "Reason for ordering" which is there in Item Detail under Retail Tab!
    Can anyone suggest, How can i get this done? and also i want to know if  there is any possibility to add this field at header level??
    please let me know if i'm not clear in describing the issue...
    Suggestion and solutions would be rewarded & appreciated,
    Thanks in Advance..
    Regards,
    Siddaram

    hi,
    Check sap note 458591..
    Regards
    Priyanka.P

  • Creating LOV in Forms Personalization

    Hi Friends,
    I have the requirement to create LOV for the 'Description' field in Standard Form. That Description field doesn't have LOV. I want to create LOV for that field thru Forms personalisation. Is it possible. Pl. tell me the steps.
    I'm using 11.5.10.2.
    Thanks
    Kavitha

    You cannot use Forms Personalization to create a new LOV (you can use Forms Personalization to change what the form run). This is already explained in (Limitations of Forms Personalization [ID 420518.1], Point #1).
    To create a new LOV, you will have to customize the form (pay attention to Oracle policy about customizing seeded forms/report) -- See the docs below for details.
    Customization in Oracle Applications [ID 743490.1]
    Sample CUSTOM Library Code To Customize Applications [ID 744065.1]
    Oracle Forms in Applications FAQ [ID 177610.1]
    How To Customize Standard Oracle Application Using Custom Library [ID 438920.1]
    Oracle Application Developer Guide
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • How to call a particular Customer through form Personalization

    Hi,
    Environment :- R12
    I have a requirement, to search a Customer info based on Sales Order form.
    Requirement:
    1. Open the Sales Order form, Query any order
    Now the user wants to pull the XBC Cusotmer information which was in the Customer Field.
    Naturally we can do by form personalization but here the Customer window is web based one. Can anybody have a hands-on on this. Please let me know.
    Thanks,
    ABR

    Pl see if the steps in MOS Doc 856139.1 ((Pics) How To Create Personalized Views For All Users In Professional Buyer Work Center) can help.
    HTH
    Srini

  • Validate certain fields through Form Personalizations on hitting Save

    Hi,
    Everytime the user clicks on Save I need to validate if certain fields have been populated based on the value of another field.
    For instance, if Category is changed to Active or is currently Active and the user hits save, then before the record is saved, I need to make sure that certain other fields on the form are not null.
    How can I do this ?
    The trigger event am assuming will be when validate record, but that the trigger block can be anything in the form or sub forms as the save button is only in one place on the main menu. Also for the actions, if I define the Execute function, how do i ensure that based on the function result the record is not saved and an error message is generated ?
    Thanks for your help
    Preeti

    Thanks Gerald.
    I tried this -
    In the Form Personalization screen, I set the trigger_event to Key_commit,
    entered a conditon and on the Action tab, i chose builtin with the builtin_type being raise form_trigger_failure. It saves the personalization but on Apply Now I get the error message : FND_CUSTM_REQUIRED.
    Have you seen this before ?
    Thanks
    Preeti

  • Duplication check through form personalization

    Hi
    i was wondering what to write on when validate record or when new item instance for any duplicate checking.what are the reserve words to check the entered value if present in databse table then error.
    Regards

    Hi
    thanks for help.Can i also used this type of personalization for format mask checking in any field.like if i applied format mask on any field it will give error at bootom of window that field must be of type 9999.Can i through a meaning ful alert in case of error as we are displaying error in form of alert in duplication case.
    Regards

  • Inhibit certain characters through forms personalization

    Hi,
    I'm trying to find out how to inhibit certain characters from being input into the invoice number field on the invoice workbench. The only acceptable characters are the following:
    0–9
    A-Z
    space
    Can anyone give me any ideas how to do this please?

    Write a function called isValid that accepts a varchar2 parameter and returns TRUE or FALSE.
    Then write a when-validate-record personalization
    Make the condition as isValid (:invoice_number) = FALSE
    And in action, display an error message.
    Hope this answers your question
    Sandeep Gandhi
    Omkar Technologies Inc.
    Independent Techno-functional Consultant
    513-325-9026

  • Adding new  column to LOV Page , from  extended VO

    Hi All,
    I did a vo extension regarding a LOV (in maintainence user),to add extra columns required. VO Extension is done and able to see that extended vo in page But iam unable to add those extra fields in my LOV page through personalization .
    i.e iam trying to add those columns by giving view instance and view attribute ....and apply .....return to application .......HERE IAM NOT ABLE TO SEE MY ADDED FILED . Can any one please help .
    Thanks.

    Hi Hussein,
    I tried the above link, but i did not get the answer for my requirement..
    Is it possible to add a new column in the LOV using forms personalization?
    Currency Code - This is the only column i have it in the LOV for now.. I just wanted to add one more column Currency Code, Currency Name...
    So when the user click the LOV, they can see both Currency Code and Currency Name...and select one of the Currency in the field.
    Please let me know.
    Thanks,
    Genoo

  • Using Dynamic LOV in Forms

    Hi Everybody,
    I am making forms based on procedures in 9iAS Portal. I am using two parameters for the form. One is Item Code for which I am having a simple LOV with sql statement. Other LOV has a dynamic Sql statement which accepts the Item_code as parameter and displays records containing the item_code. When I run the Lov seperately through navigaror it runs properly but when I used the lov through form and passed the item_code to it, on runtime it says that the lov is based on dynamic sql and unable to show results.
    Can anybody please help me out of this problem.
    Thanks in advance
    Warm Regards
    Vivek Bajaj

    When I tried to compile the following code in Forms, the compiler error I got was Encountered the symbol "STMT_STR" when expecting one of the following: select. However, when I run it in SQLPlus, it creates the function without any errors.
    FUNCTION my_func
    return number
    is
    TYPE DiaryCurTyp IS REF CURSOR;
    cur DiaryCurTyp;
    stmt_str VARCHAR2(200);
    dmonth NUMBER;
    dday NUMBER;
    BEGIN
    stmt_str := 'SELECT dmonth, dday FROM p2_diary
    WHERE dmonth = :1';
    OPEN cur FOR stmt_str USING '12';
    LOOP
    FETCH cur INTO dmonth, dday;
    EXIT WHEN cur%NOTFOUND;
    -- <process data>
    END LOOP;
    CLOSE cur;
    END;

Maybe you are looking for