Receivables - EBS (MOSC)

MOSC Banner

Use Ar_Receipt_api_pub.create_cash in EBS R12.2.5 with error:Receipt method identifier is invalid.

edited Nov 9, 2016 4:00AM in Receivables - EBS (MOSC) 3 commentsAnswered

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');

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center