DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PROC_RECEIPTS2

Line 732: arp_proc_receipts2.insert_cash_receipt(

728: END IF;
729: /* bichatte removed customer bank variables for the payment uptake project
730: added the l_payment_trxn_extension_id */
731: BEGIN
732: arp_proc_receipts2.insert_cash_receipt(
733: l_currency_code,
734: l_amount,
735: l_customer_id,
736: l_receipt_number,

Line 826: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ARP_PROC_RECEIPTS2.INSERT_CASH_RECEIPT : '||SQLERRM);

822:
823: -- Display_Parameters;
824: x_return_status := FND_API.G_RET_STS_ERROR ;
825: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
826: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ARP_PROC_RECEIPTS2.INSERT_CASH_RECEIPT : '||SQLERRM);
827: FND_MSG_PUB.Add;
828:
829: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
830: p_count => x_msg_count,