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.

Similar Messages

  • Form Personalization is not working for copied Sales Orders

    Hi All,
    We have a requirement in Sales Order form, if the order type is "Standard" then Ship method field should be mandatory.
    We were able to do this using below form personalization, it is working for new order creation.
    When we did the below testing it is not working
    Inactivated the ship method and try to copy the order with Standard type the field remains mandatory and null but still it is allowing to book the Sales Order.
    Please help to sort out this issue, let me know if it is not clear
    Condition
    Trigger Event : WHEN-NEW-ITEM-INSTANCE
    Trigger Object: ORDER.SOLD_TO
    Condition:
    (:ORDER.ORDER_TYPE not like '%STANDARD%')
    Action
    Type : Property
    Object Type : Item
    Target Object : ORDER.SHIPPING_METHOD
    Property Name: REQUIRED
    Value: True
    Thanks,
    CSK

    Hi CSK,
    try it in well validate item trigger.
    If that order type is list then you may disable the field in WHEN LIST CHANGED  trigger itself.
    Hope it will work,
    Regards,
    Soofi

  • The link to a user defined oracle stored procedure does not work

    This is based on the HowTo Download a file
    http://otn.oracle.com/products/database/htmldb/howtos/howto_file_upload.html
    I have given a link to a procedure as follows, which will download the file (as given in the HowTo):
    #OWNER#.download_my_file?p_file=#ID#.
    However, this does not work. It tries to open a page rather than executing the procedure. It displays the page not found message

    that page not found message is a generic one. you'd want to check your apache logs for more info on what really happened. my guess is that you missed step 5 of that how-to, "grant execute on download_my_file to public"
    hope this helps,
    raj

  • BUG: Oracle Schema Processor does not work in Servlets

    We found a bug with Oracle's Schema Processor. It does not work in Servlets.
    When we try to validate a XML document in a Servlet it does not work, but we can execute the same code in a stand alone application and it works.
    The following is the code we are using:
    try {
    File f =new File(filename);
    FileReader r = new FileReader(f);
    DOMParser dp = new DOMParser();
    URL url = createURL (filename);
    dp.setValidationMode(false);
    dp.setSchemaValidationMode(true);
    dp.setPreserveWhitespace(true);
    dp.parse(url);
    System.out.println("it is parsed");
    } catch(Exception e){System.out.println("there is Error"+e.getMessage());}
    null

    I don't think this is related to Servlets per se.
    Check that the Schema processor classes used by the servlet container, and your application are the same.
    Java does not have proper versioning of classes, I have seen many applications collapse. People compiled their code on developer machines, where it worked fine, but when moved to a production machine they failed because the production machine had a different version of classes. Usually the name of the class doesn't change, but either a method or a variable is missing in several classes. VM doesn't complain but simply crashes.
    In your Schema Processor classes that are used by the servlet engine might be different from the one that the app uses. Do a search on the file system to see how many copy of the same class bundle (zip, jar) you have on the system.

  • 32-bit Oracle ODBC Driver does not work under Windows 64-bit

    We have both Oracle Server 64-bit (10.2.0.3) and Oracle Client 32-bit (10.2.0.1) installed on the same Windows 2003 64-bit server.
    We can create and test 64-bit Oracle ODBC System DSN using 64-bit ODBC Administrator.
    We can also create a 32-bit Oracle ODBC System DSN using 32-bit ODBC Administrator.
    However, the "test connection" does not work:
    Unable to connect
    SQLState=IM003
    Specified driver could not be loaded due to system error 998 (Oracle in OraClient10g_home32)
    We need the 32-bit driver due to 32-bit applications acessing the local 64-bit Oracle server.
    How should we accomplish this?
    Thanks.

    I applied 10.2.0.3 path to Oracle Client 32-bit and now the error is different.
    This error message appears 3 times before configuring, creating or testing a System DNS:
    "An unsupported operation was attempted."
    I just click OK 3 times and then can configure, create or test the DSN.
    However the 32-bit application still cannot access Oracle...
    Yours.

  • Oracle dbms.set_role does not work in APEX application

    Hi, in our j2ee applications, we use secure application role. Basically, the data source use the app user schema to connect to the database. the app user only has create session privileges. the database logon trigger will copy a set of attribute to the local secure context. (ip address, session user, client id, application name). The applications explicitly invoke the stored procedure sec_mgr.set_role before any DMLs are executed.
    the sec_mgr.set_role will check the local context attribute , authorize the ip, application name, and set an appreciated role to this session based on session user.
    we want to apply the same framework to the APEX application. First, we change the paring schema to the app schema which only has create session privilege. then we put the plsql code in which sec_mgr.set_role is called in the application builder --> shared components ---> edit security attribute ---> Virtual Private Database (VPD).
    however, we got the error ORA-06565: cannot execute SET ROLE from within stored procedure
    the sec_mgr.set_role is defined as invoker's right(AUTHID CURRENT_USER)
    do i missing something in APEX to get it work?
    Thanks

    Please explain it does not work in APEX? Is the application updating tables that have a trigger? APEX does NOT override trigger actions. Is it possible the values your trigger is looking for are NOT available in your APEX application? Can you post the trigger code here for review?
    Thank you,
    Tony Miller
    Webster, TX
    What if you really were stalking a paranoid schizophrenic... Would they know?
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Form button does not work when a program is moved from Windows 8.2 to Windows 7

    Hi,
    I have a few Excel programs which use the ODBC to get data from Access and which have macros which writes data to an external program, MYOB.
    When the macros tries to write the data to MYOB it fails if I am not running the program in administrator mode.   It seems that Windows 8.2 has a different level of security than Windows 7 and must be run in administrator mode for the ODBC to work. 
    I have had issues after running the program in administrator mode (testing) if I simply do a save (in administrator mode) and then send it to the customer.   The issue is that it just will not work on the customer's site.   I have gotten
    around this in the past by saving any changes, going back out of excel, loading the program again (not in administrator mode) and saving it - before sending it to the customer.   This worked until now.
    For some unknown reason, the last time I sent a program to the customer and carried out the above process, the program stopped working.   Originally I thought that the macro just wouldn't work on windows 7, but eventually found that it is the form button
    that will no longer work when the program is moved from 8.2 to 7.
    Does anyone know why there is an incompatibility between 8.2 and Windows 7 and what I should be doing to ensure that my programs work in my customers environment(windows7)?
    In the meanwhile, I have changed the form button to an activex button and the program works fine in both environments.
    Thanking you in advance,

    there is some OP report after Windows update Dec 2014 macro stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    try to
    Close Excel
    Start Windows Explorer.
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Excel again
    Open that file and save it, and try open at Windows 7
    to get more detail about this issue, I suggest also contact Office forum
    this case also will be solve installing kb3025036
    good luck

  • Is there any way to get my photos and videos off a ipod touch 5th gen that went through the was and does not work anymore?

    My ipod touch 5th gen went through the wash the other day while it was on and it came out not working at all. I was wondering if there was a way to get any of my photos and videos off of it so i could put them on my computer. Anything will do, from do it yourself methods to companies that will do it for you.

    - If they are in an iPod backup then restore another iPod, iPad or iPhone from that backup. See the restore topic of:
    iOS: How to back up
    - If they are in the iTunes backup then get them from the backup by:
    Recover iPhone, iPad or iPod photos from backups with Picturescue
    - If you used PhotoStream then try getting photos (only) from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - A data recovery company can likely get them off the iPod. Be prepared to pay alot. Google for iPhone data recovery

  • Auto resize of form fields does not work as supposed

    Back in the good old (?) days of compiling as Flash (as opposed to Flex 2) input fields in a form component could be made to streeeeeeetch automatically to fit the varying width of a model. If one  chose "Fit contents = Fit width" for both the iview, and the specific form in the iview, then the fields in the form would resize to fit the width of the loaded window (which of course varies depending on screen resolution and window size).
    Now we have upgraded to SPS 18 and I no longer am able to deploy as Flash (it fails at runtime) so I am left with Flex 2 (which is not a bad thing besides this one issue).
    I have tried all possible settings for my iview and form layouts, but nothing works as it did with Flash. I simply cannot get the fields to resize.
    Can anyone help?
    Henning Strand

    Just received this from SAP:
    17.04.2009 - 09:20:53 CET - Reply by SAP
    Hi Henning
    Thanks for contacting SAP and providing with most of the details required to analyze the issue.
    As per note 1235408,this is a known issue with Flex2.
    Visual Composer UI elements are displayed relative to the browser size and not relative to each other.
    Solution: None; there is no relative layout available for the Flex 2 runtime.
    Workaround: Choose the "Actual size" option in the "Fit contents" list in the Configure task panel of the UI elements.
    Please refer to the note for workaround on the issue.
    See mentioned note if this also applies to your problem.
    Henning

  • Email personalization does not work with no first name

    In Business Catalyst, if you insert the tag { tag_recipientfirstname}, the tooltip on this feature advises that "First name of the recipient (replaces with 'Friend' if first name is empty)".
    This is false advertising.
    It does not replace with 'Friend', it just leaves it blank.
    Obviously, this is a major problem when trying to send out personalized emails, and doesn't help us make the case for a client to use Business Catalyst instead of MailChimp, iContact, or any of dozens of other email tools that reliably provide this simple, simple feature.
    When can we expect this simple, basic feature to function as advertised?

    Hi there,
    We have just raised this issue via Live Chat and they have identified this as a bug.
    This was there response.
    "I have investigated this issue further and this is something I can replicate. As you have mentioned, both {tag_recipientfirstname} and {tag_recipientname} should render 'Friend' if the associated information is missing from the contact's CRM, however it is not at this stage. 
    Therefore what I have done here is submitted this issue as a Bug. For your reference, the bug ID # is 3799812.
    Please refer to our blog closely where out development team announce bug fixes such as this with each release: http://www.businesscatalyst.com/bc-blog."

  • Why new Spacer Item cretaed through personalization does not appear in SSHR

    SR # 6987444.993
    Customer : VIRGIN ATLANTIC LIMITED
    RELEASE : 11.5.10 CU 2
    Patchset: FP K RUP 2
    A Space Item created through Self Service Personalization Does Not Appear in Self Service HRMS Page.
    Responsibility : Employee Self-Service
    Click on "Personal Information".
    Navigate to : Personal Details Region
    Click on : "Personalize Basic Details" hyperlink.
    In the "Personalize Region : Basic Details" page that opens, in the
    Personalize Structure Region : "Complete View" option button is enabled.
    In the Style column choose the Value : Default Single Column
    Click on "Go" button.
    Corresponding to : Default Single Column: Basic Details, Click on "Create Item" icon.
    In the "Create Item" page that opens, choose : Level: Function: Personal Information
    Item Style : Spacer
    ID : Vishu
    Admin Personaliation : True
    Height : 30
    Width : 10
    Click on "Apply" button.
    Click on "Return to Application".
    Simulated in CELALNX10 and crm-au-r12 instance but in both the instances the Spacer items is not appearing.
    Does the information specified in Note # 236618.1 - OA Framework Personalization and Extensibility Guide: Version 5.7+
    under the Section : Create/Update View Page
    is related to this?

    Check that you have specified the HEIGHT and WIDTH properties of the spacer!
    Also, you have created an item, but make sure that it is RENDERED=TRUE at the personalisation level for your responsibility.
    It is good prectice to create an item and render it FALSE. Then go to the specific personalisation level you require and set RENDER=TRUE.
    Also, there is a better document than the one you refer to. Try looking at MetaLink document id 268969.1 - Oracle Framework Personalization Guide (OA Framework 11.5.10).
    Let me know if that helps.
    Regards
    Tim

  • Insert in Tabular form does not work after the upgrade to APEX 4.0

    Hi all,
    Thx in advance for looking into the issue.
    We are running into following issue when we upgraded APEX 3.2 to APEX 4.02
    1) The Tabular form insert does not work.
    2) We are fatching the value of the Global variable APEX_APPLICATION.g_XXXX in a procedure and we get null for this value after submit for new row to be inserted.
    The tabular form was working fine in APEX 3.2.
    The Update and Delete works just fine.
    Any help in this regard is highly appreciated.
    Thx and regards,
    Mahesh

    Here is my workaround to get the ADDROW/SUBMIT working again if you have a legacy Tabular Form:
    1     PAGE ATTRIBUTES               
              JAVASCRIPT          
              FUNCTION AND GLOBAL VARIABLE DECLARATION          
                   var htmldb_delete_message='"DELETE_CONFIRM_MSG"';     
    2     DELETE BUTTON               
              ACTION WHEN BUTTON CLICKED          
              URL Target          change to
                   javascript:apex.confirm(htmldb_delete_message,'MULTI_ROW_DELETE');     
    3     ADDROW BUTTON               
              ACTION WHEN BUTTON CLICKED          
              Action           
                   redirect to URL     
              URL Target          
                   javascript:addRow();     
    4     PROCESS               
              APPLYMRU (activitated by button ADDROW)          
              CONDITION          
                   never or delete     
    5     PROCESS               
              ADDROWS          
              CONDITION          
                   never or delete     
    6     CHANGE PAGE TEMPLATE to e.g. THEME 13 One Level Tabs.               
    7     IF YOU WANT ADD FUNCTIONALITY TO GOTO BOTTOM OF PAGE AFTER ADDROW               
         1. In the page footer put <a name="bottom_of_page"></a>                
         2. Amend the action when the "ADD" button is clicked to scroll down to the new region by doing the following:               
         - edit "ADD" button               
         - Go to "Action when button Clicked" section               
         - Amend "URL Target" from               
         javascript:addRow();                
         to               
         javascript:addRow();window.location='#bottom_of_page' ;               
    regards
    PaulP

  • Multi-select LOV does not work in forms

    the multi select LOV does not work in the form.
    the LOV works individually but in the form it does not work. it does not allow multiple selection from the list.
    is there a workaround for this or is this a bug ...?
    any ideas ...?
    thanx a lot.
    null

    Right, we cannot store more than one value in a single column in a table :), we were getting a lot of requests to support multiple select LOVs but requirements were contradictory if not mutually exclusive.
    The only sense it makes is when used together with user-defined object types (nested tables for example) but the current [application building]infrastructure we have does not support this. However, we are looking into this and this feature maybe implemented in a future release.

  • Excel File read using WebUtil does not work. Gives java.lang.NoSuchMethodEr

    We have a form which reads from an Excel File. The form works in development env., but in the live env when we deployed the form it does not work. Form fails @ the 1st call to Client_OLE2 where we set the Excel file to read.
    For both the envs. the values are given here:
    (1.) Client Forms Version : Forms [32 Bit] Version 10.1.2.0.2 (Production)
    (2.) Application Server Version : 10.1.2.0.2
    (3.) AS Linux Version : (Live) RHEL 5.7 Tikanga / (Dev) Red Hat Enterprise Linux AS release 4 (Nahant Update 4)
    (4.) Client Sun JRE Version :Version 1.5.0 (build 1.5.0_10)
    (5.) Client Web Browser & Version: I.E 8.0.6001 or Mozilla  3.0.15
    (6.) WebUtil Version: 1.0.6Both envs. are the same except the Linux version.
    Works fine in Dev but does not work in Live. Other Webutil functions like file open dialog box works fine in live, only this Excel read is not working.
    Full Error message
    Java Plug-in 1.5.0_10
    Using JRE version 1.5.0_10 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\dinesha.IIL
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    RegisterWebUtil - Loading WebUtil Version 1.0.6
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.0
    Exception in thread "AWT-EventQueue-3" java.lang.NoSuchMethodError:
    com.jacob.com.Dispatch.put(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
         at
    oracle.forms.webutil.ole.OleFunctions.set_obj_property(OleFunctions.java:1216)
         at
    oracle.forms.webutil.ole.OleFunctions.setProperty(OleFunctions.java:333)
         at oracle.forms.handler.ComponentItem.setCustomProperty(Unknown Source)
         at oracle.forms.handler.ComponentItem.onUpdate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onUpdate(Unknown Source)
         at oracle.forms.handler.UICommon.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.processEventEnd(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.redispatchEvent(Unknown Source)
         at oracle.ewt.lwAWT.LWComponent.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
    Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)We connected to Live AS server via VPN and ran the Form in a client machine (where the Dev. is working) but same problem.
    Any help would be greatly appreciated.

    Channa,
    I sounds like you might have missed a configuration step on your Linux application server (AS). I recommend you go back through the configuration of your AS and verify each step of the WebUtil Runtime Setup Checklist was completed correctly. Seach the Forms Help system on "Runtime Setup Checklist" for a copy of the checklist.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Internet does not work after Installation of Oracle10g on SuSE 10 Enterpris

    Hi,
    I installed SUSE 10 then configured the network services using network manager as it did not work by just putting the DNS servers and router address. The internet was working fine till I installed Oracle 10g. It somehow modified my DNS address from 203.97.33.1 to 203.97.33.14. The web interface for Oracle works fine.
    If I run the Network manager again, my internet starts working but the Oracle web interface does not work.
    I do not understand what's happening. Please help.
    Thanks.

    I have never liked using Network Manager with Oracle. If you use traditional ifup, you can use SCPM and have different profiles. The first 2 things I do during an install of Suse Linux that will have Oracle 10g is disable Network Manager and disable IPv6. Go to /etc/hosts and remove all entries that have the IPv6 addresses. The 10g OC4J applications from database and application servers have problems with IPv6 addressing. Make note of your current DNS addresses and your route before reconfiguring to ifup. Use route -n to get the router address if you do not already know it. It is the gateway with values. It is also a good idea to configure your wired ethernet device to start on boot up, then you can ping your hostname whether or not your cable becomes disconnected, i.e. still access dbconsole with the router down.

Maybe you are looking for

  • Upload to solaris slower than to wintel

    I posted a similar question before but have not resolved the issue so... I setup WLS 6.1 on a wintel, 500MHz laptop and WLS6.1 on a E220R running Solaris 8 my client browser is IE 5.5 running on Win2k I tested the time it takes to upload a file using

  • Microsoft Active X Block

    Hello. I am new to Dreamweaver and webpage design in general. I have put together a page that has some pull-down menus generated via Spry and a tabular box I found on Adobe's exchange (Jquery). All working fine in the live view and in firefox. When I

  • Ale master data scenario integration with non sap syetem i.e seebeyound

    hi we have a business process scenario integrating with non sap system (i.e seebeyound) action code      itemnumber    plant code a(add)          material1     plant 2 d(delete)       material 3    plant 6 etc we have upto one million materials assig

  • Support for Canon 5D Raw

    Okay, this is weird. Just got Aperture 3 on trial and ordered my upgrade. Should be here next week. I find it strange that Aperture 2 has no problem processing the Canon 5D Mark II Raw images but Aperture cannot?!? What the funk is that about? I chec

  • Starting listener on OEL5.3

    Hi. I am new to oracle and linux. I recently installed OEL5.3 on my HP dv6536 laptop. During the installation i checked the "oracle validated install" option in the customize packages section. I then installed oracle 10GR2, everything went well. I wa