DBA Data[Home] [Help]

APPS.ECX_RULE dependencies on WF_ERROR_PROCESSES_S

Line 805: select to_char(WF_ERROR_PROCESSES_S.nextval) into l_ikey from dual;

801:
802: p_event.parameter_List := l_paramlist;
803:
804: if (l_wftype = 'WFERROR') then
805: select to_char(WF_ERROR_PROCESSES_S.nextval) into l_ikey from dual;
806: else
807: l_ikey := nvl(p_event.Correlation_ID, p_event.Event_Key);
808: end if;
809: