Receivables - EBS (MOSC)

MOSC Banner

Receipt Number

edited Nov 13, 2011 6:26PM in Receivables - EBS (MOSC) 1 comment
Hi All,

i am using a public API to create a Misc receipt, the receipt created successfully but it generate a receipt number different than one i specified in the script. Any suggestions, hereunder the script

DECLAREl_return_status VARCHAR2 (5);l_msg_count NUMBER;l_msg_data VARCHAR2 (2000);l_misc_receipt_id VARCHAR2 (20);l_receipt_number varchar2(30);BEGIN FND_MSG_PUB.initialize;

fnd_msg_pub.Delete_Msg;l_receipt_number:='122224';ar_receipt_api_pub.create_misc(p_api_version => 1.0,p_init_msg_list => FND_API.G_FALSE,p_commit => FND_API.G_FALSE,p_validation_level => FND_API

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