R12 OM Copy does not navigate to required field when OK button is clicked

We are upgrading from 11.5.10 to 12.1.3.
When a user is copying a Sales Order to a Return in 11i and the user leaves the return reason blank, the form will navigate to the return reason and raise ORA-40202 Field must be Entered.
In R12, the navigation to the required field does not happen. The ORA-420202 is still raised, but the user must click through the tabs to find the return reason.
I have examined OEORDCPY.pll and found the procedure OE_ORDER_COPY_WINDOW.action_ok, which is called when the user clicks on the OK button.
The code below is from R12. Only the section for bug 4879216 is new since 11i. It is clear that the intent is for the form to navigate to the line type or return reason when they are missing (null, required, and enabled).
I have attempted to use forms personalization to navigate to the return reason, when it is missing. However, I could not get the desired result using when-new-item-instance or when-button-pressed as the trigger. Anyone have any suggesstions to correct this change in behaviour?
procedure action_ok IS
QUERY_HEADER_ID NUMBER;
BEGIN
/* Added for bug 4879216 */
validate(ITEM_SCOPE);
IF NOT FORM_SUCCESS THEN
raise form_trigger_failure;
END IF;
/* End of bug 4879216 */
OE_Navigate.g_exec_post_forms_commit:='N';
IF get_item_property('COPY.LINE_TYPE',REQUIRED) = 'TRUE' AND
get_item_property('COPY.LINE_TYPE',ENABLED) = 'TRUE' AND
     NAME_IN('COPY.LINE_TYPE') IS NULL THEN
--fnd_message.debug('go line type');
go_item('copy.line_type');
ELSIF get_item_property('COPY.RETURN_REASON',REQUIRED) = 'TRUE' AND
get_item_property('COPY.RETURN_REASON',ENABLED) = 'TRUE' AND
     NAME_IN('COPY.RETURN_REASON') IS NULL THEN
--fnd_message.debug('go return reason');
     go_item('copy.return_reason');
ELSE
--fnd_message.debug('copy');
OE_ORDER_COPY_MAIN.copy_main(QUERY_HEADER_ID);
END IF;
/* OE_ORDER_COPY_GLOBALS.G_HEADER_ID_TO_QUERY := QUERY_HEADER_ID;
hide_window('COPY');
go_block(OE_ORDER_COPY_GLOBALS.G_SOURCE_BLOCK_NAME);
app_special.enable('MODAL',PROPERTY_ON);
app_special.enable('file.save',PROPERTY_ON);
app_special.enable('file.accept',PROPERTY_ON);
END action_ok;

We have obtained a one-off patch from Oracle to address the issue. Is the patch available for public access? If yes, it would be great if you could share the patch number with us.
Thanks,
Hussein

Similar Messages

  • PDF does not save filled out fields when using browser

    Hello! I have a couple PDFs that I've uploaded to my website for clients to fill out and download. I'm getting complaints that clients are filling out the form, saving it to their computer, but when re-opening the now saved form, none of the fields are filled out.
    Am I doing something wrong? I've provided the forms to be savable in the security functions, and I tested it myself after downloading the PDF and filling it out in the browser (as it automatically opens in browser), and saving to my PC, I re-open the PDF and it is empty of any of the fields I filled out.
    Please help! This is causing my clients to lose faith in me!
    Thank you!

    Which version of Acrobat are you using?
    Just to confirm, when you say "I've provided the forms to be savable in the security functions," did that mean you (using Acrobat XI as an example):
    File menu > Saved As Other... > Reader Extended PDF > Enable More Tools (includes form fill-in & save)

  • The SYSVAL table entry for the database version (16) does not match the required version

    We upgraded from Tidal Enterprise Scheduler (TES) 5.31 to 6.1 on fresh Windows x64 2008 R2 servers.  I did a fresh install but our DBA restored a copy of our database from pre-prod which was at 5.31.  I get the error below.  Note, SQL went from 2005 to 2012 during this upgrade.  Do I need to change a value in this table to reflect the SQL change?
    [04/29 12:47:14:198]:TIDAL Enterprise Scheduler: version 6.1.0.133
    [04/29 12:47:14:198]:Java version: 1.8.0
    [04/29 12:47:14:198]:Java Virtual Machine version: 25.0-b70
    [04/29 12:47:14:198]:Start Time : 04/29/14 12:47:14:198
    [04/29 12:47:14:198]:----------------------------------------------------------------------------
    [04/29 12:47:14:198]:Database URL :jdbc:sqlserver://SQL2012-Host:1433;responseBuffering=adaptive
    [04/29 12:47:14:198]:Database Driver :com.microsoft.sqlserver.jdbc.SQLServerDriver
    [04/29 12:47:14:198]:Maximum number of log files = 100
    [04/29 12:47:14:198]:Added a LogFile called 'RegularFile'
    [04/29 12:47:14:198]:LogManager: setting default log
    [04/29 12:47:14:214]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:14:495]:MessageBroker: Instantiated TcpTransportServer (URI = tcp://0.0.0.0:6215)
    [04/29 12:47:16:975]:Retrieved a LogFile called 'RegularFile'
    [04/29 12:47:17:272]:The SYSVAL table entry for the database version (16) does not match the required version (23). Shutting down.
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:
    [04/29 12:47:20:282]:Shutting down the application

    I had this error last night while applying a patch to 6.0. However in my case the version was 21 versus a required version of 23.
    As far as i know 6.1 is not compatible with the 5 db schema, so you will need an update / migration plan for the db also.

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • Page does not navigate: form re-displays

    In my project there is a page which consists of 5 radio buttons and a "Submit" button at the last of the page.
    User selects a radio and on press Submit it navigates to a different page.
    Instead when i select a radio button and press Submit "Validation error:Value is not valid" is displayed on top of the page and page does not navigate.
    JSP code:
    <h:selectOneRadio
                                  styleClass="selectOneRadio" id="radio1"
                                                                     value="#{SL.objectSpace.sPId}" 
                                                                     onclick="return sL_radio1_onclick(this, event);">
                                                                <f:selectItem itemValue="#{varBObjs.pId}"
                                                                          itemLabel=" " />
                                                           </h:selectOneRadio>
    <hx:commandExButton type="submit" value="#{labels.button_CS}"
                                            styleClass="commandExButton" id="button_CS"
                                            action="#{SL.objectSpace.cS}"></hx:commandExButton>JS snippet:
    function sL_radio1_onclick(thisObj, thisEvent) {
         var parentRadioButtonName = thisObj.name;
         var p1=thisObj.value;
         var indexStart = eval("form1:table1:".length);
         var indexEnd = parentRadioButtonName.indexOf(':radio1');
         var parentIndex = parentRadioButtonName.substring(indexStart,indexEnd);
         if (!thisObj.checked){
              //parent unchecked, uncheck all children for this parent
              for(i=0;1==1;i++){
                  childRadioButtonName = 'form1:table1:'+parentIndex+':table2:'+i+':radio2';
                  if(thisObj.form.elements[childRadioButtonName]){
                      thisObj.form.elements[childRadioButtonName].checked=false;
                 } else {
                        break;
         } else {
              //parent checked, uncheck other parent
              for(i=0;1==1;i++){
                  parentRadioButtonName = 'form1:table1:'+i+':radio1';
                   if (thisObj.form.elements[parentRadioButtonName]) {
                     if(thisObj.form.elements[parentRadioButtonName].checked && (i != parentIndex)){
                          thisObj.form.elements[parentRadioButtonName].checked=false;
                             //uncheck children of this parent
                          for(j=0;1==1;j++){
                               childRadioButtonName = 'form1:table1:'+i+':table2:'+j+':radio2';
                                 if(thisObj.form.elements[childRadioButtonName]){
                                      thisObj.form.elements[childRadioButtonName].checked=false;
                                 } else {
                                            break;
                    } else {
                        if (i>parentIndex) {
                             break;
    }SL.java code:
    protected String sPId="same";
    |
    |
    public String getSPId() {
              return sPId;
              public void setSPId(String sPId) {
              this.sPId = sPId;
         }Thanks in advance.

    In addition my IDE throws the below error:
    (jsf E com.sun.faces.context.FacesContextImpl addMessage Adding Message[source Id = form1:table1 0:radio1,summary=Validtion Error:Value is not valid)                                                                                                                                                                                                                                                                                                                                                                                                   

  • Error 1074395241: The template descriptor does not contain data required for rotation-invariant matching.

    Hello all,
    I am using the IMAQ Match Pattern 4 to detect the rotation angle of a template image. However, it shows the error: "Error 1074395241: The template descriptor does not contain data required for rotation-invariant matching." What is the problem exactly? How to solve this? The details are explained below.
    My project is a little bit complicated. Part of the block diagram containing the IMAQ Match Pattern 4 is shown below:
    The source image is a series of frames of images read from an AVI video (I used a for loop to process the images frame by frame). The template image is a selected region of the first frame. So it means, the user selected the object of ineterst in the first frame of the video, and in each of the following frames, we need to find the matched object of interest & determine its rotation angle. When I run the block diagram shown above, it does not have any error. However, it shows the rotation angle as zero no matter what it "really" is. Therefore, I changed the block diagram by adding the parameters, shown below:
    But in this case, when I run it, it shows the error that I have indicated in the subject line.
    If you need more details about my project to identify the problem, please let me know.
    Thanks in advance.
    Solved!
    Go to Solution.

    -Please go through pattern matching example which comes along with labview fiirst
    Go to labview Help>>Find Examples and you can search for example.
    -You have create template with angle range and what type of pattern matching you want use.
    -For this you have to use IMAQ Learn Pattern before using IMAQ Match Pattern 4
    Refer :http://zone.ni.com/reference/en-XX/help/370281U-01/imaqvision/imaq_match_pattern_4/
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13

  • HT3275 Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  Could not complete backup to media share.  The network backup disk does not support the required AFP feat

    Since updating OS to Mountain Lion from leopard, I get the following error message when trying to backup with time machine on external drive.  "Could not complete backup to media share.  The network backup disk does not support the required AFP features."  What are AFP features and how do I get Time Machine to backup to my current external backup?

    This means that your NAS does not support the required encryption. Update your NAS to the latest firmware or ditch it and buy a Time Capsule (they are the most reliable when using TM).

  • I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compresso

    I have just upgraded from Elements/Premiere elements 11 to version 12. I am running on a PC with Windows 7. When I try to run video from the existing catalogue or video newly imported I get a window stating "....system does not have the required compressor/decompressor (codec) installed" Where has it gone? Where do I get a new one? I am getting REALLY REALLY fed up with trying to find an answer!!!!!!!!

    Try to disable hardware acceleration in Firefox.
    *Firefox > Preferences > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • While trying to setup a time capsule backup to my MyBookLive external drive, I got the following error message: The network backup disk does not support the required AFP features. What's up with this?

    While trying to setup a time capsule backup to my MyBookLive external drive, I got the following error message: The network backup disk does not support the required AFP features. What's up with this?

    This means that your NAS does not support the required encryption. Update your NAS to the latest firmware or ditch it and buy a Time Capsule (they are the most reliable when using TM).

  • Hyperlink on html to a word document does not navigate to the bookmark

    i am trying to navigate to a word document bookmark from an html page
    <p><a href = "file:///D:\temp.docx#my_bookmark">my_bookmark</a></p>
    When we click on the link, we get a pop up from internet explorer asking "What do you want to do with temp.docx?"
    When, we click on "Open", the work document opens up but does not navigate to the bookmark.
    i am able to navigate to the same bookmark when i create a hyperlink inside another word document
    ie. navigation from one word document to another work document bookmark works.
    i am using windows 7  , microsoft office 2010 
    Thanks for your Support

    Hi,
    After adding this link into your HTML page, did you check the URL of the link in browser? Did you see the complete URL with the
    #my_bookmark at the end?
    It should be a query about HTML code, there is not so much we can do on Office client side. For your case, I would suggest you post in the MSDN forum of
    Word for developer, where you can get more experienced responses.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.

    I am getting the following error when attempting to INSERT the results of an "EXEC(@MDXQuery) at SSAS LinkedServer":
    The requested operation could not be performed because OLE DB provider "MSOLAP" for linked server does not support the required transaction interface.
    Here is code that illustrates what I am doing:
    DECLARE @MDX varchar(max);
    SET @MDX='
    SELECT
    [Measures].[Extended Service Count]
    } ON COLUMNS,
    NON EMPTY [Organization].[By Manufacturer].[Manufacturer]
    ON ROWS
    FROM (
    SELECT
    {[Organization].[Org Tree].&[2025],[Organization].[Org Tree].&[2040]} ON 0
    FROM [MyCube]
    /* Test 1 */
    EXECUTE(@MDX) at SSASLinkedServer;
    /* Test 2 */
    DECLARE @ResultsB TABLE (
    Manufacturer varchar(255)
    , ExtendedServiceCount float
    INSERT INTO @ResultsB (Manufacturer, ExtendedServiceCount) EXECUTE(@MDX) at SSASLinkedServer;
    Test 1 succeeds, returning expected results, and Test 2 fails returning the error mentioned above.
    Other articles I've found so far don't seem to apply to my case.  I am not creating any explicit transactions in my code.   When I use OPENQUERY, I am able to do the insert just fine, but not when I use EXEC @MDX at LinkedServer.
    Unfortunately in some variations of the query, I run into the 8800 character limit on OPENQUERY, so I need to use this other approach.
    Any ideas?
    -Tab Alleman

    Hi Tab,
    In this case, SQL Server Analysis Services doesn’t support Distributed Transactions by design. Here is a similar thread about this issue for your reference, please see:
    http://social.technet.microsoft.com/Forums/en-US/8b07be45-01b6-49d4-b773-9f441c0e44c9/olaplinked-server-error-msolap-for-linked-server-olaplinked-server-does-not-support-the?forum=sqlanalysisservices
    One workaround is that use SQLCMD to execute the EXEC AT command and saved the results to a file, then import using SSIS.
    If you have any feedback on our support, please click
    here.
    Regards,
    Elvis Long
    TechNet Community Support

  • Com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required ext

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

    [ Problem ]
    I’m running the sample encryption code and I’m running in to this exception:
    "com.adobe.flashaccess.sdk.cert.ServerCredentialException: Certificate does not have the required extended key usage".  I tried looking it up on javadocs but it doesn’t really tell me what’s causing it.  I get this error when encryptContent is called.  Is this something in my settings/environment or something with the certificates?
    [ Solution ]
    If you are using the EncryptContent.java sample code, please check which credential you are using for the "packagerCredentialFile" variable.  Make sure this is pointing at the .pfx file containing the packager credential.

  • HT3775 hello, im trying to open a document but it seems like my computer does not have the require software to open it could you please tell me what can of software do i need in my laptop?

    hello, im trying to open a document but it seems like my computer does not have the require software to open it could you please tell me what can of software do i need in my laptop?

    In order to help, more information is needed.
    What type of document is it (word document, picture or?) And do you know what software it was created with and what file format it is?

  • VMM Shared ISO error "User account does not have permission required to open attachment"

    I had this error once because the local service account was selected during installation of VMM.  I have reinstalled VMM with a Domain service account and the error went away.  However, the error is back. 
    "User account does not have permission required to open attachment '\\[servername]\VMMLibrary\server.ISO'. Error: 'General access denied error' (0x80070005). (Virtual machine ID GUID)"
    I tried to create this VM on Host1 and got the error. 
    I then went to Host2 and was able to create the VM while using the same ISO on the same VMM library that failed on the Host1. 
    Both hosts have agent 3.2.7634.0 and are both running Hyper-V Server 2012 R2.
    What is wrong with Host1 and how do I correct it?
    Thank you.

    This is a share configuration permissions issue.
    http://technet.microsoft.com/en-us/library/ee340124.aspx
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • 10.5.7 This volume does not meet the requirements for this update.

    First, 10.5.7 is not showing up in software update. I downloaded both the delta and combo 10.5.7 updates and they both give me "This volume does not meet the requirements for this update." I've done all the requisite stuff, permissions, volume check, reset PRAM, etc. I've downloaded the updates several times, and they worked on my 2008 iMac and 2007 Macbook Pro, so I know they work. I've searched and searched and can't find a resolution. It's as if there is some signature written to my boot volume that is preventing this update. Applecare was of no help either. Any ideas?

    Hi! Im new to this forum and i really dont know if this is the right place for me to say this but i really need some help! I have a MAc OS x 10.5.7 and had bootcamp installed on it so i could run both windows and mac! Over the last few days ive recieved a trojan virus on my windows... so i deleted my partition on mac so i basically just had Mac... now i am trying to reinstall my partition but disk utility is saying that i have an invalid volume free block count as it should be 41189365 instead of 41182017....argh! ive read the help stuff on it and it suggests me removing everything off my mac... but will i need 2 still have the mac install disc 1 to hand? as i have currently misplaced this and im ripping my hair out! Ive never had problems with my Imac until now and im really worried! I could really do with the help! Thanks Sam

Maybe you are looking for

  • How can i re-create the download file on my dock

    i accidently removed the download and document folders on my dock..those are the ones that were pre-made when i purchased the macbook air. how can i re-create them?

  • KDE4 compositing no longer works with Intel graphics card

    I recently upgraded to the new intel graphics card drivers and when I started KDE4, I got a black screen. I disabled compositing through the kwinrc file, but I want it back! Here's my xorg.conf Section "ServerLayout"         Identifier     "Xorg Conf

  • IPhoto & Photoshop Elements 4

    Hi all I escaped from the Windows world a few weeks ago, but finding the combination of iPhoto '08 and Photoshop Elements 4 (PSE) not very intuitive and intially appears to be clumsy when opening files - not a very efficient workflow wise when compar

  • Importing landed costs with DTW

    hi all, I use SAP B1 8.81 PL04, exesite there a way to transfer the landed costs with DTW? thanks

  • How do I get my old email off the Apple ID when purchasing an app

    My old email address comes up when purchasing an app.  It shows my old email when asking for my password.  I updated it online.  How do I get it off so I can buy some apps. I am using my iPad ..