The IN_CONTEXT_ATTRIBUTES type is a table type that is based on the IN_CONTEXT_ATTR record type. It is used to store and pass session attribute values by the IN_CONTEXT_GET function when fetching the IN_CONTEXT namespace attributes for a specified identifier.
TYPE IN_CONTEXT_ATTRIBUTES IS TABLE OF IN_CONTEXT_ATTR;