DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PUB dependencies on CSI_COUNTER_TEMPLATE_B

Line 393: (SELECT counter_id FROM CSI_COUNTER_TEMPLATE_B

389: --WHERE counter_id = p_object1_id1;
390: --bug 5036623
391: SELECT COUNT(temp.counter_id) cnt
392: FROM
393: (SELECT counter_id FROM CSI_COUNTER_TEMPLATE_B
394: UNION ALL
395: SELECT counter_id FROM CSI_COUNTERS_B) temp
396: WHERE temp.counter_id = p_object1_id1;
397: