The issue which I'm going to highlight here is occurring in Oracle ADF.
Facing one specific issue w.r.t Entity Objects “modified_by” and “created_by” attributes by using Track Change History functionality.
- Whenever an user tries to do a transaction, instead of updating that very same user's ID in “created_by” or “modified_by” field the user who had last logged in(another session), that last logged in user's ID is getting updated in either of these 2 fields.
- When creating new records, the “created_by” and/or “modified_by” fields show the username who logged in from another session instead of the currently connected user who is doing the transaction.
- Our ADF framework is 12c.