DBA Data[Home] [Help]

APPS.PSB_ENTITY_SET_PVT dependencies on APP_EXCEPTION

Line 303: app_exception.raise_exception;

299: open c1;
300: fetch c1 into tlinfo;
301: if (c1%notfound) then
302: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
303: app_exception.raise_exception;
304: close c1;
305: return;
306: end if;
307: close c1;

Line 388: WHEN APP_EXCEPTION.RECORD_LOCK_EXCEPTION THEN

384: p_data => p_msg_data );
385: --
386: EXCEPTION
387: --
388: WHEN APP_EXCEPTION.RECORD_LOCK_EXCEPTION THEN
389: --
390: ROLLBACK TO Lock_Row_Pvt ;
391: p_lock_row := FND_API.G_FALSE;
392: p_return_status := FND_API.G_RET_STS_ERROR;