Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the financial statement information associated with the current record.
Syntax
public DimensionAttributeValueFinancialStmt getFinancialStatementValues([boolean _forUpdate, boolean _createIfNecessary])
Run On
Called
Parameters
- _forUpdate
Type: boolean
true to select for update; otherwise, false.
- _createIfNecessary
Type: boolean
true to create if the record does not yet exist; otherwise, false.
Return Value
Type: DimensionAttributeValueFinancialStmt Table
The financial statement information associated with the current account.
Remarks
If the _createIfNecessary parameter is set to false this method may return an empty table buffer if financial statement information has not yet been set.