DBA Data[Home] [Help]

APPS.ARP_ADDR_PKG dependencies on FND_MESSAGE

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

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