HcmPositionActionBudgetAccountLine::findByActionStateLEBudgetPurposeType Method
Finds a record in the HcmPositionActionBudgetAccountLine table that is based on the specified HcmActionStateRecId, LegalEntity, and BudgetPurposeType values.
Syntax
client server public static HcmPositionActionBudgetAccountLine findByActionStateLEBudgetPurposeType(
HcmActionStateRecId _actionStateRecId,
CompanyInfoRecId _legalEntity,
HcmBudgetPurposeTypeRecId _budgetPurposeType,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _actionStateRecId
Type: HcmActionStateRecId Extended Data Type
The value of the HcmActionStateRecId field to find.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The value of the LegalEntity field to find.
- _budgetPurposeType
Type: HcmBudgetPurposeTypeRecId Extended Data Type
The value of the BudgetPurposeType field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates the concurrency settings to use on the table; optional.
Return Value
Type: HcmPositionActionBudgetAccountLine Table
A record from the HcmPositionActionBudgetAccountLine table; otherwise, an empty record.