DBA Data[Home] [Help]

APPS.PSP_EFFORT_REPORT_ELEMENTS_PKG dependencies on APP_EXCEPTION

Line 49: app_exception.raise_exception;

45: X_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: insert into PSP_EFFORT_REPORT_ELEMENTS (
52: ELEMENT_TYPE_ID,
53: USE_IN_EFFORT_REPORT,

Line 172: app_exception.raise_exception;

168: open c1;
169: fetch c1 into tlinfo;
170: if (c1%notfound) then
171: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
172: app_exception.raise_exception;
173: close c1;
174: return;
175: end if;
176: close c1;

Line 236: app_exception.raise_exception;

232: ) then
233: null;
234: else
235: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
236: app_exception.raise_exception;
237: end if;
238: return;
239: end LOCK_ROW;
240:

Line 284: app_exception.raise_exception;

280: X_LAST_UPDATE_LOGIN := -1;
281: end if;
282: else
283: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
284: app_exception.raise_exception;
285: end if;
286: update PSP_EFFORT_REPORT_ELEMENTS set
287: USE_IN_EFFORT_REPORT = X_USE_IN_EFFORT_REPORT,
288: ATTRIBUTE_CATEGORY = X_ATTRIBUTE_CATEGORY,