DBA Data[Home] [Help]

APPS.AR_DEPOSIT_API_PUB dependencies on RA_CUSTOMER_TRX

Line 411: X_new_trx_number OUT NOCOPY ra_customer_trx.trx_number%type,

407: DEFAULT g_attr_cust_lines_rec_const,
408: p_org_id IN NUMBER DEFAULT NULL,
409: p_payment_trxn_extension_id IN NUMBER DEFAULT NULL,
410: -- ** OUT NOCOPY variables
411: X_new_trx_number OUT NOCOPY ra_customer_trx.trx_number%type,
412: X_new_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
413: X_new_customer_trx_line_id
414: OUT NOCOPY
415: ra_customer_trx_lines.customer_trx_line_id%type,

Line 412: X_new_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,

408: p_org_id IN NUMBER DEFAULT NULL,
409: p_payment_trxn_extension_id IN NUMBER DEFAULT NULL,
410: -- ** OUT NOCOPY variables
411: X_new_trx_number OUT NOCOPY ra_customer_trx.trx_number%type,
412: X_new_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
413: X_new_customer_trx_line_id
414: OUT NOCOPY
415: ra_customer_trx_lines.customer_trx_line_id%type,
416: X_new_rowid OUT NOCOPY VARCHAR2) ;

Line 415: ra_customer_trx_lines.customer_trx_line_id%type,

411: X_new_trx_number OUT NOCOPY ra_customer_trx.trx_number%type,
412: X_new_customer_trx_id OUT NOCOPY ra_customer_trx.customer_trx_id%type,
413: X_new_customer_trx_line_id
414: OUT NOCOPY
415: ra_customer_trx_lines.customer_trx_line_id%type,
416: X_new_rowid OUT NOCOPY VARCHAR2) ;
417: /*========================================================================
418: | PUBLIC PROCEDURE insert_non_rev_salescredit
419: |