IN_CALLSTACK - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external

Perceptive Content Database IN_DB_UTIL Package for Oracle Server

Platform
Perceptive Content
Product
Perceptive Content Database IN_DB_UTIL Package for Oracle Server
Release
Foundation 24.1
License

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.