DBA Data[Home] [Help]

APPS.ARP_ACCT_MAIN dependencies on APP_EXCEPTION

Line 294: app_exception.raise_exception;

290: IF PG_DEBUG in ('Y', 'C') THEN
291: arp_standard.debug( 'EXCEPTION: ARP_ACCT_MAIN.Create_Acct_Entry');
292: END IF;
293: IF p_client_server IS NULL THEN
294: app_exception.raise_exception;
295: ELSE
296: RAISE;
297: END IF;
298: