Get_Attribute_By_Position

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_By_Position (
   record_    IN type_record_,
   position_  IN NUMBER ) RETURN type_record_attribute_

Parameters

record_
   
Foundation1 record..

position_
    Record attribute position.

Return

    Record attribute.