DBA Data[Home] [Help]

APPS.MRP_EXP_WF dependencies on WF_ITEM_ACTIVITY_STATUSES_H

Line 1935: FROM wf_item_activity_statuses_h

1931: WHERE item_type = l_item_type
1932: AND item_key = l_item_key
1933: UNION
1934: SELECT notification_id
1935: FROM wf_item_activity_statuses_h
1936: WHERE item_type = l_item_type
1937: AND item_key = l_item_key);
1938:
1939: UPDATE wf_items

Line 1949: UPDATE wf_item_activity_statuses_h

1945: SET end_date = SYSDATE - 450
1946: WHERE item_type = l_item_type
1947: AND item_key = l_item_key;
1948:
1949: UPDATE wf_item_activity_statuses_h
1950: SET end_date = SYSDATE - 450
1951: WHERE item_type = l_item_type
1952: AND item_key = l_item_key;
1953: