DBA Data[Home] [Help]

APPS.WF_XML dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 6072: from wf_item_activity_statuses ias

6068: if itemType is not null and itemKey is not null then
6069: begin
6070: select ACTIVITY_STATUS
6071: into status
6072: from wf_item_activity_statuses ias
6073: , wf_process_activities pa
6074: where ias.item_type = itemType
6075: and ias.item_key = itemKey
6076: and ias.process_activity = pa.instance_id