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;