Hello Team!
Our application uses multiple database schemas, which we set dynamically during initialization using APEX_UTIL.SET_PARSING_SCHEMA_FOR_REQUEST (p_schema => :G_SCHEMA).
If we specify a table as a target in the data load definition, it looks for the specified table in the default schema specified in the application, not the one specified during initialization.
Can we expect this issue to be resolved at some point, or should we always use Collection in Data Load?