DBA Data[Home] [Help]

APPS.OKS_INTEGRATION_UTIL_PUB dependencies on V$INSTANCE

Line 20: select instance_number from v$instance;

16:
17: FUNCTION get_instance_id
18: return integer is
19: cursor inst_csr is
20: select instance_number from v$instance;
21: BEGIN
22: IF g_instance_id = 0 THEN
23: OPEN inst_csr;
24: FETCH inst_csr into g_instance_id;