DBA Data[Home] [Help]

APPS.ARP_ADDR_PKG dependencies on FND_MESSAGE

Line 395: fnd_message.set_name('AR','AR_CUST_ADDR_REF_EXISTS');

391: where addr.orig_system_reference = p_orig_system_reference;
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: