DBA Data[Home] [Help]

APPS.OKL_ACV_PVT dependencies on APP_EXCEPTIONS

Line 1181: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1177: IF (lock_csr%ISOPEN) THEN
1178: CLOSE lock_csr;
1179: END IF;
1180: Okl_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1181: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1182: END;
1183:
1184: IF ( l_row_notfound ) THEN
1185: OPEN lchk_csr(p_acv_rec);