project BLF > class BLanguage > business logic query LanguagePrim
Description
LanguagePrim; Query that allows the caller to convert the Language-ID into the Language-Code and vice-versa.
Note that field the Code is a related-key-business-field!
Parameters
icLngCode | character | |
iiLngID | integer | LngID |
query condition
each Lng where
Lng.Lng_ID = iiLngID AND
Lng.LngCode = icLngCode
query resultset tqLanguagePrim
field name | data type | db field | description |
tiLng_ID | integer | Lng.Lng_ID | Record ID |
tcLngCode | character | Lng.LngCode | Language Code |
tcLngDescription | character | Lng.LngDescription | Description |
Internal usage
BLF
QadFinancials