DBA Data[Home] [Help]

APPS.OKL_LLN_PVT dependencies on APP_EXCEPTIONS

Line 1863: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1859: IF (lock_csr%ISOPEN) THEN
1860: CLOSE lock_csr;
1861: END IF;
1862: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1863: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1864: END;
1865:
1866: IF ( l_row_notfound ) THEN
1867: OPEN lchk_csr(p_lln_rec);

Line 1963: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1959: IF (lock_csr%ISOPEN) THEN
1960: CLOSE lock_csr;
1961: END IF;
1962: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1963: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1964: END;
1965:
1966: IF ( l_row_notfound ) THEN
1967: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);