project QadFinancials > class BMfgGeneralizedCode > business logic query CodeMstrByDomainFieldName
Parameters
| icDomain | character | |
| icFieldName | character | |
query condition
each code_mstr where
code_mstr.code_domain = icDomain AND
code_mstr.code_fldname matches icFieldName
query resultset tqCodeMstrByDomainFieldName
| field name | data type | db field | description |
| tccode_cmmt | character | code_mstr.code_cmmt | Comments |
| tccode_domain | character | code_mstr.code_domain | Domain |
| tccode_fldname | character | code_mstr.code_fldname | Field Name |
| tccode_value | character | code_mstr.code_value | Value |
Internal usage
QadFinancials