DBA Data[Home] [Help]

APPS.FND_CONC_QUEUES_PKG dependencies on DUAL

Line 68: from sys.dual

64: begin
65: begin
66: select 1
67: into dummy
68: from sys.dual
69: where not exists (select 1
70: from fnd_concurrent_queues_vl
71: where application_id = appid
72: and concurrent_queue_name = qname

Line 90: from sys.dual

86:
87: begin
88: select 1
89: into dummy
90: from sys.dual
91: where not exists (select 1
92: from fnd_concurrent_queues_vl
93: where application_id = appid
94: and user_concurrent_queue_name = uqname

Line 121: from sys.dual

117: dummy number;
118: begin
119: select 1
120: into dummy
121: from sys.dual
122: where not exists (select 1
123: from fnd_concurrent_queue_size
124: where queue_application_id = appid
125: and concurrent_queue_id = qid