DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on WF_ROLES

Line 828: wf_roles wf

824:
825: cursor notifications(req_id number) is
826: select substrb(display_name,1,80) dname
827: from fnd_conc_pp_actions pp,
828: wf_roles wf
829: where pp.concurrent_request_id = req_id
830: and pp.action_type = 2
831: and wf.orig_system_id = pp.orig_system_id
832: and wf.orig_system = pp.orig_system