DBA Data[Home] [Help]

APPS.AMS_LIST_WF dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 847: from wf_item_activity_statuses

843: l_status_code varchar2(100);
844:
845: cursor check_wf
846: is select item_key
847: from wf_item_activity_statuses
848: where item_type = l_item_type
849: and item_key like p_list_header_id|| '%'
850: and activity_status in ('ERROR','ACTIVE');
851: