project QadFinancials > class BMfgBudget > business logic query MfgBudgetForBudgetCodeCheck

Description

Select Query to return a budget code for a budget in a given domain from the bg_mstr table.


Parameters


icMfgBudgetCodecharacterInput parameter for the MFg Budget Code.
icDomainCodecharacterInput parameter corresponding to the domain code.


query condition


  each bg_mstr where
bg_mstr.bg_code = icMfgBudgetCode AND
bg_mstr.bg_domain = icDomainCode


query resultset tqMfgBudgetForBudgetCodeCheck


field namedata typedb fielddescription
tcbg_codecharacterbg_mstr.bg_codeBudget Code
tcbg_domaincharacterbg_mstr.bg_domainDomain
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(bg_mstr)


Internal usage


QadFinancials
method BBudget.ValidateComponent