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;