Share via


BudgetPlanLine::findByPlanHeaderScenario Method

Finds the specified record in the BudgetPlanLine table that is based on the given BudgetPlanHeader table record ID and BudgetPlanScenario table record ID.

Syntax

client server public static BudgetPlanLine findByPlanHeaderScenario(
    BudgetPlanHeaderRecId _budgetPlanHeaderRecId, 
    BudgetPlanScenarioRecId _budgetPlanScenarioRecId, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: BudgetPlanLine Table
A record in the BudgetPlanLine table; otherwise, an empty record.

See Also

Reference

BudgetPlanLine Table