DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on APP_EXCEPTION

Line 251: APP_EXCEPTION.Raise_Exception;

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()');
255: END IF;

Line 351: app_exception.raise_exception;

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:
355: -- lock receipt record to make sure no one else has it locked

Line 1188: app_exception.raise_exception;

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;
1192: END IF;