project QadFinancials > class BRevaluationReport > business logic query GLForRevReport


Parameters


iiCompanyIdintegerCompany id
icGLSystemTypeCodecharacter


query condition


  each GL where
GL.SharedSet_Id = vi_GL_sharedset(iiCompanyId) AND
GL.GLSystemTypeCode = icGLSystemTypeCode


query resultset tqGLForRevReport


field namedata typedb fielddescription
tiGL_IDintegerGL.GL_IDRecord ID
tcGLCodecharacterGL.GLCodeA code identifying the GL account.
tcGLDescriptioncharacterGL.GLDescriptionA description of the GL account.
tcGLSystemTypeCodecharacterGL.GLSystemTypeCodeSystem Type: A code identifying the type of system account.


Internal usage


QadFinancials
method BRevaluationReport.Revaluation