DBA Data[Home] [Help]

APPS.IEM_WFSTARTPROCESS_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 238

		SELECT  item_key
 		from wf_item_activity_statuses
 		where item_type=p_item_type
		and activity_status = 'ERROR'
		and begin_date<=to_date(p_end_date,'YYYY/MM/DD HH24:MI:SS');