DBA Data[Home] [Help]

APPS.ARP_RUN dependencies on APP_EXCEPTION

Line 547: WHEN app_exception.application_exception THEN

543: IF PG_DEBUG in ('Y', 'C') THEN
544: arp_standard.debug('EXCEPTION: credit memo module exception : no_data_found');
545: END IF;
546: null;
547: WHEN app_exception.application_exception THEN
548: IF PG_DEBUG in ('Y', 'C') THEN
549: arp_standard.debug('build_credit_distributions: ' || 'credit memo module exception : app_exception ');
550: END IF;
551: RAISE;

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

545: END IF;
546: null;
547: WHEN app_exception.application_exception THEN
548: IF PG_DEBUG in ('Y', 'C') THEN
549: arp_standard.debug('build_credit_distributions: ' || 'credit memo module exception : app_exception ');
550: END IF;
551: RAISE;
552: WHEN OTHERS THEN
553: RAISE;