DBA Data[Home] [Help]

APPS.WF_ACTIVITIES_VL_PUB dependencies on WF_ACTIVITY_ATTRIBUTES_VL

Line 261: FROM wf_activity_attributes_vl waa,

257: waa.number_default,
258: waa.date_default,
259: waa.display_name,
260: waa.description
261: FROM wf_activity_attributes_vl waa,
262: wf_activities_vl wact
263: WHERE waa.activity_item_type = c_item_type
264: AND wact.item_type = c_item_type
265: AND wact.name = waa.activity_name