DBA Data[Home] [Help]

APPS.FND_OAM_BF_UTIL dependencies on WF_ITEM_TYPES

Line 371: wf_item_types wit

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;
375: