Share via


HcmBudgetPurposeEarningBasis::findByBudgetPurposeEarningBasis Method

Finds a record in the HcmBudgetPurposeEarningBasis table that is based on the BudgetPurposeType and EarningBudgetPurposeType record ID values that are supplied.

Syntax

client server public static HcmBudgetPurposeEarningBasis findByBudgetPurposeEarningBasis(
    HcmBudgetPurposeTypeRecId _budgetPurposeType, 
    HcmBudgetPurposeTypeRecId _earningBudgetPurposeType, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _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 whether the concurrency setting will be used on the table; optional.

Return Value

Type: HcmBudgetPurposeEarningBasis Table
An empty buffer or one or more records from the HcmBudgetPurposeEarningBasis table.

See Also

Reference

HcmBudgetPurposeEarningBasis Table