Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.test.sample
Class XLAUtility

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.test.sample.XLAUtility

public class XLAUtility
extends java.lang.Object


Field Summary
static java.lang.String CLASS_NAME
          Class Name
static java.lang.String RCS_ID
          Version
 
Constructor Summary
XLAUtility()
           
 
Method Summary
static java.lang.String getAccountingMethodName(java.sql.Connection conn, java.lang.String acctgMethodType, java.lang.String acctgMethodCode)
          Returns XLA_ACCTG_METHODS_VL.name for given accounting_method_type_code and accounting_method_code
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
Version

See Also:
Constant Field Values

CLASS_NAME

public static final java.lang.String CLASS_NAME
Class Name

See Also:
Constant Field Values
Constructor Detail

XLAUtility

public XLAUtility()
Method Detail

getAccountingMethodName

public static java.lang.String getAccountingMethodName(java.sql.Connection conn,
                                                       java.lang.String acctgMethodType,
                                                       java.lang.String acctgMethodCode)
                                                throws java.sql.SQLException
Returns XLA_ACCTG_METHODS_VL.name for given accounting_method_type_code and accounting_method_code

Parameters:
conn - database connection
acctgMethodType - accounting_method_type_code
acctgMethodCode - accounting_method_code
Returns:
String accounting method name or null when no data found
Throws:
java.sql.SQLException

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.