HcmForecastScenario::findByPlanningProcessAndScenario Method
Finds a record in the HcmForecastScenario table based on supplied values of the BudgetPlanningProcess and BudgetPlanScenario fields.
Syntax
client server public static HcmForecastScenario findByPlanningProcessAndScenario(
BudgetPlanningProcessRecId _budgetPlanningProcess,
BudgetPlanScenarioRecId _budgetPlanScenario,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _budgetPlanningProcess
Type: BudgetPlanningProcessRecId Extended Data Type
The value of the BudgetPlanningProcess field to find.
- _budgetPlanScenario
Type: BudgetPlanScenarioRecId Extended Data Type
The value of the BudgetPlanScenario field to find.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
An enumeration value that indicates whether concurrency setting to be used on the table; optional.
Return Value
Type: HcmForecastScenario Table
A record from the HcmForecastScenario table.