DBA Data[Home] [Help]

APPS.OKL_BKT_PVT dependencies on APP_EXCEPTIONS

Line 1556: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1552: IF (lock_csr%ISOPEN) THEN
1553: CLOSE lock_csr;
1554: END IF;
1555: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1556: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1557: END;
1558:
1559: IF ( l_row_notfound ) THEN
1560: OPEN lchk_csr(p_bkt_rec);