SQL Loader Issue - FND_GLOBAL.USER_ID is always returning '-1'
Oracle R12.2.4
I'm calling SQL Loader from my Pl/SQL Package after initializing the session variables using FND_GLOBAL.apps_INITIALIZE. But My SQL loader always inserting '-1' in place of user id.
Please let me know if there is any other way to initialize it.