Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

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

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

public final class GLBatch
extends java.lang.Object


Field Summary
static java.lang.String RCS_ID
          File version
 
Method Summary
 void clearData()
           
 void findBatchId(java.sql.Connection conn, java.math.BigDecimal pBatchId)
           
 void findBatchId(java.sql.Connection conn, java.lang.String pBatchName, java.lang.String pPeriodName, java.math.BigDecimal pLedgerId)
           
 java.lang.String getBatchActualFlag()
          Gets the actual flag verified
 java.lang.String getBatchDescription()
          Gets the batch description
 java.math.BigDecimal getBatchId()
          Gets the batch Id
 java.lang.String getBatchName()
          Gets the batch name
 java.lang.String getBatchStatus()
          Gets the batch status
 java.lang.String getBatchStatusName()
          Gets the batch status long name
 java.lang.String getBatchStatusVerified()
          Gets the batch status verified
 java.math.BigDecimal getControlTotal()
          Gets the control total
 java.lang.String getDefaultPeriodName()
          Gets the default period name
 java.math.BigDecimal getRunningTotalAccountedCr()
          Gets the running total accounted credit
 java.math.BigDecimal getRunningTotalAccountedDr()
          Gets the running total accounted debit
 java.math.BigDecimal getRunningTotalCr()
          Gets the running total credit
 java.math.BigDecimal getRunningTotalDr()
          Gets the running total debit
 java.lang.String getSql()
           
 boolean isValid()
          Returns whether the GLLedger class was initialized or not (valid or not)
 
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
File version

See Also:
Constant Field Values
Method Detail

findBatchId

public void findBatchId(java.sql.Connection conn,
                        java.lang.String pBatchName,
                        java.lang.String pPeriodName,
                        java.math.BigDecimal pLedgerId)
                 throws java.sql.SQLException
Parameters:
pLedgerId -
Throws:
java.sql.SQLException

findBatchId

public void findBatchId(java.sql.Connection conn,
                        java.math.BigDecimal pBatchId)
                 throws java.sql.SQLException
Parameters:
pBatchId -
Throws:
java.sql.SQLException

clearData

public void clearData()

getBatchId

public java.math.BigDecimal getBatchId()
Gets the batch Id

Returns:
The batch id value

getBatchName

public java.lang.String getBatchName()
Gets the batch name

Returns:
The name value

getBatchDescription

public java.lang.String getBatchDescription()
Gets the batch description

Returns:
The description value

getBatchStatus

public java.lang.String getBatchStatus()
Gets the batch status

Returns:
The status value

getBatchStatusName

public java.lang.String getBatchStatusName()
Gets the batch status long name

Returns:
posting status name

getBatchStatusVerified

public java.lang.String getBatchStatusVerified()
Gets the batch status verified

Returns:
The batch status verified value

getBatchActualFlag

public java.lang.String getBatchActualFlag()
Gets the actual flag verified

Returns:
The batch actual flag value

getControlTotal

public java.math.BigDecimal getControlTotal()
Gets the control total

Returns:
The control total value

getRunningTotalDr

public java.math.BigDecimal getRunningTotalDr()
Gets the running total debit

Returns:
The running total debit value

getRunningTotalCr

public java.math.BigDecimal getRunningTotalCr()
Gets the running total credit

Returns:
The running total credit value

getRunningTotalAccountedDr

public java.math.BigDecimal getRunningTotalAccountedDr()
Gets the running total accounted debit

Returns:
The running total acccounted debit value

getRunningTotalAccountedCr

public java.math.BigDecimal getRunningTotalAccountedCr()
Gets the running total accounted credit

Returns:
The running total acccounted credit value

getDefaultPeriodName

public java.lang.String getDefaultPeriodName()
Gets the default period name

Returns:
The default period name value

isValid

public boolean isValid()
Returns whether the GLLedger class was initialized or not (valid or not)

Returns:
true/false

getSql

public java.lang.String getSql()

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.