DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_CONC_GLOBAL

Line 843: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);

839: where application_id = queue_appl_id
840: and concurrent_queue_id = queue_id;
841:
842: /* Update the global */
843: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);
844:
845: else /* we aren't on the primary node...maybe we still know the inst num*/
846: select INSTANCE_NUMBER
847: into inst_num

Line 854: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);

850: and concurrent_queue_id = queue_id;
851:
852: /* Update the global...if not null */
853: if (inst_num is not null) then
854: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);
855: end if;
856: end if;
857:
858: return inst_num;