DBA Data[Home] [Help]

APPS.PSP_SCHEDULE_LINES_PKG dependencies on APP_EXCEPTION

Line 62: app_exception.raise_exception;

58: X_LAST_UPDATE_LOGIN := -1;
59: end if;
60: else
61: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
62: app_exception.raise_exception;
63: end if;
64: insert into PSP_SCHEDULE_LINES (
65: SCHEDULE_LINE_ID,
66: SCHEDULE_HIERARCHY_ID,

Line 230: app_exception.raise_exception;

226: open c1;
227: fetch c1 into tlinfo;
228: if (c1%notfound) then
229: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
230: app_exception.raise_exception;
231: close c1;
232: return;
233: end if;
234: close c1;

Line 310: app_exception.raise_exception;

306: ) then
307: null;
308: else
309: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
310: app_exception.raise_exception;
311: end if;
312: return;
313: end LOCK_ROW;
314:

Line 369: app_exception.raise_exception;

365: X_LAST_UPDATE_LOGIN := -1;
366: end if;
367: else
368: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
369: app_exception.raise_exception;
370: end if;
371: update PSP_SCHEDULE_LINES set
372: SCHEDULE_HIERARCHY_ID = X_SCHEDULE_HIERARCHY_ID,
373: GL_CODE_COMBINATION_ID = X_GL_CODE_COMBINATION_ID,