DBA Data[Home] [Help]

APPS.OKL_CNR_PVT dependencies on APP_EXCEPTIONS

Line 1916: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

1912: IF (lock_csr%ISOPEN) THEN
1913: CLOSE lock_csr;
1914: END IF;
1915: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
1916: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
1917: END;
1918:
1919: IF ( l_row_notfound ) THEN
1920: OPEN lchk_csr(p_cnr_rec);

Line 2016: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;

2012: IF (lock_csr%ISOPEN) THEN
2013: CLOSE lock_csr;
2014: END IF;
2015: Okc_Api.set_message(G_FND_APP,G_FORM_UNABLE_TO_RESERVE_REC);
2016: RAISE App_Exceptions.RECORD_LOCK_EXCEPTION;
2017: END;
2018:
2019: IF ( l_row_notfound ) THEN
2020: Okc_Api.set_message(G_FND_APP,G_FORM_RECORD_DELETED);