I'm looking for a way to pass more than 50 columns of data from an apex editable report to a pl/sql package. When there are 50 or less columns of data, it is pretty straight forward to use the 50 APEX array items available (F01 to F50) and just put the data in an APEX collection to be manipulated with pl/sql then written to a table. My issue is that I will now have more than 50 fields worth of data, so I'm looking for a work around. I haven't been able to find anything at this point, so I thought I'd post a discussion on here and see if anyone knew of a way or could point me in the right direction. I'm developing in APEX 5.0. Thanks