AR - Autoinvoice error

Hi
Sory, my english is poor..
I have problem with :
Module AR .
Autoinvoice Master Program is launched from the Applications.
Parameters:
1, 1094, KOAS_TEST, 2011/10/01 00:00:00, , , , , , , , , , , , , , , , , , , , , Y, , 84
Output of the log file :
Receivables: Version : 11.5.0
Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
RAXMTR module: Autoinvoice Master Program
Usage: program oracleid request_id Y
argv[0] program name
argv[1] number instances
argv[2] batch source id
argv[3] batch source name
argv[4] default date
argv[5] concatenated transaction flexfield attribute value
argv[6] transaction type id
argv[7] low bill to customer number
argv[8] high bill to customer number
argv[9] low bill to customer name
argv[10] high bill to customer name
argv[11] low gl date
argv[12] high gl date
argv[13] low ship date
argv[14] high ship date
argv[15] low transaction number
argv[16] high transaction number
argv[17] low sales order
argv[18] high sales order
argv[19] low invoice date
argv[20] high invoice date
argv[21] low ship to customer number
argv[22] high ship to customer number
argv[23] low ship to customer name
argv[24] high ship to customer name
argv[25] Base Due Date on invoice date flag
argv[26] Minimum Due Date offset from trx date
Start of log messages from FND_FILE
End of log messages from FND_FILE
Executing request completion options...
Finished executing request completion options.
Usage: program oracleid request_id Y
I noticed in log file - not exist argv[27] - org_id
I check setup RAXMTR and RAXTRX ( 1094863.1 )- it see ok
If I uncheck parameter org_id in setup RAXMTR - program has been executed without error
I check MOS docs referenced above - still I have problem.
Some advice?
Regards,
JMuszynski

Have to give the Item validations for respective MO Units in Order management Parameters.
Login OM Super user for the Operating Unit and
Setup -> Parameters

Similar Messages

  • Autoinvoice error - You must supply payment terms for your non-credit trans

    Dear all,
    I've this error "You must supply payment terms for your non-credit transaction" shown on AR_RA_INTERFACE_ERRORS_ALL table after ran the autoinvoice.
    In the RA_INTERFACE_LINES table I had inserted this value "14 DAYS" in TERM_NAME field already but this error still happend.
    Thanks..

    have a look at Note 178298.1 & 331099.1!!!
    HTH
    Prashant Pathak

  • AutoInvoice Error =. invalid CUSTOMER_BANK_ACCOUNT_ID

    Hi All,
    We are getting the below error while importing Invoices in Receivables:
    "The supplied customer bank account (CUSTOMER_BANK_ACCOUNT_ID) must be both valid and active"
    The user guide suggests the following:
    AutoInvoice validates that the customer bank account belongs to one of the following, otherwise the line is rejected:
    Bank account assigned to the primary site for the parent
    Bank account assigned to the parent customer
    Bank account assigned to the bill-to site for the line
    Bank account assigned to the bill-to customer for the line
    Have confirmed the above, and all looks good in our setups.
    Urgent help is highly appreciated.
    Thanks and Regards
    JD

    Hi,
    I believe there is no point in reapplying the patch again. However, I would suggest you query ad_bugs table to verify that you have the patch applied. Also, verify the files version and match it with the ones in the patch/note.
    Regards,
    Hussein

  • AR Autoinvoice errored out.. unable to import Invoice from OM to AR Module

    Hi Gurus,
    After Order shipped, Closed, ran the Autoinvoice Master Program completed with Status: Normal, sub-seqentally system generated Autoinvoice Import Program, completed with status: Normal.
    Lines are appearing in AR->Control->Auto invoice->Interface Lines
    with error message as "All enabled segments of Transaction Flexfield must have a value" Invalid Value: "100032.Local Sales-MAGABASS.8010.AB200901.0.1266.0.BOL-50000.0.101.0.2.0.0."
    As per Metalink note rectified the error in DFF Setup->financials->Flexifields->Descriptive->Segements Selected Receivables - Titel - Line transaction flexified, selected other segments as Non Mandatory.
    After doing above step also, if I run Auto invoice import program, lines are not transferring to Invoice in AR.
    Kindly advise solution for this problem.
    Regards
    AK

    Hi,
    Could you please send me the Note Id .
    Regards,
    Raju.

  • REP-1401: Fatal PL/SQL error occurred. ORA-01403: no data found

    Hi guys,
    I am getting error 'REP-1401: Fatal PL/SQL error occurred. ORA-01403: no data found ' when run the report
    and i m also use formula column in my report.
    can any body help me why it's coming.
    following code is used in formula column plz check and verify:
    function CF_3Formula return Char is
    T1 VARCHAR2(100);
    begin
    SELECT
         VAT_REG_NO INTO T1
    FROM
         JA_IN_HR_ORGANIZATION_UNITS JIHOU,
         HR_LOCATIONS HL--,
         --MTL_TXN_REQUEST_HEADERS MTLH
    WHERE
    JIHOU.ORGANIZATION_ID=HL.INVENTORY_ORGANIZATION_ID AND
    JIHOU.LOCATION_ID=HL.LOCATION_ID AND
    --Jihou.ORGANIZATION_ID = Mtlh.Organization_Id AND
    -- Hl.INVENTORY_ORGANIZATION_ID =Mtlh.Organization_Id AND
    -- MTLH.ATTRIBUTE10=SUBSTR(HL.LOCATION_CODE,1,3) AND
    SUBSTR(HL.LOCATION_CODE,1,3)= :TO_ORG1 ;
    RETURN (T1);
    end;
    plz help me out.

    Hi;
    What is EBS version? Is it custom report or not?
    See below which is mention similar errors
    Autoinvoice Error: ORA-1403: no data found [ID 1209403.1]
    APXIIMPT - Payable Open Interface Import Fails on "REP-1401: 'cf_source_nameformula': Fatal PL/SQL error occurred. ORA-01403: no data found" [ID 222058.1]
    Regard
    Helios

  • Error while creating an Credit memo in AR + R12

    Hi All,
    I am trying to create a credit memo in AR, based on the transaction i.e., an invoice of AR.
    But i am not able to create.
    I am encounter the following error
    "Your credit memo transaction can only credit an invoice or a debit memo line
    Failure encountered in AR_CREDIT_MEMO_API_PUB.Create_request call to arw_cmreq_cover.ar_request_cm".
    My code is as follows:
    DECLARE
    l_dummy varchar2(240);
    l_customer_trx_id ra_customer_trx.customer_trx_id%type;
    l_line_credits_flag ra_cm_requests.line_credits_flag%type;
    l_line_amount number;
    l_freight_amount number := 0;
    l_cm_lines_tbl arw_cmreq_cover.cm_line_tbl_type_cover;
    l_cm_reason_code varchar2(150);
    l_comments varchar2(150);
    l_msg_count number := 0;
    l_msg_data varchar2(20000) := null;
    l_return_status varchar2(1);
    l_request_id NUMBER;
    l_batch_source_name varchar2(150) default null;
    cm_trx_id number;
    BEGIN
    fnd_global.apps_initialize(1018094,50559,222,0);
    mo_global.set_policy_context('S',204);
    arp_global.init_global;
    l_customer_trx_id := 549724 ; --527689;
    l_comments := 'Creation of Credit memo';
    l_batch_source_name := 'Invoice';
    l_cm_lines_tbl(1).customer_trx_line_id := 833940;
    l_cm_lines_tbl(1).quantity_credited := -1;
    l_cm_lines_tbl(1).price := 1000.00;
    l_cm_lines_tbl(1).extended_amount := -1000.00;
    l_cm_lines_tbl(2).customer_trx_line_id := 833941;
    l_cm_lines_tbl(2).quantity_credited := -2;
    l_cm_lines_tbl(2).price := 1000.00;
    l_cm_lines_tbl(2).extended_amount := -2000.00;
    AR_CREDIT_MEMO_API_PUB.CREATE_REQUEST(
    P_API_VERSION => 1.0,
    P_INIT_MSG_LIST => FND_API.G_TRUE,
    P_COMMIT => FND_API.G_FALSE,
    P_VALIDATION_LEVEL => FND_API.G_VALID_LEVEL_FULL,
    P_CUSTOMER_TRX_ID => l_customer_trx_id,
    P_LINE_CREDIT_FLAG => 'N',
    P_CM_REASON_CODE => 'DAMAGED PRODUCT',
    P_CM_LINE_TBL => l_cm_lines_tbl,
    P_SKIP_WORKFLOW_FLAG => 'Y',
    P_CREDIT_METHOD_INSTALLMENTS => null,
    P_CREDIT_METHOD_RULES => null,
    P_BATCH_SOURCE_NAME => l_batch_source_name,
    P_ORG_ID => 204,
    X_REQUEST_ID => l_request_id,
    X_RETURN_STATUS => l_return_status,
    X_MSG_COUNT => l_msg_count,
    X_MSG_DATA => l_msg_data);
    FND_MSG_PUB.count_and_get (
    p_encoded => FND_API.g_false,
    p_count => l_msg_count,
    p_data => l_msg_data );
    dbms_output.put_line('Return Status ==> '||l_return_status);
    dbms_output.put_line('Credit Memo request_id ==> '||l_request_id);
    dbms_output.put_line('l_msg_count ==> '||l_msg_count);
    FOR I IN 1..L_MSG_COUNT LOOP
    DBMS_OUTPUT.PUT_LINE(SUBSTR(FND_MSG_PUB.GET(P_MSG_INDEX => I, P_ENCODED => 'F'), 1, 254));
    END LOOP;
    IF l_return_status <> 'S' THEN
    NULL;
    ELSE
    select cm_customer_trx_id
    into cm_trx_id
    from ra_cm_requests_all
    where request_id = l_request_id;
    dbms_output.put_line(' CM trx_id = '|| cm_trx_id );
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('exception error!');
    dbms_output.put_line(substr(sqlerrm, 1, 80));
    fnd_message.retrieve(l_dummy);
    dbms_output.put_line(l_dummy);
    END;
    Please advise me where i am wrong .... Thanks in Advance.
    Regards,
    Basha.
    Edited by: zaheer on Aug 1, 2011 8:43 PM

    I am encounter the following error
    "Your credit memo transaction can only credit an invoice or a debit memo line
    Failure encountered in AR_CREDIT_MEMO_API_PUB.Create_request call to arw_cmreq_cover.ar_request_cm".Please see these docs.
    Listing of AutoInvoice Error Messages and Troubleshooting Tips to Resolve each Error [ID 1138254.1]
    Credit Memo Errors During Autoinvoice Process - Invalid reference line attribute value (REFERENCE_LINE_ATTRIBUTE1-15) [ID 405445.1]
    Thanks,
    Hussein

  • Iam getting the error REP-1401: '': Fatal PL/SQL error occurred. when i

    When i run the report to generate xml file in report builder the following error messages are displayed.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1401: '': Fatal PL/SQL error occurred.
    pls help me.Its urgent
    Regards,
    Kranthi

    Hi;
    What is EBS version? Is it custom report or not?
    See below which is mention similar errors
    Autoinvoice Error: ORA-1403: no data found [ID 1209403.1]
    APXIIMPT - Payable Open Interface Import Fails on "REP-1401: 'cf_source_nameformula': Fatal PL/SQL error occurred. ORA-01403: no data found" [ID 222058.1]
    Regard
    Helios

  • Can I apply credit memo against a Deposit through Autoinvoice

    We have a requirement to credit back the amount from deposit which has balance > 0. I'm planning to use the Autoinvoice Program. I'm populating the REFERENCE_LINE_ID as the CUSTOMER_TRX_LINE_ID of the Deposit Line from CUSTOMER_TRX_LINES_ALL. I'm getting the below error.
    Errors:   1) Your credit memo transaction can only credit an invoice or a debit memo line (1018863)
    My Question is - Can we apply the Credit Memo towards a deposit through Autoinvoice Program ? If yes, please let me know the columns that we need to populate in interface table.
    Thanks
    Vasu
    Edited by: Vasu on Jul 22, 2011 3:05 PM

    Errors:   1) Your credit memo transaction can only credit an invoice or a debit memo line (1018863)
    My Question is - Can we apply the Credit Memo towards a deposit through Autoinvoice Program ? If yes, please let me know the columns that we need to populate in interface table.Please see these docs.
    Listing of AutoInvoice Error Messages and Troubleshooting Tips to Resolve each Error [ID 1138254.1]
    Credit Memo Errors During Autoinvoice Process - Invalid reference line attribute value (REFERENCE_LINE_ATTRIBUTE1-15) [ID 405445.1]
    Thanks,
    Hussein

  • Receipt creation program matched with autoinvoice

    Hi,
    I have entered an order using the Quick sales order form using a "Point of Sale" Order Type. There is no sales release nor shipment.
    Before booking the order, I have to apply a payment to it by performing Actions --> Payments and i have input a payment type and a receipt method.
    After booking the order, i will need to generate an autoinvoice and another request to automatically create a receipt and apply the receipt to the generated invoice in the AR module.
    Can somebody help me by stating which request(s) should i add in the request set in addition to the autoinvoice master program???
    Thanks,
    Mustupha

    Hi;
    APP-AR-11526: ORA-01555: snapshot too old: rollback segment number 3 with name "_SYSPlease check below note:
    Autoinvoice Error: ORA-1555 Snapshot Too Old [ID 551248.1]
    Regard
    Helios

  • Transaction Numer Error

    Hi All ,
    I am getting the error 'You must supply an invoice number when your batch source indicates manual invoice numbering; otherwise you must leave invoice number blank' when trying to import invoices .
    The batch source has been setup to
    Copy Document Number to Transaction Number
    and sequence has been assigned to the category created for the transacion Type .
    Still i get this error . Can you guys pleas elet me know if i am issing anything .
    Thanks and Regards
    Sujatha

    Sujatha,
    Have a look at the following notes, it may be helpful.
    Note: 277086.1 - Autoinvoice Error: You must supply an invoice number when your batch source indicates manual invoice numbering; otherwise you must leave invoice number blank.
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=277086.1
    Note: 120003.1 - Autoinvoice: You Must Supply an Invoice Number When Batch Source Indicates Manual Invoice Numbering
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=120003.1
    Regards,
    Hussein

  • Facing error while invoice creation in AR.

    Facing error while invoice creation in AR as Please complete your tax accounting flexfield. We are creating invoice through API.
    Regards
    Sridhar

    Hi,
    Please go through the below Note ID.
    Autoinvoice Error On Tax Codes - Please Complete Your Tax Accounting Flexfield [ID 1469285.1]
    Regards,
    Raju.

  • Error in AR Receipts Summary Screen

    Hello All,
    It would be great if gurus can help me resolve or understand the below scenario
    My user querying in Receipts Summary Form (Receivables Responsiblity) was thrown as error when she scroll down the navigate to next record.
    APP-FND-01564: oracle ERROR 1422 in FDFGVD+
    Cause: FDFGVD failed due to ORA-01422: exact fetch returns more than requested number of rows+
    The SQL Statement being executed at the time of the error was :+
    SELECT TRX_NUMBER, TRX_NUMBER VALUE, TRX_DATE ||'............. FROM RA_CUSTOMER_TRX_ALL WHERE (COMPLETE_FLAG) = 'Y'+
    AND TRX_NUMBER = :X and was executed from the file &ERRFILE.+

    Is the issue with specific user?
    Have you reviewed the doc referenced above?
    Please also see these docs.
    Transaction Workbench Error: FRM-40735 ON-INSERT Trigger Raised Unhandled Exception [ID 365553.1]
    Transaction Workbench Error: FRM-40735 ON-UPDATE Trigger Raised Unhandled Exception [ID 781264.1]
    Autoinvoice Error: ORA-1422: exact fetch returns more than requested number of rows [ID 1207707.1]
    Thanks,
    Hussein

  • Error in receivables

    Hi all
    We are facing a very unique problem in our unit. We are not able to run auto invoice master program or unable to create supplementary or credit memo invoice due to the following error..
    ORA-01006: bind variable does not exist
    Error calling arcdaa_do_autoaccounting()
    Error calling raaddl()
    Error calling raapic()
    Can anybody please help me in this regard..
    Regards
    Gaurav

    Hi,
    Please see if these docs help.
    Autoinvoice Error: ORA-1403: no data found [ID 1209403.1]
    Autoinvoice Error: ORA-1422: exact fetch returns more than requested number of rows [ID 1207707.1]
    If you still have the same issue after reviewing all the docs, please log a SR.
    Thanks,
    Hussein

  • Problem in calling concurrent request from oracle forms

    Hi,
    I am using the following code to call the above concurrent request to transfer the data from AR interface table to the base table.
    req_id := FND_REQUEST.SUBMIT_REQUEST('AR','RAXMTR','','',FALSE,
    '1', '1023', 'CONTRA', '2009/10/30 00:00:00' ,'','','','','',''
    ,'','','','','Y','','103','','',''
    if app_form.quietcommit then
    MESSAGE(req_id);
    MESSAGE(req_id);     
    end if;
    The request gets completed with error. The diagnostic shows the following error
    "*This request finished with an error and produced the following completion message: Usage: program oracleid request_id Y*
    *The processing began on 30-OCT-2009 17:53:13 and ended on 30-OCT-2009 17:53:14. You may find more information on the cause of the error in the request log or the concurrent manager log*."
    I have used similar method to execute AP interface import program and it worked. The above request is a spawned request. Any help would be appreciated.
    Regards
    Deepak

    Pl see if these MOS Docs can help
    170729.1 - Autoinvoice Master Program fails with USAGE: PROGRAM ORACLEID REQUEST_ID Y
    460048.1 - AutoInvoice Master Log Shows "Usage: Program Oracleid Request_id Y"
    217054.1 - Autoinvoice Errors USAGE: PROGRAM ORACLEID REQUEST_ID Y
    HTH
    Srini

  • Standard Manager jobs say Running Normal but nothing happening

    Environment is R12.1.3 running on RH Linux 64-bit.My Payable Contact indicated a nightly batch job 'Invoice Validation' was not completing and if I check Std Manager all it shows is 'Running Normal'. If you check the log it doesn't show any real information other than:
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_CANADA.UTF8
    +'.,'+
    If I check other logs I can see Report Builder info like:
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    AMERICAN_CANADA.UTF8
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    Report Builder: Release 10.1.2.3.0 - Production on Wed Apr 18 15:31:45 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    No. of Invoices selected for Processing: 49
    (Bulk CALCULATE) START SYSDATE 18-APR-2012 15:31:47
    (Bulk CALCULATE) END SYSDATE 18-APR-2012 15:31:48
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    762
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 18-APR-2012 15:31:53
    +--------------------------------------------------------------------------
    Now I have a 2nd job that is failing. The details don't mean much to me as a DBA and maybe they won't on this forum either just looking for where to start.
    Payments: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    IBY_FD_RECORD_PRINT_STATUS module: Record Print Status
    Current system time is 24-APR-2012 12:06:10
    **Starts**24-APR-2012 12:06:11
    **Ends**24-APR-2012 13:39:00
    RECORD PRINT STATUS COMPLETED IN ERRORS
    I restarted the application tier on Monday morning as not all CCM's where running (only 4 compared to normal # of 16). I can do that again but I don't think I am addressing the issue. Is there something I should look at via apps in fnd_concurrent_requests?
    This "How To Trace a Concurrent Request And Generate TKPROF File [ID 453527.1]"?
    Edited by: user6445925 on 24-Apr-2012 1:31 PM

    RECORD PRINT STATUS COMPLETED IN ERRORSPlease see these docs.
    R12: Record Print Status Completed In Errors [ID 1392146.1]
    Record Print Status Fails When an Error is Returned by AP_PMT_CALLOUT_PKG.payments_completed [ID 1141103.1]
    R12: Record Print Status Fails with: Recompile Error PLS-323 on 'PAYMENT_STOP_INITIATED' [ID 1164263.1]
    R12 Check Payment Stuck In Submitted For Printing Status [ID 1327035.1]
    Error-Record Print Status [ID 1343866.1]
    AutoInvoice Error: REP-0004 Warning Unable to open user preference file [ID 1106851.1]
    Troubleshooting Autoinvoice Import - Execution Report Errors (Request Status = Completed) [ID 1089172.1]
    Thanks,
    Hussein

Maybe you are looking for

  • EBS posting to clear customer open items - Function not working?

    Hello SAPers I have an issue I just canu2019t seem to resolve! We are receiving MT940 statements and receive customer invoice reference details with field: 86 as follows: :61:090910C1500,00FOSB1000270 //100909050      0        035315 :86:DEPOSIT Remi

  • Error while importing a port theme

    Hi all, I've downloaded a portal theme which displays correctly. Unzipped it and, immediately afterwards, without changing a thing, I've re-zipped the theme. However when I try to import the file I'm getting: "An exception occurred while processing t

  • Apple TV and A Presentation Projector

    I am interested in using Apple TV as a way of viewing content via a Sony Projector. The projector uses an RGB connection. Is it possible to use this with the Apple TV? I wish to project on to a wall in my lounge cinema style. I can already do this wi

  • Unable to cancel busines completion

    Hi Guus    Order is closed, Status is CLSD, Iam unable to cancel this status , When I go to function--> cancel the business completion system throws an error as Technically complete not allowed. I know its not possible , is thier any way to cancel th

  • Blocking of gl accounts

    Hi I need to block the GL accounts from 410000 to 410500 apart from blocking in gl master while posting. SAP_CIN Moderator: Please, avoid asking basic questions