Oracle Payables R12: Modify invoice number after PO match

Is there any setups or profile options in Oracle Applications Release 12 which enables/diables changing invoice number on an invoice after PO match? Please let me know where in R12, we can change the setup to make it allowable to modify invoice number.

This is not allowed. There is no such profile option.
Thanks

Similar Messages

  • How to create Invoice Approval in oracle Payable R12 ?

    Hi All..
    Can any one let me know how to create Invoice Approval in oracle payable R12?

    pl.go thru following link.
    http://oracleerpfunctional.blogspot.in/2012/08/ap-invoice-approval-workflow-setup-and.html
    http://oracleerpfunctional.blogspot.in/2012/08/oracle-approvals-management-ame-setup.html
    http://www.scribd.com/doc/101107120/Oracle-Payables
    HTH
    Sanjay

  • How to get Prepayment in Oracle Payable R12

    HI 2 ALL
    Anybodyknow that how to fetch applied prepayment in oracle payable r12.
    My actual requirement is to get following information
    PO# CHECK# PRE-PAYMENT DATE
    Regards ,
    Zulqarnain

    plz see Re: AP Prepayments

  • Get Invoice Number after adding the invoice

    Hi,
       I am adding a service invoice to SBO using the DI api. I am able to create the Invoice successfully. Immedietly after I execute the Invoice.Add line, I would like to get the Docentry that was assigned to the invoice. What is the bst way to do this? Appreciate any help you can give me.\
    See code I am using:
    private void CreateSAPServiceInvoice()
                   SAPbobsCOM.Documents oServiceInvoice;//ChargeBack Invoice.
                   SAPbobsCOM.Documents oPaymentInvoice; //Orig: Invoice
                   SAPbobsCOM.Payments_CreditCards pCC;
                   oServiceInvoice = (SAPbobsCOM.Documents) frmMain.oCompany.GetBusinessObject(
                        SAPbobsCOM.BoObjectTypes.oInvoices);
                   oPaymentInvoice = (SAPbobsCOM.Documents) frmMain.oCompany.GetBusinessObject(
                        SAPbobsCOM.BoObjectTypes.oInvoices);
                   oServiceInvoice.DocType=SAPbobsCOM.BoDocumentTypes.dDocument_Service;
                   oServiceInvoice.CardCode = pmt.CardCode;
                   int x = pmt.Invoices.Count;
                   //Get CC Payment Info
                   pCC = pmt.CreditCards;
                   for (int i=0;i<pCC.Count;i++)
                        pCC.SetCurrentLine(i);
                        this.CBAccountInfo= modcb.cbaccts.Find(pCC.CreditCard);
                        if (this.CBAccountInfo != null)
                             //Service lines
                             oServiceInvoice.Lines.ItemDescription = this.pCBAcct.AccountName;
                             oServiceInvoice.Lines.AccountCode = pCC.CreditAcct;
                             oServiceInvoice.Lines.Price = pCC.CreditSum;
                             oServiceInvoice.Lines.TaxCode="0";
                             oServiceInvoice.Lines.Add();
                   //Add the invoice only if any lines have been added to the
                   //Service Invoice.
                   if (oServiceInvoice.Lines.Count > 0)
                        //Add the invoice
                        int j = oServiceInvoice.Add();
                        if  (j!=0)//If there is an error
                             int ix; string m;
                             frmMain.oCompany.GetLastError(out ix,out m);
                             throw new Exception(ix + ":" + m);          
                        else
                             j =oServiceInvoice.DocNum;

    I think this thread might have some useful information for you.
    After Save Document: How to get DocNum, LineNum

  • Missing or skipped invoice number after output error

    Hi,
    if there is an arror in output message (for example in smartform) the invoice is not saved in the database but the ranges (internal number and accounting document number) are increased.
    As for some fiscal numbers are skipped and this is no possible for italian law.
    Do you have any solutions?

    Hi,
    there are waiting documents in SM13 but if I try to repeat the update the system gives me the error "update can not be update again".
    Do you have other solutions?

  • Depot Excise Invoice number skipped ???

    Hi Everyone
    For Ex. say our depot excise invoice number range is from 1to 100, assuming the current number is 51. Some day back there was a jump in the depot excise invoice number range. In between 1 and 51 the number "25" is missing.
    So the excise department has asked the company as to why we have skipped the number 25.
    I have checked the table J_1IRG23D, but the skipped excise invoice number is not appearing in the tables, I mean it says "No table entries found for the specified key"
    Our Company wants to know the exact reason as to why the system has skipped the depot excise invoice number "25".
    Whether it is the system mistake or user mistake or some body else fiddling with the system.
    Please offer you valuable suggestions to solve this problem
    Thanks & regards
    satish

    Hi,
    SAP 99.9 % will never skip the number range on its own.
    As per my understanding:
    1.Some one has manually deleted the Depot Excise Invoice number after creation (due to the user mistake at selecting the 
      appropriate Incoming Excise invoice, Price , material or etc reason. And while creating the New Depot excise Invoice Number  
      he forget to adjust the number range at object 'J_1IDEPINV' for corresponding Series Group. This u can confirm by checking
      the entry at Item level, instead of Header at it will not show that entry.
    2.May be due to the Depot Sales Returns for respective Depot Invoice canceled and Deleted by the user.
       Here, deleting the excise Invoice is not Valid practice as per Excise Tax rules of GOI.
    3. Kindly check, whether Number Range Changes happend for respective Series Group between the Fiscal Year 2010-11.
    Please feel free to correct me and It will be a value addition if you find any other solution.
    Thank You,
    RB

  • Oracle Payable Invoice Approval with AME issue

    Hello,
    This is on r12.
    We are using AME for Oracle Payables Invoice Approval.
    We have a requirement that if the supplier type is of Audit, then Person "John Johny" is the final authority on that invoices. That means such invoices will have one and only one approver - "John Johny"
    To incorporate this, I did following AME setup
    1. Created a List Modifiers Conditions of type "HR People" and "FND User" and explicitly assigned John Johny in the condition.
    2. Created an Action Type of "Final Authority"
    3. Created a rule of "List Modification" type
    4. Attached appropriate conditions
    5. Attached List Modifier ConditionsMy probelm is #5 from above. Even after creating conditions of List modifiers #1, It is simply not showing up in list of values when setting up the step #5. Not sure what is missing. Any advise?
    Thanks,
    Darsh

    The AME does not apply any item class when list modifications rule type with final authority is applied.
    The drop down box for item class remains grayed out
    Thanks
    Darsh

  • Are there any APIs to create an Invoice in Oracle Payables?

    Hi,
    We have a requirement to import the invoices from the operational systems. We will be making approximately 7,000 checks a day. We need to import all these payments information into Oracle Payables as Invoices and then process the payments out of Oracle payments module. We are on EBS 12.1.1
    Were there any APIs to create the invoices directly in Payables as it comes from custom application? We could use payables open interface but as we would like to integrate the payables module with custom application it would be nice if invoice creates directly in Payables through APIs.
    Thanks,

    In the enterprise edition I am able to create all the below objects.But The job is not running after file arrival.
    Could you please me in this case also.
    BEGIN
      DBMS_SCHEDULER.create_credential(
        credential_name => 'LOCAL_CREDENTIAL',
        username        => 'upncommon',
        password        => '*******');
    END;
    BEGIN
      DBMS_SCHEDULER.create_file_watcher(
        file_watcher_name => 'test_file_watcher',
        directory_path    => '/home/upncommon/pub',
        file_name         => 'sample2.sh',
        credential_name   => 'LOCAL_CREDENTIAL',
        destination       => NULL,
        enabled           => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.create_program(
        program_name        => 'file_watcher_test_prog',
        program_type        => 'STORED_PROCEDURE',
        program_action      => 'PROC_SCH',
        number_of_arguments => 1,
        enabled             => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.define_metadata_argument(
        program_name       => 'file_watcher_test_prog',
        metadata_attribute => 'event_message',
        argument_position  => 1);
    END;
    BEGIN
      DBMS_SCHEDULER.create_job(
        job_name        => 'file_watcher_test_job',
        program_name    => 'file_watcher_test_prog',
        event_condition => NULL,
        queue_spec      => 'test_file_watcher',
        auto_drop       => FALSE,
        enabled         => FALSE);
    END;
    BEGIN
      DBMS_SCHEDULER.set_attribute('file_watcher_test_job','parallel_instances',TRUE);
    END;
    EXEC DBMS_SCHEDULER.enable('test_file_watcher');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_prog');
    EXEC DBMS_SCHEDULER.enable('file_watcher_test_job');

  • Failed to reverse a  Paid Invoice in Oracle Payables

    I am facing problem to reverse a Paid Invoice in Oracle Payables.
    The "Reverse 1" button is greyed out (i.e; disabled).
    I checked for another Invoice which is also paid but in that case "Reverse 1" button is not greyed out (i.e; enabled).
    Could any one help me throwing light on it, how should I approach to solve this problem.

    After matching CM to an invoice, distribution is copied and CM is connected to that invoice (see Credit Memo Matching Report).
    But for Invoice outstanding amount to be updated in all reports (ex. Inv. Aging report) you have to perform zero payment of CM (you have to allow zero payment for payment batch, payment document used, payment format, banc account....)

  • Cancelled payments accounting status stands in "Partial" R12 Oracle Payable

    Dear Friends,
    Cancelled payments accounting status stands in "Partial" R12 Oracle Payable even after submitting Actions-->Create Accounting-->Final.
    There is no error in create accounting program....
    I could not close the period.
    Your prompt help in this issue will be Appreciated.

    Hi,
    do the following procedure
    Intended functionality as Create Accounting - Payments was ran with the ERRORS ONLY parameter set to YES.
    Errors Only Parameter is a required field, if set to YES it limits the creation of accounting to those events with error status only. If intent is to run Create Accounting - for all erred or unprocessed event then parameter should be set to NO.
    Regards,
    Raju

  • BED is not calculating values after enter Excise Invoice number in MIGO

    Hi,
    We are doing a process of MB01 --> J1IEX --> MIGO.
    At the time of J1IEX, we entered the Excise Invoice number and date. After that when we change the quantity, then BED is automatically change.
    But at the time of MIGO, when we enter the Excise Invoice number, then BED is not calculating as calculated in J1IEX earlier.
    This was working fine before apply the Patch. I think this is due to Patch because in our Development system still working fine but we have apply the Patch in Quality Server..there this problem comes..
    Please guide what should be configuration changes has been done after apply the patch.
    Applied Patch is: - SAPKH60015 & SAPKH60016..
    Plz guide..

    hi
    i think your doing something wrong
    i think first when u did j1iex then in MIGo u have to go for ONLY REFER INVOICE option
    better you go for other process
    DO GR for required quantity say 5 out of 10 without excise
    then do J1iex  with reference to GR number
    regards
    kunal
    Edited by: Kunal Ingale on Jul 28, 2010 9:15 AM

  • Make "invoice number" and "description" fields both mandatory on payables

    I want my 'invoice number" and "description" fields both manadatory on quick invoice to force users to fill in the fields.

    995170 wrote:
    I want my 'invoice number" and "description" fields both manadatory on quick invoice to force users to fill in the fields.Please see my reply to your other thread -- https://forums.oracle.com/forums/thread.jspa?threadID=2514322
    Thanks,
    Hussein

  • How to get Invoice status value in oracle payable

    Hi guys,
    I am new in oracle apps plz tell me how to get invoice status value of prepayment invoice type in payable.
    Navigation ->Payables->Oracle Payables ->Invoices->Inquiry->Invoices ->go to Invoice status block and open to Status LOV
    plz provide me sql query to find those status lov values and accounted values for any supplier & invoice num.
    it's urgent plz .......................
    Thanks guys.......

    The invoice approval status does not come from any table / lookup.
    Instead, Oracle builds it by calling the ap_invoices_pkg.get_approval_status function.
    You can also call it by passing invoice_id, payment_status_flag and invoice_type_lookup_code.
    All these 4 columns are present on the ap_invoices_all record.
    Hope this helps
    Sandeep Gandhi
    Independent Consultant

  • How to add invoices while creating Batch Payment in Oracle Apps R12

    Hi all,
    how to add invoices while creating Batch Payment in Oracle Apps R12
    Thanks

    Can you elaborate your problem in detail ?

  • PO Invoice Report in Oracle Payables?

    Hello All,
    Is there a report in Oracle Payables that shows whether invoices are matched to a PO or not.
    Thanks!

    Hello
    Matching Detail Report
    Use this report to see the detail of how an invoice, purchase order, or receipt was matched. This report is especially helpful when an invoice is on hold and you are trying determine why the hold was placed. Data entry errors can occur during matching, and the information in this report can help in researching these problems. When you submit the report, you specify an invoice, a purchase order, or a receipt and the report shows all distributions matched to that transaction.
    Hope this helps.
    Octavio

Maybe you are looking for

  • FI-SD Error FF805  No tax item exists for tax code R4 in a G/L account ite

    Dear, I have create IN ECC 6.0 a sales orden whit the following conditions                                                              CONDITION VALUE VKPO   Price Sales                0,00   EUR MWS     Sales Tax     4,000 %     0,00   EUR ZGGM   

  • Installing and uninstalling Quick time

    I am trying to install quick time and every time I get this message '' The installer encountered errors before requested operations for quicktime could be completed, retry later. '' I have quick time in my add / remove programs so I try to delete but

  • Changing email address for Preferences???

    Hi Everyone, This question actually has nothing to do with SQL! I am having trouble working out how to change were my email alerts are being sent to! I login with my hotmail account, but email alerts (concerning my threads) are being sent to my work

  • PR Item Text Different for same Material in the same Plant.

    I have a Query for SAP MM. Below is the Scenario: User raises a PR through SAP for a particular Material (Spare) which belongs to an Equipment. Let's say in Plant A, we have an Equipment 10001 & it has a sub-Equipment as 1000112 & further it has a sp

  • How to resize a picture to letterhead sized

    How do i resize a picture to letter head size in cs4?