DBA Data[Home] [Help]

APPS.ARH_CREL_PKG dependencies on APP_EXCEPTION

Line 141: app_exception.raise_exception;

137: and status = 'A'; --Bug Fix: 3237327
138:
139: if (duplicate_count >= 1 ) then
140: fnd_message.set_name('AR','AR_CUST_REL_ALREADY_EXISTS');
141: app_exception.raise_exception;
142: end if;
143: end check_unique;
144: --
145: --