Receipt Number
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_API0