DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on APP_EXCEPTION

Line 379: app_exception.raise_exception;

375: IF PG_DEBUG in ('Y', 'C') THEN
376: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Create_Acct_Entry');
377: END IF;
378: IF p_client_server IS NULL THEN
379: app_exception.raise_exception;
380: ELSE
381: RAISE;
382: END IF;
383: