DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PUB dependencies on WF_ACTIVITIES_TL

Line 696: from wf_activities_tl

692: and type = 'PROCESS';
693:
694: select display_name
695: into l_name
696: from wf_activities_tl
697: where version = l_version
698: and name = p_name
699: and item_type = p_type
700: and language = nvl(userenv('LANG'),'US');