DBA Data[Home] [Help]

APPS.OKL_FOD_PVT dependencies on APP_EXCEPTIONS

Line 1364: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1360: IF (lock_csr%ISOPEN) THEN
1361: CLOSE lock_csr;
1362: END IF;
1363: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1364: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1365: END;
1366:
1367: IF ( l_row_notfound ) THEN
1368: OPEN lchk_csr(p_fod_rec);