IN_IDENTIFIER_TABLE - 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_IDENTIFIER TABLE type is a string type associative array used to define variables to hold the IN_CONTEXT namespace identifiers when looping through them for processing. It is currently only used by the IN_CONTEXT_PRINT stored procedure.

TYPE IN_IDENTIFIER_TABLE IS TABLE OF VARCHAR2(128) INDEX BY PLS_INTEGER;