DBA Data[Home] [Help]

APPS.ARP_RUN dependencies on APP_EXCEPTION

Line 529: WHEN app_exception.application_exception THEN

525: IF PG_DEBUG in ('Y', 'C') THEN
526: arp_standard.debug('EXCEPTION: credit memo module exception : no_data_found');
527: END IF;
528: null;
529: WHEN app_exception.application_exception THEN
530: IF PG_DEBUG in ('Y', 'C') THEN
531: arp_standard.debug('build_credit_distributions: ' || 'credit memo module exception : app_exception ');
532: END IF;
533: RAISE;

Line 531: arp_standard.debug('build_credit_distributions: ' || 'credit memo module exception : app_exception ');

527: END IF;
528: null;
529: WHEN app_exception.application_exception THEN
530: IF PG_DEBUG in ('Y', 'C') THEN
531: arp_standard.debug('build_credit_distributions: ' || 'credit memo module exception : app_exception ');
532: END IF;
533: RAISE;
534: WHEN OTHERS THEN
535: RAISE;