DBA Data[Home] [Help]

APPS.OKC_CONDITIONS_PVT dependencies on OKX_COUNTERS_V

Line 1466: FROM okx_counters_v

1462:
1463: CURSOR ctr_cur(x IN NUMBER)
1464: IS
1465: SELECT name
1466: FROM okx_counters_v
1467: WHERE counter_id = x;
1468: ctr_rec ctr_cur%ROWTYPE;
1469:
1470: l_string VARCHAR2(32000):= 'select sysdate from dual where ';