DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on APP_EXCEPTION

Line 267: app_exception.raise_exception;

263: );
264:
265: IF (l_error_count > 0)
266: THEN
267: app_exception.raise_exception;
268: END IF;
269:
270: END IF;
271:

Line 353: APP_EXCEPTION.raise_exception;

349: arp_util.debug('EXCEPTION: arp_process_header.post_commit()');
350: arp_util.debug(l_error_message);
351: fnd_message.set_name('AR', 'AR_PLCRE_FHLR_CCID');
352:
353: APP_EXCEPTION.raise_exception;
354: END IF;
355: ELSE
356: arp_util.debug('call to arp_rounding bypassed due to trx_type');
357: END IF; -- end CB

Line 386: app_exception.raise_exception;

382: );
383:
384: IF (l_error_count > 0)
385: THEN
386: app_exception.raise_exception;
387: END IF;
388:
389: END IF;
390:

Line 421: app_exception.raise_exception;

417: l_error_count
418: );
419: IF (l_error_count > 0)
420: THEN
421: app_exception.raise_exception;
422: END IF;
423:
424: END IF;
425: END IF;

Line 647: APP_EXCEPTION.Raise_Exception;

643: END IF;
644:
645: ELSE
646: FND_MESSAGE.Set_Name('AR','AR_TW_NO_RECREATE_PS');
647: APP_EXCEPTION.Raise_Exception;
648: END IF;
649:
650: END IF;
651:

Line 890: APP_EXCEPTION.Raise_Exception;

886: exception. for Bug 586371 */
887:
888: IF ( l_recreate_ps_flag = 'Y' and l_activity_flag = 'Y') then
889: FND_MESSAGE.Set_Name('AR','AR_TW_NO_RECREATE_PS');
890: APP_EXCEPTION.Raise_Exception;
891: END IF;
892:
893: -----------------------------------------------------------------------
894: -- IF complete flag is unchanged AND complete flag is N