DBA Data[Home] [Help]

APPS.WF_SETUP dependencies on ALL_QUEUES

Line 212: from ALL_QUEUES DQ

208: creatable := FALSE;
209: begin
210: select DQ.QID
211: into l_qid
212: from ALL_QUEUES DQ
213: where lquer.queue_name = DQ.OWNER||'.'||DQ.NAME
214: and QUEUE_TYPE = 'NORMAL_QUEUE';
215:
216: dTab(i).col04 := 'YES';