50: -- Authenticate functionality to be in sync with "Notifications from me" view
51: begin
52: select 1
53: into dummy
54: from sys.dual
55: where exists ( select null
56: from wf_item_activity_statuses ias,
57: wf_item_activity_statuses_h iash,
58: wf_notifications ntf
136: -- 2. Role - Proxy is grantee of one of the users of the role.
137: begin
138: SELECT 1
139: INTO dummy
140: FROM dual
141: WHERE username IN
142: (
143: SELECT fg.grantee_key
144: FROM wf_notifications wn,