DBA Data[Home] [Help]

APPS.IGW_PROP_NARRATIVES_TBH dependencies on APP_EXCEPTION

Line 49: app_exception.raise_exception;

45: l_last_update_login := -1;
46: end if;
47: else
48: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
49: app_exception.raise_exception;
50: end if;
51:
52:
53: insert into igw_prop_narratives (

Line 146: app_exception.raise_exception;

142: l_last_update_login := -1;
143: end if;
144: else
145: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
146: app_exception.raise_exception;
147: end if;
148:
149: update IGW_PROP_NARRATIVES set
150: PROPOSAL_ID = P_PROPOSAL_ID

Line 291: app_exception.raise_exception;

287: open c1;
288: fetch c1 into tlinfo;
289: if (c1%notfound) then
290: fnd_message.set_name('FND', 'FORM_RECORD_DELETED');
291: app_exception.raise_exception;
292: close c1;
293: return;
294: end if;
295: close c1;

Line 319: app_exception.raise_exception;

315: ) then
316: null;
317: else
318: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
319: app_exception.raise_exception;
320: end if;
321: return;
322: end LOCK_ROW;
323: */