DBA Data[Home] [Help]

APPS.AMS_LISTHEADER_PVT dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 1725: from wf_item_activity_statuses

1721: l_item_type varchar2(100) := 'AMSLISTG';
1722: l_item_key varchar2(100);
1723: cursor check_wf
1724: is select item_key
1725: from wf_item_activity_statuses
1726: where item_type = l_item_type
1727: and item_key like p_listheader_rec.list_header_id || '_%'
1728: and activity_status in ('ERROR','ACTIVE');
1729: