DBA Data[Home] [Help]

APPS.WF_INITIATE dependencies on WF_ITEM_ATTRIBUTES_VL

Line 460: from wf_item_attributes_vl

456: --
457: cursor ItemAttrs is
458: select name, display_name, type, subtype, format,
459: text_default, number_default, date_default
460: from wf_item_attributes_vl
461: where item_type = Process.itemtype
462: order by sequence;
463: --
464: -- Runnable Process cursor