Receivables - EBS (MOSC)

MOSC Banner

Add field in AR_INVOICE_API_PUB.create_single_invoice API

edited Apr 26, 2016 5:08AM in Receivables - EBS (MOSC) 1 commentAnswered

Hi All,

I am creating a invoice using AR_Invoice_api_pub.create_sibgle_invoice successfully, I also need to store old_trx_number in ra_customer_trx_all table, but once I am passing this value in header section of API, it is showing message old_trx_number must be declare, could you please let me know how can we declare the old_trx_number and fix this issue.

Below is the header section of API

p_trx_header_tbl(l_cnt).trx_header_id := l_cnt;

p_trx_header_tbl(l_cnt).old_trx_number := '619578'; --head_rec.thourref;  

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