DBA Data[Home] [Help]

APPS.OE_NEGOTIATE_WF dependencies on WF_ITEM_ACTIVITY_STATUSES_H

Line 714: FROM wf_item_activity_statuses_h

710: /* 9047023: Check details in wf history tables */
711: BEGIN
712: SELECT item_key, item_type
713: INTO l_item_key, l_item_type -- l_header_id AME ER
714: FROM wf_item_activity_statuses_h
715: WHERE notification_id = TO_NUMBER (document_id);
716: EXCEPTION
717: WHEN NO_DATA_FOUND
718: THEN