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()');
260: END IF;
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:
373: -- lock receipt record to make sure no one else has it locked
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;
1245: END IF;