HcmBudgetPurposeTypeDetail::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,
HcmBudgetPurposeTypeRecId _budgetPurposeType,
[HcmBudgetPurposeTypeDetailRecId _recIdToExclude])
Run On
Called
Parameters
- _effectiveDate
Type: ValidFromDate Extended Data Type
The EffectiveDate of the HcmBudgetPurposeTypeDetail table.
- _expirationDate
Type: ValidToDate Extended Data Type
The ExpirationDate of the HcmBudgetPurposeTypeDetail table.
- _legalEntity
Type: CompanyInfoRecId Extended Data Type
The legal entity record ID of the HcmBudgetPurposeTypeDetail table.
- _budgetPurposeType
Type: HcmBudgetPurposeTypeRecId Extended Data Type
The HcmBudgetPurposeType record ID.
- _recIdToExclude
Type: HcmBudgetPurposeTypeDetailRecId Extended Data Type
The HcmBudgetPurposeTypeDetail record ID to exclude.
Return Value
Type: boolean
true if the specified record overlaps; otherwise, false.