26: -- Get Next Event Log sequence number.
27: -- This is returned to the caller for use in the Notify_Log call.
28: SELECT cn_event_log_s.NEXTVAL
29: INTO X_event_log_id 30: FROM sys.dual; 31:
32: -- Update Event Log with event information
33: INSERT INTO cn_event_log(
34: event_log_id,