DBA Data[Home] [Help]

APPS.OKL_LSM_PVT dependencies on APP_EXCEPTIONS

Line 1745: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1741: IF (lock_csr%ISOPEN) THEN
1742: CLOSE lock_csr;
1743: END IF;
1744: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1745: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1746: END;
1747:
1748: IF ( l_row_notfound ) THEN
1749: OPEN lchk_csr(p_lsm_rec);

Line 1845: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1841: IF (lock_csr%ISOPEN) THEN
1842: CLOSE lock_csr;
1843: END IF;
1844: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1845: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1846: END;
1847:
1848: IF ( l_row_notfound ) THEN
1849: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);