Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Uses of Interface
oracle.apps.fnd.applcore.log.AppsIncidentInfo

Packages that use AppsIncidentInfo
oracle.apps.fnd.applcore.log   
 

Uses of AppsIncidentInfo in oracle.apps.fnd.applcore.log
 

Methods in oracle.apps.fnd.applcore.log that return AppsIncidentInfo
static AppsIncidentInfo AppsLogger.createIncident(java.lang.Object pThis, MessageVORow pMessage, java.util.Map<java.lang.String,java.lang.Object> pMap, java.lang.Throwable pException)
          Creates an incident in ADR system for the specified seeded pMessage.
static AppsIncidentInfo AppsLogger.createIncident(java.lang.Object pThis, java.lang.String pAppShortName, java.lang.String pMessageName, java.util.Map<java.lang.String,java.lang.Object> pMap, java.lang.Throwable pException)
          Creates an incident in ADR system for the specified combination of Application short name and message name.
static AppsIncidentInfo AppsLogger.createIncident(java.lang.Object pThis, java.lang.String pErrorMessage, java.lang.Throwable pException)
           This should only be called by the ApplSession framework when the incident needs to be created and db is not accessible.
static AppsIncidentInfo AppsLogger.write(java.lang.Object pThis, MessageVORow pMessage, java.util.Map<java.lang.String,java.lang.Object> pMap, java.lang.Throwable pException)
          Writes the specified seeded pMessage, and optionally an pException to the log.
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.