DBA Data[Home] [Help]

APPS.FND_CONC_QUEUES_PKG dependencies on FND_CONCURRENT_QUEUES_VL

Line 70: from fnd_concurrent_queues_vl

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
73: and (row_id <> chartorowid (ro_id)
74: or ro_id is null));

Line 92: from fnd_concurrent_queues_vl

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
95: and (row_id <> chartorowid (ro_id)
96: or ro_id is null));