Receivables - EBS (MOSC)

MOSC Banner

Create Misc API

edited May 18, 2017 12:20PM in Receivables - EBS (MOSC) 5 commentsAnswered
I have a package that currently creates two kinds of receipts using the CREATE_MISC and CREATE_CASH APIs.  I'd like to modify them to add the check number which we store in a descriptive flexfield in attribute3.  I did a little research and thought I could just add p_attribute3 as a param of the APIs, but when I tried that, I got the following error when trying to compile:
PLS-00306: wrong number or types of arguments in call to 'CREATE_MISC' ('CREATE_CASH')

The code below is what works correctly (I have the attribute3 line commented out):

ar_receipt_api_pub.create_misc

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