PAYMENT BATCH를 APP-10050 때문에 CANCEL 할 수 없을때의 해결책

제품 : FIN_AP
작성날짜 : 2003-11-24
PAYMENT BATCH를 APP-10050 때문에 CANCEL 할 수 없을때의 해결책
================================================
PURPOSE
PAYMENT BATCH를 APP-10050 때문에 CANCEL 할 수 없을때의 해결책을 제시한다.
Problem Description
Payment Batch를 cancel 하고자 할때 'APP-10050 You cannot perform the requested action on the selected
payment
Invoice status is PAID: YES' 가 발생한다.
Workaround
1. 다음으로 data의 문제를 파악한다.
SELECT status
FROM ap_inv_selection_criteria_all
WHERE checkrun_name = `<payment batch name>;
SELECT bank_account_id,check_id,check_number,amount,void_date,
status_lookup_code
FROM ap_checks_all
WHERE check_number='<check number>';
SELECT invoice_id,amount_paid,invoice_amount,
payment_status_flag,cancelled_amount
FROM ap_invoices_all
WHERE invoice_num='<invoice number>';
SELECT invoice_id,check_id,amount
FROM ap_invoice_payments_all
WHERE invoice_id='<check id>';
2. 다음 UPDATE 문장으로 DATA를 수정한다.
UPDATE ap_invoices_all
SET payment_status_flag='N',
amount_paid='0'
WHERE invoice_id='<invoice id>;
UPDATE ap_checks_all
SET void_date='',
STATUS_LOOKUP_CODE='NEGOTIABLE'
WHERE check_number = '<check_number>';
Solution Description
Reference Documents
Note 182837.1

Similar Messages

  • Oracle Payable - Payment Batches error " APP-SQLAP -10380"

    Hi,
    I still trying to get my head around this module but i get this error message - APP- SQLAP-10380
    When trying to create a batch payment on 11i, i got "You cannot select this payment because it is in use by another payment batch.
    I have gone to Action button to try to cancel this error but still i can get past this. This also means that i cant get batch payment on any other invoices.
    Any useful pointed will be most appreciated. that.

    Hi,
    You can refer the following ML doc,
    [App Sqlap 10380 You cannot select this payment document payment batch formated|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=309655.1]
    Thanks,
    Anchorage :)

  • Payment batch cancel

    hi
    we want to cancel one of our payment batches,which contains somany payments,is it possible to cancel it without selecting all payments in that?

    You may have already found this answer but the Icon to Void All Payments within a single batch is only available if you insert the function into the AP menu. Note 856131.1 explains in detail but here is the navigation for the fix. Navigate: System Administrator>Application>Menu. Query menu AP_NAVIGATE_GUI12. Scroll to end of list and insert new record #105. Select Void All Payments in Payment Instruction Page in the Function column. Save.
    Deb

  • PAYMENT BATCH를 MANUAL하게 CANCEL 하는 SQL

    제품 : FIN_AP
    작성날짜 : 2004-05-17
    PAYMENT BATCH를 MANUAL하게 CANCEL 하는 SQL
    =====================================
    PURPOSE
    고객사에서 간혹 Payment Batch의 Status 가 Formatting, Confirming 으로
    멈추어 있어서 고객이 다시 Cancel을 할 경우 Cancelling 상태로 머물면서 Payment Batch Request 가 진행이 되지 않을 경우가 있다. 이때 해당 Concurrent Request 는 취소하고 해당 Payment Batch에 대해서 Datafix Script 을 통하여 Status 를 Cancelled 로 변경할 수 있도록 한다.
    Problem Description
    Payment Batch Stauts 가 Cancelling 상태에서 변하지 않는다. Concurrent Request 는 끝나지 않고 계속 Hang 상태에 머물러 있다.
    Workaround
    Solution Description
    다음 sql 문을 이용하여 직접 cancelled 상태로 변경한다.
    1) DELETE from ap_checkrun_conc_processes_all
    where checkrun_name = '<payment batch name>';
    2) DELETE from ap_selected_invoices_all
    where checkrun_name = '<payment batch name>';
    3)     DELETE from ap_selected_invoice_checks_all
         where checkrun_name = '<payment batch name>';
    4) DELETE from ap_checkrun_confirmations_all
    where checkrun_name = '<payment batch name>';
    5)     UPDATE ap_inv_selection_criteria_all
         SET status = 'CANCELED'     
         where checkrun_name = '<payment batch name>';
    status update 시 canceled 라고 반드시 입력해야 함에 주의한다.
    CANCELLED 라고 L을 2번 입력하면 취소되었다고 인식 하지 않는다.
    Reference Documents
    143668.1

  • APP-SQLAP-10252: You cannot Confirm a payment batch

    Dear all:
    IN ORACLE EBS 11.5.9 , When I click the button "Action 1" in "Payment --> Entry --> Payment Batch" and choose the "Confirm the payment Batch" will show the error:
    *"APP-SQLAP-10252: You cannot Confirm a payment batch that does not have any payment documents"*
    How can I fix the issue?
    Regards
    Terry

    Dear Hussein:
    Thank you for your reply. I've checked the ad_bugs and find the Patch 3682716 and 2375849 had been applied. My case seems like hit the Note: 282133.1. I was new for the AP module, I'm not sure the directory of the setting in Note 282133.1. Can you tell me the directory?
    1. Review the Preliminary Payment Register output file. It should show an invoice with Document
    Number=******* and message No Supplier Bank
    2. Check that there is an existing supplier bank
    3. Check that a supplier bank is attached to the supplier site for the impacted invoice
    4. Check that the Remit-to bank account in Invoice Payment Schedules is correctly populated.
    Regards
    Terry

  • I have accidently purchased an app, and then a second time as an in app purchase. Both are still pending payment. Can I cancel one?

    I have accidently purchased an app, and then a second time as an in app purchase. Both are still pending payment. Can I cancel one?

    How to report an issue with your iTunes Store purchase - http://support.apple.com/kb/HT1933 - working through iTunes application and iTunes Store interface.
    iTunes Customer Service Contact - http://www.apple.com/support/itunes/contact.html

  • Error when create a Payment Batch

    When I create a payment batch, I fill batch name as LIPPO_X123. then I entry bank account name "LIPPO Branch JKT1". But when I want to choose "Document" by clicking the list combo appear message "FRM40502:Oracle error : unable to read list of value"
    When I click "Details..." this message appears :
    FRM-40502: ORACLE error: unable to read list of values.
    ORA-01422: exact fetch returns more than requested number of rows
    ORA-06512: at "APPS.AP_AUTO_PAYMENT_PKG", line 679
    "

    Check Note: 234846.1 - APXPAWKB Errors With ORA-01422 ORA-06512 FRM-40502 When Creating A New Batch After Navigating To The Document Field
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=234846.1

  • Payment run has been cancelled

    Hi Experts,
    We have a problem in Payment Run. In proposal there are 154 line items are ready for payment (status is Green).  But once we did the payment run the status is Posting orders: 109 generated, 109 completed and Payment run has been cancelled.
    There are 154 vendors in this payment run. But the payment has been done only for first 109 vendors and the remaining vendors are not included in the payment.
    Please suggest what could be the reason.
    Regards,
    Havina

    Hi Havina,
    The reasons could be galore.
    The open invoice items may not be due or overdue for payment. 
    Depending on the next run date, APP might have not picked the open items for payment.
    The open item might have been blocked for payment.
    The vendor master record itself might have a payment block.
    Depending on the case to case you need to analyse.
    Hope this helps you....
    Regards,
    Sreekanth....

  • Payment batch exception

    Hi Folks,
    When I try to close JAN period, its showing that there is an exception in payment batch which is in built status for JAN period.
    could any expert help me that how to fix this issue? I am in 11.5.1.2 ver.
    Thanks in advance,

    If you have not confirmed a payment batch u cannot close the period. Either u will have to cancell the batch or confirm it.
    Regards,
    MPH

  • Payment batch confirm program

    we moved apps tier to linux from hp-ux recently. Then onwards 'Confirm Payment Batch' is erroring out with below log message.
    APP-SQLAP-10916: apcnfm/3:ORA-01458: invalid length inside variable character string
    Any suggestions please. Thanks in advance.

    Hello.
    Have a look to MOS DOC ID 302734.1
    Octavio

  • MHKIM:(AP) Payment Batch의 status중 Overflow에 대해서

    QUESTION
    =========
    payment batch를 생성할때,
    status - overfolw가 왜 나타나는지 확인할수 있을까요?
    (APP-SQLAP-10049)
    ANSWER
    ========
    APP-SQLAP-10049 error는 Payment Batch처리시에 대상 invoice가 없으므로,
    View Invoice를 눌러도 data가 보이지 않을 것이라는 것입니다.
    그렇기 때문에, 해당 Payment Batch를 Confirm하게되면, 자동으로 void될 것이라는 내용입니다.
    Overflow status는 대상 invoice가 없을 경우 입력되는 값입니다.
    AP User Guide (5-101) 자료를 보내드립니다.
    * Overflow
    Complete remittance information, (for example, a list
    of the invoices paid), did not fit on the actual payment document,
    and Payables used an overflow payment document to record the
    additional remittance information. You send to the supplier only
    the remittance portion of this payment document with any other
    remittance stubs and the payment. Overflow payment
    documents are void.
    Preliminary register report를 출력해보시면,
    Payment Batch에 대한 대상 invoice는 나타나지 않을 것입니다.
    Confirm작업을 하면, 자동 Void되므로,
    새로운 조건으로 Payment Batch를 입력해주시기 바랍니다.

  • Status "confirming" with payment batch

    Hi,
    I am working on payment batches et I have a problem with one batch.
    Usually, when I want to confirm my payment batches, it works et the status of the batch switch from " formatted" to "confirmed".
    The problem is, that I wented to confirm one of my payment batches, but instead of ths status "confirmed", I found "confirming" status et I have only one option: cancel the batch, and I don't want to cancel this one but I want to confirm it.
    This is my problem, thank you foryou help.

    This seems to be known issue of AP patchset level N or below in 11.5.10. Raise SR and Oracle support should be able to provide your patch.
    Tarun

  • AP - Reversing or Voiding Payments Batch - 11.5.9

    Is it possible to do a partial reversing/voiding of a payment batch?
    For example, I have a confirmed payment batch of say total payment of $100, made up of 'x' number of invoices say $80 and 'y' number of invoices say $20. I now want to reverse/void those 'y' number of invoices ($20) only, so that the status is set to unpaid and can therefore be selected in another payment batch run. The 'x' number of invoices will remianed paid.
    Thanks

    This might help you - metalink Doc ID: 215266.1 (How To: Cancel and Reissue a Payment)...

  • AP payment batch is running very slow

    Dear All,
    We have an issue with AP payment batch, wherein the batch is unning very very slow.
    The DB is currently on 11gR2 with application on CU2.
    After having a close look into it we have seen an SQL ID dq3nnqyx0u7ht.
    Please help us if any patch is available against the said SQL ID.
    Regards
    Abhinov

    You need to tell what is the sql for that sql_id dq3nnqyx0u7ht.
    Get it from v$sql and post the sql.
    By
    Vamsi

  • AP Payment Batch Sets?

    All experts,
    Can I use "AP Payment Bactch Sets" to made all those invoice payment with the payment method ='Clearing' for every month, so that use don't have make those invoice payment just simply click the button like Recurring GL?
    Anyone knows? Please help.
    Best Regards,
    Amy

    Batch Sets are more like templates for making your Payment Batches...you should be able to use them for your case.

Maybe you are looking for