FND_GLOBAL.USER_ID becomes -1 after call to JTF_NOTES_PUB.CREATE_NOTE. Issue started after ATG FND
I have a third-party VB (Visual Basic) 6 "order entry" application that integrates with Oracle Apps (11.5.10 CU2, FND H). After we applied the FND ATG RUP 5 patch, we noticed that we were seeing "anonymous" (ie -1) as the created_by and updated_by user. This behavior was tracked to the use of the JTF_NOTES_PUB procedures but there are also other procedures that caused the same result. The USER_ID is valid after calling FND_GLOBAL.APPS_INITIALIZE and then after calling JTF_NOTES_PUB.CREATE_NOTE, the USER_ID is then -1. We also get a -1 for the ORG_ID. This causes us real issues.
0