DBA Data[Home] [Help]

APPS.OKL_LPO_PVT dependencies on APP_EXCEPTIONS

Line 1656: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1652: IF (lock_csr%ISOPEN) THEN
1653: CLOSE lock_csr;
1654: END IF;
1655: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1656: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1657: END;
1658:
1659: IF ( l_row_notfound ) THEN
1660: OPEN lchk_csr(p_lpo_rec);

Line 1757: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1753: IF (lock_csr%ISOPEN) THEN
1754: CLOSE lock_csr;
1755: END IF;
1756: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1757: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1758: END;
1759:
1760: IF ( l_row_notfound ) THEN
1761: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);