fnd_global.conc_request_id returns -1
Dear All,
I want to know under which condition, fnd_global.conc_request_id return -1 value. In my custom program, I am using fnd_global.conc_request_id to get current request id. In first iteration of loop it returns correct value but in second iteration of loop it returns -1 however loop is running in same concurrent program.