DBA Data[Home] [Help]

APPS.OKL_CONTRACT_BOOK_PVT dependencies on OKC_CLASS_OPERATIONS

Line 2104: FROM okc_class_operations

2100:
2101: --Bug# 3257597 : 11.5.10 OKS rule migration impact
2102: CURSOR l_chk_oks_rulemig_csr IS
2103: SELECT 'Y'
2104: FROM okc_class_operations
2105: WHERE cls_code = 'SERVICE' AND opn_code = 'CHECK_RULE';
2106:
2107: l_oks_rulemig_exists VARCHAR2 (1) DEFAULT 'N';
2108: --Bug# 3257597 : 11.5.10 OKS rule migration impact