DBA Data[Home] [Help]

APPS.FND_CONC_SSWA dependencies on WF_ROLES

Line 767: wf_roles wf

763:
764: cursor notifications(req_id number) is
765: select substrb(display_name,1,80) dname
766: from fnd_conc_pp_actions pp,
767: wf_roles wf
768: where pp.concurrent_request_id = req_id
769: and pp.action_type = 2
770: and wf.orig_system_id = pp.orig_system_id
771: and wf.orig_system = pp.orig_system