DBA Data[Home] [Help]

APPS.OKL_SAO_PVT dependencies on APP_EXCEPTIONS

Line 2981: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2977: IF (lock_csr%ISOPEN) THEN
2978: CLOSE lock_csr;
2979: END IF;
2980: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2981: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2982: END;
2983:
2984: IF ( l_row_notfound ) THEN
2985: OPEN lchk_csr(p_sao_rec);