DBA Data[Home] [Help]

APPS.ARP_PROCESS_HEADER_POST_COMMIT dependencies on APP_EXCEPTION

Line 269: app_exception.raise_exception;

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

Line 355: APP_EXCEPTION.raise_exception;

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

Line 388: app_exception.raise_exception;

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

Line 423: app_exception.raise_exception;

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

Line 649: APP_EXCEPTION.Raise_Exception;

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

Line 892: APP_EXCEPTION.Raise_Exception;

888: exception. for Bug 586371 */
889:
890: IF ( l_recreate_ps_flag = 'Y' and l_activity_flag = 'Y') then
891: FND_MESSAGE.Set_Name('AR','AR_TW_NO_RECREATE_PS');
892: APP_EXCEPTION.Raise_Exception;
893: END IF;
894:
895:
896: /* 9661501 - call validate_for_tax at the very end if the

Line 916: app_exception.raise_exception;

912: arp_util.debug('num of etax validation errors = '||l_error_count);
913:
914: IF (l_error_count > 0)
915: THEN
916: app_exception.raise_exception;
917: END IF;
918: END IF;
919:
920: /* manishri, 08-Jun-2010. Bug 9693686 */