DBA Data[Home] [Help]

APPS.PO_WF_FUN dependencies on WF_ACTIVITIES_TL

Line 67: from wf_activities_tl

63: and language = 'US';
64:
65: select distinct display_name
66: into x_function_name
67: from wf_activities_tl
68: where item_type = x_wf_function.item_type
69: and name = x_wf_function.name
70: and language = 'US' ;
71: