project QadFinancials > class BClosingPostingsReport > business logic query GLByTypeOpenItem


Parameters


iiCompanyIdintegerCompany id


query condition


  each GL where
GL.SharedSet_Id = vi_GL_sharedset(iiCompanyId) AND
GL.GLTypeCode = {&GLTYPECODE-OPEN}


query resultset tqGLByTypeOpenItem


field namedata typedb fielddescription
tiGL_IDintegerGL.GL_IDRecord ID
tcGLCodecharacterGL.GLCodeA code identifying the GL account.


Internal usage


QadFinancials
method BClosingPostingsReport.GLOpenItemControl