HcmForecastScenario.isPositionDurationWithinBudgetCycle Method
Checks if the position activation or retirement date falls within the Budget Cycle duration.
Syntax
public boolean isPositionDurationWithinBudgetCycle(ValidFromDate _positionActivationDate, ValidToDate _positionRetirementDate)
Run On
Called
Parameters
- _positionActivationDate
Type: ValidFromDate Extended Data Type
The Forecast Position Activation Date to be checked.
- _positionRetirementDate
Type: ValidToDate Extended Data Type
The Forecast Position Retirement Date to be checked.
Return Value
Type: boolean
true, if position activation or retirement date falls withing the budget process cycle duration, else, false.