pipelining data between pipeline functions

hello, database version is 10.2.0.3 i'm trying to use pipeline function for transferring and transforming data. some questions arise ... Type definitions might look like this: create type lwps_type as object (LWPS_ID NUMBER , ...) / create type lwps_type_set as table of lwps_type; / pipeline function might look like this: