DBA Data[Home] [Help]

APPS.IEM_WFSTARTPROCESS_PUB dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 239: from wf_item_activity_statuses

235: l_error_message varchar2(200);
236: l_msg_data varchar2(1000);
237: CURSOR wf_err_data_csr is
238: SELECT item_key
239: from wf_item_activity_statuses
240: where item_type=p_item_type
241: and activity_status = 'ERROR'
242: and begin_date<=to_date(p_end_date,'YYYY/MM/DD HH24:MI:SS');
243: l_date date;