DBA Data[Home] [Help]

APPS.FND_OAM_BF_UTIL dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 370: from wf_item_activity_statuses wias,

366: v_active_wi number;
367: begin
368: select count(distinct(item_key))
369: into v_err_wi
370: from wf_item_activity_statuses wias,
371: wf_item_types wit
372: where wias.activity_status = 'ERROR'
373: and wias.item_type = wit.name
374: and wias.item_type = wit_x.item_type;