DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on WF_ACTIVITY_ATTR_VALUES

Line 740: from WF_ACTIVITY_ATTR_VALUES WAAV

736:
737: -- First get the name of the Item Attribute that EVENT points to
738: select WAAV.VALUE_TYPE, substrb(WAAV.TEXT_VALUE, 1, 30)
739: into LRefflag, LAName
740: from WF_ACTIVITY_ATTR_VALUES WAAV
741: where WAAV.PROCESS_ACTIVITY_ID = actid
742: and WAAV.NAME = 'EVENT';
743:
744: /* Should be able to use the GetActivityAttrEvent to do this