DBA Data[Home] [Help]

APPS.ARH_CROL_PKG dependencies on APP_EXCEPTION

Line 171: app_exception.raise_exception;

167: (cr.responsibility_id <> p_contact_role_id));
168: --
169: if ( unique_count >= 1 ) then
170: fnd_message.set_name('AR','AR_CUST_DUP_ROLE_USAGE');
171: app_exception.raise_exception;
172: end if;
173: --
174: end check_unique;
175: --

Line 258: app_exception.raise_exception;

254: or (cr.responsibility_id <> p_contact_role_id));
255: --
256: if ( primary_count >= 1 ) then
257: fnd_message.set_name('AR','AR_CUST_ROLE_PRIMARY');
258: app_exception.raise_exception;
259: end if;
260: --
261: end check_primary;
262: --