DBA Data[Home] [Help]

APPS.OKL_TRY_PVT dependencies on APP_EXCEPTIONS

Line 2754: raise App_Exceptions.RECORD_LOCK_EXCEPTION;

2750: if (lock_csr%isopen) then
2751: close lock_csr;
2752: end if;
2753: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2754: raise App_Exceptions.RECORD_LOCK_EXCEPTION;
2755: end;
2756:
2757: if ( l_row_notfound ) then
2758: open lchk_csr(p_try_rec);

Line 2854: raise App_Exceptions.RECORD_LOCK_EXCEPTION;

2850: if (lock_csr%isopen) then
2851: close lock_csr;
2852: end if;
2853: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2854: raise App_Exceptions.RECORD_LOCK_EXCEPTION;
2855: end;
2856:
2857: if ( l_row_notfound ) then
2858: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);