DBA Data[Home] [Help]

APPS.FND_CONC_GLOBAL dependencies on V$INSTANCE

Line 128: from v$instance;

124: zops_inst_num := Inst_num;
125: else
126: select instance_number
127: into zops_inst_num
128: from v$instance;
129: end if;
130: end Override_OPS_INST_NUM;
131:
132:

Line 270: from v$instance;

266:
267: begin
268: select instance_number
269: into zops_inst_num
270: from v$instance;
271: /* v$instance should contain exactly one row. I
272: * can't think of any exceptions that we should be
273: * catching here.
274: */

Line 271: /* v$instance should contain exactly one row. I

267: begin
268: select instance_number
269: into zops_inst_num
270: from v$instance;
271: /* v$instance should contain exactly one row. I
272: * can't think of any exceptions that we should be
273: * catching here.
274: */
275: end FND_CONC_GLOBAL;