DBA Data[Home] [Help]

APPS.OKS_INTEGRATION_UTIL_PUB dependencies on OKC_RULE_GROUPS_B

Line 700: from okc_rule_groups_b

696: cursor l_csp_agg_csr is
697: select min(id) minid, max(id) maxid,
698: count(id) total,
699: avg(id) avgid, stddev(id) stdid
700: from okc_rule_groups_b
701: where rgd_code = 'SVC_K';
702:
703: cursor l_jobs_csr(l_job number) is
704: select count(*)