DBA Data[Home] [Help]

APPS.OKL_AEL_PVT dependencies on APP_EXCEPTIONS

Line 2634: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2630: IF (lock_csr%ISOPEN) THEN
2631: CLOSE lock_csr;
2632: END IF;
2633: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2634: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2635: END;
2636:
2637: IF ( l_row_notfound ) THEN
2638: OPEN lchk_csr(p_ael_rec);