Skip to content

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_,  
   position_  IN NUMBER ) RETURN type_item_record_

Parameters

record_
Foundation1 record..

position_
    Record attribute position.

Return

Record attribute.