My understanding of an activation record is that it's essentially a description of the data used by a procedure. The record contains fields like passed parameters, return address, local variables, ...