DBA Data[Home] [Help]

APPS.OKL_AGN_PVT dependencies on APP_EXCEPTIONS

Line 1925: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1921: IF (lock_csr%ISOPEN) THEN
1922: CLOSE lock_csr;
1923: END IF;
1924: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1925: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1926: END;
1927:
1928: IF ( l_row_notfound ) THEN
1929: OPEN lchk_csr(p_agn_rec);