DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on ARP_PROC_RECEIPTS2

Line 721: arp_proc_receipts2.insert_cash_receipt(

717: END IF;
718: /* bichatte removed customer bank variables for the payment uptake project
719: added the l_payment_trxn_extension_id */
720: BEGIN
721: arp_proc_receipts2.insert_cash_receipt(
722: l_currency_code,
723: l_amount,
724: l_customer_id,
725: l_receipt_number,

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

811:
812: -- Display_Parameters;
813: x_return_status := FND_API.G_RET_STS_ERROR ;
814: FND_MESSAGE.SET_NAME ('AR','GENERIC_MESSAGE');
815: FND_MESSAGE.SET_TOKEN('GENERIC_TEXT','ARP_PROC_RECEIPTS2.INSERT_CASH_RECEIPT : '||SQLERRM);
816: FND_MSG_PUB.Add;
817:
818: FND_MSG_PUB.Count_And_Get( p_encoded => FND_API.G_FALSE,
819: p_count => x_msg_count,