1612: p_trx_number_low IN RA_CUSTOMER_TRX.trx_number%TYPE ,
1613: p_trx_number_high IN RA_CUSTOMER_TRX.trx_number%TYPE ,
1614: p_cust_class IN AR_LOOKUPS.lookup_code%TYPE ,
1615: p_cust_category IN AR_LOOKUPS.lookup_code%TYPE ,
1616: p_customer_id IN HZ_CUST_ACCOUNTS.cust_account_id%TYPE ,
1617: p_site_use_id IN HZ_CUST_SITE_USES.site_use_id%TYPE ,
1618: p_req_id OUT NOCOPY NUMBER ,
1619: p_batch_process_status OUT NOCOPY VARCHAR2 )
1620: