Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.audit.model.utility
Class CommonUtility

java.lang.Object
  extended by oracle.apps.fnd.applcore.audit.model.utility.CommonUtility

public class CommonUtility
extends java.lang.Object


Constructor Summary
CommonUtility()
           
 
Method Summary
static oracle.jbo.ApplicationModule getAM()
           
static java.lang.String getAuditShadowTableName(java.lang.String tableName)
          Method that returns the shadow table name if it exists.
static boolean isAuditable(java.lang.String tableName)
          Method that determines whether a table is Auditble based on the existence of a shadow table.
static java.lang.String manipulateTableName(java.lang.String tableName)
          Method to manipulate a given table name to a shadowTable name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonUtility

public CommonUtility()
Method Detail

getAM

public static oracle.jbo.ApplicationModule getAM()

isAuditable

public static boolean isAuditable(java.lang.String tableName)
Method that determines whether a table is Auditble based on the existence of a shadow table.

Parameters:
tableName -
Returns:
String

manipulateTableName

public static java.lang.String manipulateTableName(java.lang.String tableName)
Method to manipulate a given table name to a shadowTable name.

Parameters:
tableName -
Returns:
String

getAuditShadowTableName

public static java.lang.String getAuditShadowTableName(java.lang.String tableName)
Method that returns the shadow table name if it exists.

Parameters:
tableName -
Returns:
String

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.