IN_PARAMETER_VALUES - Perceptive Content Database IN_DB_UTIL Package for Oracle Server - Foundation 24.1 - Foundation 24.1 - Ready - Perceptive Content - external - Perceptive-Content/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Foundation-24.1/Perceptive-Content-Database-IN_DB_UTIL-Package-for-Oracle-Server/Record-Types-and-Table-Types/IN_PARAMETER_VALUES - 2024-04-02

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_PARAMETER_VALUES type is a table type that is based on the IN_PARAMETERS record type. It is used to define variables to store a collection of parameters and their values for processing. This is used by the SET_NLS_SESSION_PARAMETERS procedure when setting the standard session parameters for the Perceptive Content database.

TYPE IN_PARAMETER_VALUES IS TABLE OF IN_PARAMETERS INDEX BY PLS_INTEGER;