Get_Attribute

Retrieves a record attribute. This function is primarily for internal use by procedures with no knowledge of the record passed to it.

FUNCTION Get_Attribute (
   record_  IN type_record_,
   name_    IN type_name_ ) RETURN type_item_record_

Parameters

record_
  
Foundation1 record..

name_
   Record attribute name.

Return

    Record attribute.