project QadFinancials > class BBudget > business logic query BudgetFDSByBudgetIDPropAlloc

Description

This query retrieves BudgetFDS record for the budget, which can be used for proportional allocation.


Parameters


iiBudgetIDinteger


query condition


  each BudgetFDS where
BudgetFDS.Budget_ID = iiBudgetID AND
BudgetFDS.BudgetFDSIsAllocationTotal = true


query resultset tqBudgetFDSByBudgetIDPropAlloc


field namedata typedb fielddescription
tiBudget_IDintegerBudgetFDS.Budget_IDLink to Budget
tiBudgetFDS_IDintegerBudgetFDS.BudgetFDS_IDRecord ID
tlBudgetFDSIsAllocationTotallogicalBudgetFDS.BudgetFDSIsAllocationTotalUsed for Proportional Allocation
tiBudgetFDSSeqintegerBudgetFDS.BudgetFDSSeqWBS Level
tcBudgetFDSTypecharacterBudgetFDS.BudgetFDSTypeCOA Element
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(BudgetFDS)


Internal usage


QadFinancials
method BQBudgetActual.AdditonalUpdatesDeleteSub