Share via


HcmBudgetPurposeTypeDetail::lookupBudgetPurposeByDateCompany Method

Provides a lookup for the HcmBudgetPurposeTypeDetail table.

Syntax

client public static Common lookupBudgetPurposeByDateCompany(
    FormReferenceControl _formReferenceControl, 
    CompanyInfoRecId _legalEntity, 
   [TransDate _positionDurationEffectiveDate, 
    TransDate _positionDurationExpirationDate])

Run On

Client

Parameters

  • _positionDurationEffectiveDate
    Type: TransDate Extended Data Type
    The effective date entered on the HcmPositionForecastBudgetAcctLine table.
  • _positionDurationExpirationDate
    Type: TransDate Extended Data Type
    The expiration date entered on the HcmPositionForecastBudgetAcctLine table.

Return Value

Type: Common Table
The reference record for the HcmBudgetPurposeTypeDetail table.

Remarks

This method filters the lookup on the basis of legal entity and expiration date.

See Also

Reference

HcmBudgetPurposeTypeDetail Table