DBA Data[Home] [Help]

APPS.OKS_BILL_MIGRATION dependencies on V$INSTANCE

Line 210: select instance_number from v$instance;

206:
207: FUNCTION get_instance_id
208: return integer is
209: cursor inst_csr is
210: select instance_number from v$instance;
211: BEGIN
212: IF g_instance_id = 0 THEN
213: OPEN inst_csr;
214: FETCH inst_csr into g_instance_id;