DBA Data[Home] [Help]

APPS.AML_INTERACTION_LEADS_PKG dependencies on APP_EXCEPTION

Line 145: app_exception.raise_exception;

141: fetch c into recinfo;
142: if (c%notfound) then
143: close c;
144: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
145: app_exception.raise_exception;
146: end if;
147: close c;
148: if (
149: ( Recinfo.INTERACTION_LEAD_ID = p_INTERACTION_LEAD_ID)

Line 166: app_exception.raise_exception;

162: ) then
163: null;
164: else
165: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
166: app_exception.raise_exception;
167: end if;
168:
169: END LOCK_ROW;
170: