SQL*Loader and FND_GLOBAL
I've created a concurrent program using the SQL*Loader method.
My table has a field named REQUEST_ID.The type od this fiel is NUMBER.
My control file contains
REQUEST_ID "FND_GLOBAL.CONC_REQUEST_ID"
When I execute the concurrent program via the application, the field is populated with the value -1
Why ???
The version of SQL*Loader is 10.1.0.5.0
Thank you
My table has a field named REQUEST_ID.The type od this fiel is NUMBER.
My control file contains
REQUEST_ID "FND_GLOBAL.CONC_REQUEST_ID"
When I execute the concurrent program via the application, the field is populated with the value -1
Why ???
The version of SQL*Loader is 10.1.0.5.0
Thank you
0