project QadFinancials > class BDPaymentSelection > business logic query DPaySelPayCodeByDPaySelID


Parameters


iiDPaySelIDinteger


query condition


  each DPaySelPayCode where
DPaySelPayCode.DPaySel_ID = iiDPaySelID

      first PayFormatGroup (inner-join) where
PayFormatGroup.PayFormatGroup_ID = DPaySelPayCode.PayFormatGroup_ID AND


query resultset tqDPaySelPayCodeByDPaySelID


field namedata typedb fielddescription
tiDPaySel_IDintegerDPaySelPayCode.DPaySel_IDLink to DPaySel
tiDPaySelPayCode_IDintegerDPaySelPayCode.DPaySelPayCode_IDRecord ID
tcDPaySelPayCodeValuecharacterDPaySelPayCode.DPaySelPayCodeValueValue
tiPayFormatCode_IDintegerDPaySelPayCode.PayFormatCode_IDLink to PayFormatCode
tiPayFormatGroup_IDintegerDPaySelPayCode.PayFormatGroup_IDLink to PayFormatGroup
tcPayFormatGroupCodecharacterPayFormatGroup.PayFormatGroupCodeAttribute Name
tcPayFormatGroupDataTypecharacterPayFormatGroup.PayFormatGroupDataTypeData Type
ti_sequenceintegercalculatedprimary index
tc_rowidcharactercalculated = rowid(DPaySelPayCode),rowid(PayFormatGroup)


Internal usage


QadFinancials
method BDCollection.FillProDataSet