Use Ar_Receipt_api_pub.create_cash in EBS R12.2.5 with error:Receipt method identifier is invalid.
When using ar_receipt_api_pub.create_cash to create receipts in EBS R12.2.5,it returned the following error:
1.Functional currency defaulted as the receipt currency.
2.Receipt method identifier is invalid.
We created a new receipt method with bank account and created manual receipts successfully.
I found Doc ID 1563047.1 with the same problem in R12.1 and it suggested us to apply Patch 12981398.
So,can I apply this patch to R12.2?or have any other ways to solve this problem?
The following is the api code with values.
/* ------------------------------------------------------------ */
declare
v_amount number:= 70;
v_receipt_number varchar2(30) := 'TST1031';
v_receipt_date date := TO_DATE('20-AUG-15','YYYY-MM-DD');