DBA Data[Home] [Help]

APPS.PSB_ENTITY_ASSIGNMENT_PVT dependencies on APP_EXCEPTION

Line 187: app_exception.raise_exception;

183:
184: fetch c1 into tlinfo;
185: if (c1%notfound) then
186: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
187: app_exception.raise_exception;
188: close c1;
189: return;
190: end if;
191: close c1;

Line 222: WHEN APP_EXCEPTION.RECORD_LOCK_EXCEPTION THEN

218: p_data => p_msg_data );
219: --
220: EXCEPTION
221: --
222: WHEN APP_EXCEPTION.RECORD_LOCK_EXCEPTION THEN
223: --
224: ROLLBACK TO Lock_Row_Pvt ;
225: p_lock_row := FND_API.G_FALSE;
226: p_return_status := FND_API.G_RET_STS_ERROR;