The IN_OBJECT_DDL type is a table type that is based on the IN_OBJECTS record type. It is used to define variables to store a collection of SQL commands for processing or passing between procedures.
TYPE IN_OBJECT_DDL IS TABLE OF IN_OBJECTS INDEX BY PLS_INTEGER;