project BLF > class BSharedSet > business logic query SharedSetPrim
Description
SharedSetPrim; query that allows the caller to convert the logical prim-key into the physical prim-key
Parameters
iiSharedSetID | integer | ID of the SharedSet |
icSharedSetCode | character | |
query condition
each SharedSet where
SharedSet.SharedSet_ID = iiSharedSetID AND
SharedSet.SharedSetCode = icSharedSetCode
query resultset tqSharedSetPrim
field name | data type | db field | description |
tiSharedSet_ID | integer | SharedSet.SharedSet_ID | Record ID |
tcSharedSetCode | character | SharedSet.SharedSetCode | Shared Set Code |
Internal usage
BLF
QadFinancials