project QadFinancials > class BBudget > business logic query BudgetPrim
Description
BudgetPrim; primary query that allows the callers to convert the Code into the ID and vice-versa
Parameters
iiBudgetID | integer | ID of the budget |
icBudgetCode | character | Code of the budget |
query condition
each Budget where
Budget.Budget_ID = iiBudgetID AND
Budget.BudgetCode = icBudgetCode
query resultset tqBudgetPrim
field name | data type | db field | description |
tiBudget_ID | integer | Budget.Budget_ID | Record ID |
tcBudgetCode | character | Budget.BudgetCode | Budget Code |
Internal usage
QadFinancials