project QadFinancials > class BDeductionCat > business logic query DeductionCatPrim


Parameters


icDeductionCatCodecharacter
iiDeductionCatIdinteger


query condition


  each DeductionCat where
DeductionCat.DeductionCat_ID = iiDeductionCatId AND
DeductionCat.DeductionCatCode = icDeductionCatCode


query resultset tqDeductionCatPrim


field namedata typedb fielddescription
tiDeductionCat_IDintegerDeductionCat.DeductionCat_IDRecord ID
tcDeductionCatCodecharacterDeductionCat.DeductionCatCodeDeduction Category Code
tcDeductionCatDescriptioncharacterDeductionCat.DeductionCatDescriptionDescription
tlDeductionCatIsActivelogicalDeductionCat.DeductionCatIsActiveActive
tcDeductionCatTypecharacterDeductionCat.DeductionCatTypeType


Internal usage


QadFinancials
method BDeductionCat.ValidateComponent