DBA Data[Home] [Help]

APPS.OKL_SRT_PVT dependencies on APP_EXCEPTIONS

Line 1572: RAISE app_exceptions.record_lock_exception;

1568: CLOSE lock_csr;
1569: END IF;
1570: okl_api.set_message(g_fnd_app
1571: ,g_form_unable_to_reserve_rec);
1572: RAISE app_exceptions.record_lock_exception;
1573: END;
1574:
1575: IF (l_row_notfound) THEN
1576: OPEN lchk_csr(p_srtb_rec);

Line 1682: RAISE app_exceptions.record_lock_exception;

1678: CLOSE lock_csr;
1679: END IF;
1680: okl_api.set_message(g_fnd_app
1681: ,g_form_unable_to_reserve_rec);
1682: RAISE app_exceptions.record_lock_exception;
1683: END;
1684:
1685: IF (l_row_notfound) THEN
1686: okl_api.set_message(g_fnd_app