HcmPositionForecastBudgetAcctLine.existBasisCostElement Method
Indicates whether a specified HcmPositionForecastBudgetAcctLineRecId record ID exists in the HcmPositionForecastBudgetAcctLine table.
Syntax
public boolean existBasisCostElement(
ValidFromDate _effectiveDate,
ValidToDate _expirationDate,
CompanyInfoRecId _legalEntity,
HcmPositionForecastScenarioRecId _positionForecastScenarioRecId,
HcmBudgetPurposeTypeRecId _budgetPurposeType)
Run On
Called
Parameters
- _effectiveDate
Type: ValidFromDate Extended Data Type
The EffectiveDate of the HcmPositionForecastBudgetAcctLineRecId table.
- _expirationDate
Type: ValidToDate Extended Data Type
The ExpirationDate of the HcmPositionForecastBudgetAcctLineRecId table.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The legal entity record ID of the HcmPositionForecastBudgetAcctLineRecId table.
- _positionForecastScenarioRecId
Type: HcmPositionForecastScenarioRecId Extended Data Type
The HcmPositionForecastScenario table record ID.
- _budgetPurposeType
Type: HcmBudgetPurposeTypeRecId Extended Data Type
The HcmBudgetPurposeType record ID.
Return Value
Type: boolean
true if the specified record exist; otherwise, false.