DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 6111: from wf_item_activity_statuses ias

6107: if itemType is not null and itemKey is not null then
6108: begin
6109: select ACTIVITY_STATUS
6110: into status
6111: from wf_item_activity_statuses ias
6112: , wf_process_activities pa
6113: where ias.item_type = itemType
6114: and ias.item_key = itemKey
6115: and ias.process_activity = pa.instance_id