[Home] [Help]
1796:
1797: --Bug# 3257597 : 11.5.10 OKS rule migration impact
1798: CURSOR l_chk_oks_rulemig_csr IS
1799: SELECT 'Y'
1800: FROM okc_class_operations
1801: WHERE cls_code = 'SERVICE' AND opn_code = 'CHECK_RULE';
1802:
1803: l_oks_rulemig_exists VARCHAR2 (1) DEFAULT 'N';
1804: --Bug# 3257597 : 11.5.10 OKS rule migration impact