DBA Data[Home] [Help]

APPS.PA_PURGE_PROJECTS_PKG dependencies on APP_EXCEPTION

Line 172: when APP_EXCEPTION.RECORD_LOCK_EXCEPTION then

168:
169: close purge_projects ;
170:
171: EXCEPTION
172: when APP_EXCEPTION.RECORD_LOCK_EXCEPTION then
173: fnd_message.set_name ('FND', 'FORM_UNABLE_TO_RESERVE_RECORD');
174: app_exception.raise_exception;
175:
176: END delete_row;

Line 174: app_exception.raise_exception;

170:
171: EXCEPTION
172: when APP_EXCEPTION.RECORD_LOCK_EXCEPTION then
173: fnd_message.set_name ('FND', 'FORM_UNABLE_TO_RESERVE_RECORD');
174: app_exception.raise_exception;
175:
176: END delete_row;
177:
178:

Line 216: APP_EXCEPTION.RAISE_EXCEPTION ;

212:
213: if C%NOTFOUND then
214: close C ;
215: FND_MESSAGE.SET_NAME('FND','FORM_RECORD_DELETED');
216: APP_EXCEPTION.RAISE_EXCEPTION ;
217: end if ;
218: close C ;
219:
220: if ( recinfo.purge_batch_id = x_purge_batch_id and

Line 251: app_exception.raise_exception ;

247:
248: else
249:
250: fnd_message.set_name('FND','FORM_RECORD_CHANGED');
251: app_exception.raise_exception ;
252:
253:
254: end if ;
255: