DBA Data[Home] [Help]

APPS.WF_ADVANCED_WORKLIST dependencies on DUAL

Line 56: from sys.dual

52: -- Authenticate functionality to be in sync with "Notifications from me" view
53: begin
54: select 1
55: into dummy
56: from sys.dual
57: where exists ( select null
58: from wf_item_activity_statuses ias,
59: wf_item_activity_statuses_h iash,
60: wf_notifications ntf

Line 142: FROM dual

138: -- 2. Role - Proxy is grantee of one of the users of the role.
139: begin
140: SELECT 1
141: INTO dummy
142: FROM dual
143: WHERE username IN
144: (
145: SELECT fg.grantee_key
146: FROM wf_notifications wn,