DBA Data[Home] [Help]

APPS.HZP_CPROF_PKG dependencies on APP_EXCEPTION

Line 109: app_exception.raise_exception;

105: --
106: END IF;
107: IF ( l_profile_count >= 1 ) THEN
108: fnd_message.set_name('AR','AR_CUST_ONE_PROFILE_ALLOWED');
109: app_exception.raise_exception;
110: END IF;
111: --
112: --
113: END check_unique;