Lookup the instance ID assigned to a specific instance procedure. Used by the transaction class.
Parameters
ihIns
input
handle
oiInsID
output
integer
Internal usage
unused
program code (program1/componentpool.p)
find first tComponentPool where
tComponentPool.thIns = ihIns and
tComponentPool.tlIsInUse and
tComponentPool.tlIsInMemory no-error.
if available tComponentPool
then assign oiInsID = tComponentPool.tiInsID.