DBA Data[Home] [Help]

APPS.FND_DCP dependencies on FND_CONC_GLOBAL

Line 802: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);

798: where application_id = queue_appl_id
799: and concurrent_queue_id = queue_id;
800:
801: /* Update the global */
802: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);
803:
804: else /* we aren't on the primary node...maybe we still know the inst num*/
805: select INSTANCE_NUMBER
806: into inst_num

Line 813: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);

809: and concurrent_queue_id = queue_id;
810:
811: /* Update the global...if not null */
812: if (inst_num is not null) then
813: FND_CONC_GLOBAL.Override_OPS_INST_NUM(inst_num);
814: end if;
815: end if;
816:
817: return inst_num;