DBA Data[Home] [Help]

APPS.MSC_EXP_WF dependencies on WF_ITEM_ACTIVITY_STATUSES_H

Line 2209: from wf_item_activity_statuses_h

2205: where item_type = l_item_type
2206: and item_key = l_item_key
2207: union
2208: select notification_id
2209: from wf_item_activity_statuses_h
2210: where item_type = l_item_type
2211: and item_key = l_item_key);
2212:
2213: update wf_items

Line 2223: update wf_item_activity_statuses_h

2219: set end_date = sysdate
2220: where item_type = l_item_type
2221: and item_key = l_item_key;
2222:
2223: update wf_item_activity_statuses_h
2224: set end_date = sysdate
2225: where item_type = l_item_type
2226: and item_key = l_item_key;
2227: