DBA Data[Home] [Help]

APPS.ECX_ERRORLOG dependencies on ECX_TRIGGER_ID_S

Line 223: select ecx_trigger_id_s.NEXTVAL

219: i_message_id raw(16);
220:
221: cursor c_trigger_id
222: is
223: select ecx_trigger_id_s.NEXTVAL
224: from dual;
225:
226: PRAGMA AUTONOMOUS_TRANSACTION;
227: i_method_name varchar2(2000) := 'ecx_errorlog.external_system';

Line 1647: select ecx_trigger_id_s.NEXTVAL

1643: l_module varchar2(2000);
1644:
1645: cursor c1
1646: is
1647: select ecx_trigger_id_s.NEXTVAL
1648: from dual;
1649:
1650: begin
1651: if (p_event is null) then