Hi!
We want to show which user has executed the transport task in entity TransportTask. I know I could enable history log for the LU, but this is not searchable.
My thesis is to add a persistent custom field on the entity that can be filled with Fnd_Session_API.Get_Fnd_User() through a custom event, and fire when user is executing the transport task (when object PRINTED_FLAG is changed from 0 to 1).
However, I keep getting error messages when pressing Execute, especially ORA-01008: not all variables bound.
Is my thesis even doable? If so, can anyone help me? If not, does anyone know what else I could to to achieve this?
Best regards,
Henning

