project QadFinancials > class BExpenseNote > business logic query ExpNoteLineSafByLine


Parameters


iiExpNoteLine_IDinteger


query condition


  each ExpNoteLineSaf where
ExpNoteLineSaf.ExpNoteLine_ID = iiExpNoteLine_ID

      first Saf (inner-join) where
Saf.Saf_ID = ExpNoteLineSaf.Saf_ID AND

          first SafConcept (inner-join) where
SafConcept.SafConcept_ID = Saf.SafConcept_ID AND

      first SafStructure (inner-join) where
SafStructure.SafStructure_ID = ExpNoteLineSaf.SafStructure_ID AND


query resultset tqExpNoteLineSafByLine


field namedata typedb fielddescription
tiExpNoteLineSafInputSeqintegerExpNoteLineSaf.ExpNoteLineSafInputSeqSequence
tcSafCodecharacterSaf.SafCodeSAF Code
tcSafConceptCodecharacterSafConcept.SafConceptCodeSAF Concept Code
tcSafStructureCodecharacterSafStructure.SafStructureCodeStructure Code
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(ExpNoteLineSaf),rowid(Saf),rowid(SafConcept),rowid(SafStructure)


Internal usage


QadFinancials
method BExpenseNote.ExpNoteRegisterPosting