DBA Data[Home] [Help]

APPS.IEM_MDTSTARTPROCESS_PUB dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 317: from wf_item_activity_statuses

313: l_msg_data varchar2(1000);
314: l_date date;
315: CURSOR wf_err_data_csr is
316: SELECT item_key
317: from wf_item_activity_statuses
318: where item_type=p_item_type
319: and activity_status = 'ERROR'
320: and begin_date<=to_date(p_end_date,'yyyy/mm/dd hh24:mi:ss');
321: BEGIN