DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WF_ITEM_ATTRIBUTES_VL

Line 649: from wf_item_attributes_vl ia,

645: 'DATE', to_char(iav.date_value, nvl(ia.format,
646: 'DD-MON-YYYY HH24:MI:SS')),
647: 'LOOKUP', wf_core.activity_result(ia.format, iav.text_value),
648: iav.text_value) value
649: from wf_item_attributes_vl ia,
650: wf_item_attribute_values iav
651: where iav.item_type = x_item_type
652: and iav.item_key = x_item_key
653: and ia.item_type = iav.item_type