DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on WF_ITEM_TYPES_VL

Line 364: from wf_item_types_vl

360: l_error_msg varchar2(2000) := null;
361:
362: cursor itemtypes is
363: select name, display_name, nvl(description,' ') description
364: from wf_item_types_vl
365: where name not in ('WFSTD','WFERROR','WFMAIL')
366: order by name;
367: begin
368: --

Line 534: from wf_item_types_vl

530: --
531: --
532: select display_name
533: into l_ItemTypeDisp
534: from wf_item_types_vl
535: where name = Process.ItemType;
536:
537: --
538: -- wf_initiate.SubmitWorkflow is the url(procedure) to which the contents