• One parent package with a For Each loop that gathers all the appropriate configuration parameter values and passes them to a single child package that takes the configuration parameter values and does the actual load work. If you can't figure out how to make a single child package do all the work, you can use several child packages and call the appropriate one based on the configuration parameter values.