HcmPositionForecastBudgetAcctLine::existOverLappingBudgetElementLegalEntity Method
Indicates whether a specified HcmPositionForecastBudgetAcctLineRecId record ID exists in the HcmPositionForecastBudgetAcctLine table and overlaps with the other records.
Syntax
client server public static boolean existOverLappingBudgetElementLegalEntity(
ValidFromDate _effectiveDate,
ValidToDate _expirationDate,
CompanyInfoRecId _legalEntity,
HcmPositionForecastScenarioRecId _positionForecastScenarioRecId,
HcmBudgetPurposeTypeRecId _budgetPurposeType,
[HcmPositionForecastBudgetAcctLineRecId _recIdToExclude])
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.
- _recIdToExclude
Type: HcmPositionForecastBudgetAcctLineRecId Extended Data Type
The HcmPositionForecastBudgetAcctLine record ID to exclude.
Return Value
Type: boolean
true if the specified record overlaps; otherwise, false.