DBA Data[Home] [Help]

APPS.FND_CONC_REQUEST_PKG dependencies on WF_ROLES

Line 449: -- get the display_name from wf_roles with constants in

445: in_system_id in number)
446: return varchar2 is
447: disp_name varchar2(80);
448: begin
449: -- get the display_name from wf_roles with constants in
450: -- in where condition.
451: select display_name
452: into disp_name
453: from wf_roles

Line 453: from wf_roles

449: -- get the display_name from wf_roles with constants in
450: -- in where condition.
451: select display_name
452: into disp_name
453: from wf_roles
454: where orig_system_id = in_system_id
455: and orig_system = in_system
456: and name = in_name;
457: