DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on FND_MESSAGE

Line 255: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');

251: END IF;
252:
253: EXCEPTION
254: WHEN NO_DATA_FOUND THEN
255: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
256: APP_EXCEPTION.Raise_Exception;
257: WHEN OTHERS THEN
258: IF PG_DEBUG in ('Y', 'C') THEN
259: arp_standard.debug('EXCEPTION: arp_process_receipts.lock_cash_receipt()');

Line 368: fnd_message.set_name('AR','AR_RW_DEL_REC_POSTED');

364: -- raise and error and exit
365: IF PG_DEBUG in ('Y', 'C') THEN
366: arp_standard.debug('delete_cash_receipt: ' || 'posted flag = true ');
367: END IF;
368: fnd_message.set_name('AR','AR_RW_DEL_REC_POSTED');
369: app_exception.raise_exception;
370:
371: END IF;
372:

Line 1240: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');

1236: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
1237: ElSIF l_response.result_code= 'EXTENSION_NOT_UPDATEABLE' and
1238: l_response.result_Category = 'INCORRECT_FLOW'
1239: THEN
1240: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');
1241: app_exception.raise_exception;
1242: Else
1243: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');
1244: raise fnd_api.g_exc_unexpected_error;