DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on FND_MESSAGE

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

246: END IF;
247:
248: EXCEPTION
249: WHEN NO_DATA_FOUND THEN
250: FND_MESSAGE.Set_Name('FND', 'FORM_RECORD_CHANGED');
251: APP_EXCEPTION.Raise_Exception;
252: WHEN OTHERS THEN
253: IF PG_DEBUG in ('Y', 'C') THEN
254: arp_standard.debug('EXCEPTION: arp_process_receipts.lock_cash_receipt()');

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

346: -- raise and error and exit
347: IF PG_DEBUG in ('Y', 'C') THEN
348: arp_standard.debug('delete_cash_receipt: ' || 'posted flag = true ');
349: END IF;
350: fnd_message.set_name('AR','AR_RW_DEL_REC_POSTED');
351: app_exception.raise_exception;
352:
353: END IF;
354:

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

1183: arp_standard.debug('Payment_Trxn_Extension_Id : ' || p_payment_trxn_extn_id);
1184: ElSIF l_response.result_code= 'EXTENSION_NOT_UPDATEABLE' and
1185: l_response.result_Category = 'INCORRECT_FLOW'
1186: THEN
1187: fnd_message.set_name('AR','AR_AUTH_RCT_NO_DELETE');
1188: app_exception.raise_exception;
1189: Else
1190: arp_standard.debug('Errors Reported by IBY API in ARP_PROCESS_RCTS.Delete Transaction Extension ');
1191: raise fnd_api.g_exc_unexpected_error;