Invoice Workbench Form giving error

Hi,
I have done a customization on the Standard Invoice Work bench Form.
Now When I am entering the lines detail for the non PO based header and closing the form it is giving me error like
APP-SQLP-10186:Please Commit or clear your Changes before continuing.
and same after doing the save also.
Any help on this issue ....Its really Urjent.
Thanks to all in advance...
Thanks
Nihar

Bit late (2 years!) to be answering this but I just hit the same problem and found this thread. After some experimentation I have come to this conclusion:
Probable route cause is I guess (this really is a guess, I have not looked at the standard form to confirm) a FORMS POST, probably executed by the AP Invoice WB form each time you navigate out of a header record.
I am guessing this because it is the most obvious thing I can think of that would result in a WHEN-VALIDATE-RECORD FP firing each time you navigate from one queried record to another. As you said, turning off the FP and closing+re-opening the form gets rid of the message.
I.e. FORMS POST causes WHEN-VALIDATE-RECORD causes FP to fire causes RECORD STATUS change causes APP-SQLAP-10186
My way round this is to add a condition to the FP trigger event: ":SYSTEM.RECORD_STATUS <> 'QUERY'" this should stop the FP firing until the user makes a manual change to the record.
This works for me (at least in unit testing) so I thought I'd post it here even though it's 2 years to late because someone else may hit the same issue and find this thread.

Similar Messages

  • How to find the Invoice workbench form version

    Hi Everyone,
    where i can get the Invoice workbench form version of the APXINWKB.fmb form.
    Kindly reply as soon as possible.
    Thanks
    Atul

    From the application, click on Help > About
    From the OS, use "adident" or "strings -a" command to get the Header details.
    Please search old threads before posting similar questions as this question was asked many times before -- http://forums.oracle.com/forums/search.jspa?threadID=&q=adident&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Invoice Adobe form giving runtime error

    Hi All,
    I have configured standard adobe form for invoice in nace. Print prog - SD_BIL_PRINT01 and adobe form - SD_INVOICE_FORM01. When i run the billing document, i am getting error message - Type conflict when calling the function module (Call to function module /1BCDWB/SMxxxxxxxxx is incorrect). I am using the standard program n form, then why this error.
    Thanks,
    Raju

    Hi,
    In the Print prog - SD_BIL_PRINT01, there is
    CALL FUNCTION lv_fm_name
        EXPORTING
          /1bcdwb/docparams = ls_docparams
          bil_prt_com       = gs_bil_print.
    GS_BIL_PRINT is of type BIL_S_PRT_INTERFACE.
    In the adobe form SD_INVOICE_FORM01, I think  the interface used is SLS_INTERFACE. In the interface  SLS_INTERFACE, the
    import parameter SLS_PRT_COM is of type SLS_S_PRT_INTERFACE.
    Since the export parameter of the print program and the import parameter of the form interface are of different data types, the error is coming.
    Change the interface of the form to BIL_INTERFACE. In this interface, the inport parameter BIL_PRT_COM is of type BIL_S_PRT_INTERFACE.
    Regards,
    Vinod

  • Webutil form  giving error "oracle.forms.webutil.* bean not found.

    i have done all settings as per given in documentation of webutil.
    forms is compiling but at runtime it gives error:
    oracle.forms.webutil.clientinfo.getclientinfo bean not found.
    what could be the reason.plz. help.
    shikha...

    Hi Shika,
    Probably, the issue could be because of any one of the following.
    <br>
    <br>
    1. Check whether you have added $OARCLE_HOME\forms90\java\frmwebutil.jar in the default.env under $ORACLE_HOME\Forms90\server folder.
    <br>
    <br>
    2. Check whether you have added the virtual directory
    <virtual-directory virtual-path="/webutil" real-path="$OARCLE_HOME/forms90/webutil" />
    in the file orion-web.xml under $ORACLE_HOME\j2ee\DevSuite\application-deployments\forms\forms90web folder
    <b<i>Correctly</i></b>
    <br>
    <br>
    HTH.
    <br>
    Regards,
    <br>
    Arun

  • R12 - Input and Output Tax Classification Codes in Invoices Workbench

    Hello,
    After upgrade from 11i to R12, in invoices workbench, the Tax Classification Code LoV (invoice line field) contains taxes that formerly were both input and output.
    In the E-Business Tax Implementation guide says that :
    Release 11i tax codes and tax groups migrate to E-Business Tax as tax classification
    codes. Payables and Purchasing tax codes migrate as tax classification codes under
    ZX_INPUT_CLASSIFICATIONS. Receivables and Projects tax codes migrate as tax
    classification codes under ZX_OUTPUT_CLASSIFICATIONS.
    In invoices workbench form (APXINWKB), I looked in the record group for the LoV and the values are all from the same view zx_input_classifications_v.
    SELECT lookup_code, meaning, description
      FROM zx_input_classifications_v
    WHERE lookup_type = 'ZX_INPUT_CLASSIFICATIONS'
       AND org_id IN (:inv_sum_folder.org_id, -99)
       AND enabled_flag = 'Y'
       AND nvl(:inv_sum_folder.invoice_date, sysdate)
                    between start_date_active and nvl(end_date_active, :inv_sum_folder.invoice_date)
    UNION
    SELECT lookup_code, meaning, description
      FROM zx_input_classifications_v
    WHERE lookup_type = 'ZX_WEB_EXP_TAX_CLASSIFICATIONS'
       AND org_id IN (:inv_sum_folder.org_id, -99)
       AND enabled_flag = 'Y'
       AND nvl(:inv_sum_folder.invoice_date, sysdate)
                    between start_date_active and nvl(end_date_active, :inv_sum_folder.invoice_date)
    It follows that some formerly Payables and Purchasing tax codes were migrated as 'ZX_INPUT_CLASSIFICATIONS' or 'ZX_WEB_EXP_TAX_CLASSIFICATIONS'.
    Anybody knows how is the 11i tax code data migrated to R12 ? Is this the intended behavior ?
    Thanks

    I'm not a functional expert but I would suggest reviewing the following docs and see if it helps.
    How To Update EBusiness Tax Lookup Codes? (Doc ID 466578.1)
    Payables - Invoices - Invoice Lines Tax Classification LOV duplicating entries (Doc ID 1265315.1)
    Upgraded Tax Classification Codes Not Enabled For Iexpenses (Doc ID 851607.1)
    Thanks,
    Hussein

  • AP invoice workbench performance issue.

    Hi Guys,
    We have a production system with RHEL 5 ,R12 12.0.6 and DB:10.2.0.4
    WE are facing Performance issue in Inovoice workbench were users when click on Inovoice  batches or Inovoices it takes a lot of time to open the invoice form.
    Also Validation of inovoices consumes a lot of time which is unaccepted .
    Request you please give some pointers or note id to followd already have locked an SR with oracle .
    This is urgent
    Regards,
    Milan

    Please see these docs.
    R12 Invoice Workbench Form Has A Performance Issue [ID 1072338.1]
    Bad Performance When Checking Funds In Invoice Workbench [ID 1091280.1]
    Bad Performance In Invoice Workbench (APXINWKB) Find Window When Searching By Purchase Order [ID 1195623.1]
    R12 AP Invoice Workbench Performance Issues [ID 957105.1]
    Poor Performance On Invoice Validation In The Invoice Workbench [ID 1130313.1]
    Invoice Workbench> Actions: Pay in Full Performance Issue [ID 983804.1]
    Invoice Workbench (APXINWKB) Performance Issue While Selecting The Self Assessment Check Box [ID 1210340.1
    Performance of Project Expenditure LOV At AP Invoice Header in Invoice Workbench [ID 1143943.1]
    R12.1.1 Performance Problem in AP Invoice Workbench [ID 861205.1]
    R12 Invoice Performance FAQs [ID 579737.1]
    Thanks,
    Hussein

  • Template form is giving error in R12

    Hi All,
    We are trying to run the template form from apps R12.But it is giving error as 'frm-40735: On error trigger raised unhandled exception ORA-06508'.we tried out by compiling all .pll and all invalid objects in database .All .pll is compiled by using ADADMIN.only template.fmb is not working even APPSSAND.fmb is also working fine.We are in critical possition pls any body knows please help us.
    Regards,
    Venkateshwari.J

    Hi Srini,
    I tried the below but It didnt work:
    /slot/ems6596/appmgr/inst/apps/r1212112_rws60007rems/admin/scripts
    -bash-3.00$ adstpall.sh apps/apps
    You are running adstpall.sh version 120.10.12010000.4
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    -bash-3.00$ adstpall.sh
    You are running adstpall.sh version 120.10.12010000.4
    Enter the APPS username: apps
    Enter the APPS password:
    adstpall.sh: Database connection could not be established. Either the database is down or the APPS credentials supplied are wrong.
    USAGE: adstpall.sh <appsusername/appspassword>
    adstpall.sh <applications_username/applications_password> -secureapps
    adstpall.sh -nodbchk
    adstpall.sh: exiting with status 1
    Any help into this.

  • Forms Personlization for Invoice Workbench.

    Hello,
    I would like to get some help on personalizing AP invoice workbench. What I am tyring to do is to insert default value for 'TERM" field based on the invoice type. If the invoice type is 'Credit Memo' then the 'TERM' field should be defaulted to 'IMMEDIATE'.
    Is this possible to do?
    This is what I have so far and it is not working.
    Trigger Event: WHEN-NEW-RECORD-INSTANCE
    Tigger Object: INV_SUM_FOLDER
    Condition: ${item.inv_sum_folder.invoice_type.value} = 'Credit Memo'
    Processing Mode: Only in Enter-Query Mode
    Action: Property
    Object Type: Item
    Target Object: INV_SUM_FOLDER.TERMS_NAME
    Property Name: Value
    value: =SELECT 'IMMEDIATE' from fnd_lookups where Lookup_type = 'IBY_DOCUMENT_TYPES' and lookup_code ='CREDIT'
    Thanks,
    John

    You want this personalization to fire when someone is creating new records. Right?
    In that case, the processing mode should be other than "only in enter-query".
    Your personalization will check if the type = Credit memo when a new record is being instantiated. Most likely, that value will be blank and hence your condition won't be satisfied.
    You have 2 choices.
    1) You can write a when-validate-record personalization that will fire when a new record is being saved and the personalization will change the term to immediate.
    2) You can popup a message during when-validate-record if the type =Credit and term!= immediate. This is not exactly what you want but may be a workaround.
    Hope this helps
    Sandeep Gandhi

  • INVOICES WORKBENCH ERROR

    Hello to all
    We are just upgrading from R11 to R12.
    One of our invoices entered encounter an error when clicking on the Lines tab. It says "no data found, etc". But ofcourse because we are just about to enter the lines.
    Im thinking that is not the supposed to be behavior of r12. Can someone tell me the cause of the error? How can I avoid this in the future?
    Thanks a lot,
    Ella Marie

    Hi,
    Its Bug in R12.
    Kindly review "Ap Invoice Creation Errors Out With Message 'No Data Found' [ID 801094.1]".
    Oracle has suggested patch for same.
    Regards,
    Chirag

  • Trying to look Contents for a new custom InfoCube and giving ERRORS ?????

    Hi all,
        I have created a custom InfoCube (ZTEST_PS) in similar to 0PS_C04. When I try to look the Contents of this InfoCube through Manage --> Contents or Listcube Tcode option, it is giving the following warnings/errors for every attempt:
    1. Your user master record is not sufficiently maintained for object Company Code Hierarchy
    Diagnosis
    When checking your authorizations for object 'Company Code Hierarchy' (technical name: ZCOMPHIER) it was established that you do not have authorization in your user master record for this object (return code 12).
    Procedure
    How you continue depends on the return code. See the online documentation for ABAP language element "AUTHORITY-CHECK". Please note:
    With a return code of 12, the object 'Company Code Hierarchy' has not been maintained in the user master, meaning there is no profile in the user master record in which this authorization object has been entered. This is, however, absolutely necessary, as all of the authorization objects created in the development class RSR are validated in the 'and' link. If the authorization is missing for only one object, the request is rejected as unauthorized.
    Get the person responsible for your authorization to create you a profile containing authorization for object Company Code Hierarchy.
    2. System error: RSDRC / FORM AUTHORITY_CHECK USER NOT AUTHORIZED ZTEST_PS ZTEST_PS
    3. System error: RSDRC / FUNC RSDRC_BASIC_CUBE_DATA_GET ERROR IN RSDRC_BASIC_QUERY_DATA_GET ZTEST_PS 64
    Message no. DBMAN100
    4. System error: RSDRC / FORM DATA_GET ERROR IN RSDRC_BASIC_CUBE_DATA_GET ZTEST_PS 64
    When I try to run a query against this custom InfoCube, I am getting the same First Warning.
    How can I fix theses warnings/errors, PLEASE ?
    Thanks.

    Venkat,
    You dont have authorizations for the 'Company Code Hierarchy'ZCOMPHIER , you dont have authorizations.
    What you will have to do is ask the basis person to give you authorization for the Hierarchy , Or if you can ..switcg off authorization checks for the Cube in T-Code RSSM.
    Regards,

  • ESS - FORM 16 error

    Dear All,
    Getting error when printing Form -16.
    In portal it is giving error...
    "Screen output without connection to user, error key: RFC_ERROR_SYSTEM_FAILURE
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException:      Screen output without connection to user.                           , error key: RFC_ERROR_SYSTEM_FAILURE"
    I think this is the problem with the out put while printing the form.
    I have checked the same in R/3. It is not displaying the form and giving error.
    " Form 16 (New)
    USAGE ERROR
    ERROR CODE       :           0
    ERROR MESSAGE    :
    Not enough information for output or processing"
    Please help me in solving this.
    Regards,
    Potru.

    But if you have an error in ST22 you don't need to pester yourself with ST01. ST01 is pretty much the last resort of debugging when you can't destinguish where an error originates from.
    Since you do have an error in ST22, you should check the code segment which is provided there in the dump, search for the repository object which holds this code and take a look at it or externally debug it.
    Cheers, Lukas

  • Calling custom form from another custom form giving problem

    Hi
    my requirement is when i am populating value in one form field from LOV ,
    i wrote when-validate-item trgger
    this trigger calls in turn another form for approval
    so i use the following command in trigger
    DECLARE
    -- variable added by deepak on 16-05-2006 starts here
         --to make PROF_description enterable
         L_PROF_TERM_WARNING_AMNT NUMBER;
         L_PROF_TERM_AMNT NUMBER;
         L_PROF_DEPOSIT_PAID NUMBER;
         L_AUTORIZATION VARCHAR2(1);
         --variable added by deepak on 16-05-2006 ends here
         --code added by deepak on 16-05-2006 starts here
         BEGIN      
                        BEGIN
                             SELECT PROF_TERM_WARNING_AMNT ,PROF_TERM_AMNT ,PROF_DEPOSIT_PAID ,AUTORIZATION
                             INTO L_PROF_TERM_WARNING_AMNT,L_PROF_TERM_AMNT,L_PROF_DEPOSIT_PAID,L_AUTORIZATION
                             FROM XXPOS_CUSTOMER_PROFILES_GTB XCP
                             WHERE XCP.PROF_DESCRIPTION = :POSTPAID_DET.PROF_DESCRIPTION;
                        END;
                        BEGIN
                        IF L_AUTORIZATION ='Y' THEN
                             :GLOBAL.auth_user_id := NULL;
                             FND_FUNCTION.EXECUTE( FUNCTION_NAME=>'XXAUTHSC',
    OPEN_FLAG=>'Y',
    SESSION_FLAG=>'NO_SESSION',
    OTHER_PARAMS=>NULL,
    ACTIVATE_FLAG=>'ACTIVATE',
    BROWSER_TARGET=>NULL);
                        IF :GLOBAL.auth_user_id is not null THEN
                             :POSTPAID_DET.PROF_TERM_WARNING_AMNT := L_PROF_TERM_WARNING_AMNT ;
                        :POSTPAID_DET.PROF_TERM_AMNT := L_PROF_TERM_AMNT ;
                        :POSTPAID_DET.PROF_DEPOSIT_PAID := L_PROF_DEPOSIT_PAID ;
                        ELSE
                             RAISE Form_Trigger_Failure;
                        END IF;
                        ELSE
                        :POSTPAID_DET.PROF_TERM_WARNING_AMNT := L_PROF_TERM_WARNING_AMNT ;
                        :POSTPAID_DET.PROF_TERM_AMNT := L_PROF_TERM_AMNT ;
                        :POSTPAID_DET.PROF_DEPOSIT_PAID := L_PROF_DEPOSIT_PAID ;
                        END IF;
                        END;
              END;
    but while running it is giving error:
    it is not popup the desired second window and displaying following error
    Illegalrestricted procedure OPEN_FORM in when-validate-item trigger
    IF anyone has any idea on this, it will bw highly appreciated.
    regards
    deepak

    You can use a timer in your when-validate-item trigger. In the when-timer-expire trigger you can call the procedure open_form

  • How to Add Values in INVOICE SUB-TYPE field at the Invoice Header Forms

    Hello,
    Does any body knows how could I add/modify values in the INVOICE SUB-TYPE field at the Invoice Header Forms?. This values are related to the Globalization, in this case for the Chilean Localizations.
    Thanks,
    Alejandro R.

    It gives any error or just does nothing?
    Have you tried making another simple form with just one block and one or two items?
    You can do this type of testing in these conditions.
    Which version of forms are you using?

  • Oracle forms 6i error while compiling on oracle 10g express edition DB

    A forms created on oracle forms 6i having Dual table. But while compiling this form on oracle10g Express edition. Its Giving Error.
    What can be the solution for this. If I remove the Statement using Dual table. it works fine.
    What could be the reason and what could be the possible solutions for this.
    Thanks
    Vipin
    Edited by: user6299750 on Sep 11, 2009 9:26 PM

    Vipin,
    What is the error you are getting and what is the statement you removed? Post the removed statement, or the trigger. then it will be easy for us to understand more clearly.
    And also try to execute the statement in any SQL Editors, to check whether its working or not.
    Regards,
    Manu.
    Edited by: Manu. on Sep 12, 2009 7:34 AM

  • Content Presenter Portlet (CPP) on weblogic portal 10.3 giving error

    Hi,
    We are using WLP 10gR3 & UCM 10gR3 in our environment.
    We've done a new installation on portal following the checklist which is working fine on a working env.
    On portal application CPP giving error
    Content Presenter Portlet giving err-An appropriate display template for this item could'nt be found
    WLP is able to connect to UCM & all required patches for CPP (patch APD4, patch AVW6, patch ZKHC) are also poperly applied.
    On console, error logs show - Error - <May 5, 2011 1:02:49 PM IST> <Warning> <Events> <BEA-401903> <Duplicate EventListener com.bea.content.repo.internal.server.logic.search.ContentExporterListener not added to Handler com.bea.p13n.events.internal.EventHandler on Type {3}.>.
    Not able to understand what is going wrong?
    Same set of libraries are also applied in this env.

    Hi,
    Could someone pls explain which cache is used to cache portlet content and in which form the content is cached?

Maybe you are looking for

  • IPad 1st gen wont connect to iTunes or be recognized by any computer?!?

    Device software is up to date as much as possible. at the 5.1.1 update. Macbook itunes is updated to 11.1.4. but the problem occurs with any Macbook I try to connect to. My iPad isnt recognized and i cannot transfer any files onto it. Im trying to pu

  • Displaying the total no of records in ALV ouput.

    Hi everybody, I am displaying the output in ALV. I want display the total number of records at the top of page.( before the columns). Can any one throw light on this plz. Karunakar reddy

  • Macbook Core 2 Duo screen glitch/flickering??

    My late 2009 macbook has a bad screen glitching issue anytime you move the screen. Sometimes I even have to hold my screen in a certain place for it stop from glitching so i can use my computer. If I took my computer to the apple store for a repair..

  • Redacting tool for HP TRIM

    Hi, I'm looking for a redaction tool that works with HP TRIM. The existing TRIM redaction tool is really good, however, the TRIM document has to be in TIF format and all of our documents are in PDF format. Obviously, a TIF rendition could be made fro

  • .ses file format

    I'm looking for documentation for the cool edit pro 2 (.1) .ses file format to create these files.  I think the file format is available, I just can't find it.  Is it the same as the Adobe Audition v 1 session format?  Thanks for your help!