DBA Data[Home] [Help]

APPS.ARP_ADDR_PKG dependencies on APP_EXCEPTION

Line 397: app_exception.raise_exception;

393: --
394: --
395: if ( dummy >=1 ) then
396: fnd_message.set_name('AR','AR_CUST_ADDR_REF_EXISTS');
397: app_exception.raise_exception;
398: end if;
399: --
400:
401: end check_unique_orig_system_ref;