The IN_CALLSTACK type is a record type that contains the following list of fields which are used by the IN_CALLSTACK_TABLE table type to store the call stack details for each of the identifiers in the IN_CONTEXT namespace.
TYPE IN_CALLSTACK IS RECORD ( TAG VARCHAR2(10), CONTEXT_OPERATION VARCHAR2(128) );
Field Name | Description |
---|---|
TAG | The unique tag associated with the session currently using the specified identifier of the IN_CONTEXT namespace. |
CONTEXT_OPERATION | The name of the procedure or operation that is associated with the specific call stack entry. |