DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WF_ITEM_ACTIVITIES_HISTORY_V

Line 3304: from wf_item_activities_history_v wfhist

3300: recipient_role,
3301: recipient_role_name,
3302: activity_status_display,
3303: result
3304: from wf_item_activities_history_v wfhist
3305: where wfhist.item_type = x_item_type
3306: and wfhist.item_key = x_item_key
3307: and wfhist.activity_def_begin_date <= x_begin_date
3308: and (wfhist.activity_def_end_date is null or wfhist.activity_def_end_date > x_begin_date)

Line 3344: from wf_item_activities_history_v wfhist

3340: recipient_role,
3341: recipient_role_name,
3342: activity_status_display,
3343: result
3344: from wf_item_activities_history_v wfhist
3345: where wfhist.item_type = x_item_type
3346: and wfhist.item_key = x_item_key
3347: and wfhist.activity_def_begin_date <= x_begin_date
3348: and (wfhist.activity_def_end_date is null or wfhist.activity_def_end_date > x_begin_date)