DBA Data[Home] [Help]

APPS.ARP_ADDR_PKG dependencies on APP_EXCEPTION

Line 396: app_exception.raise_exception;

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