Question about FND_USER_PKG.UpdateUser/Create_User
Hello Experts
(Apologies, if this is not the correct community for this question)
I am using Oracle EBS 12.1.1 and the FND_USER_PKG.UpdateUser and FND_USER_PKG.CreateUser procedure and would like to ask a few questions:
1. When I call this API as Non-Apps user with Owner set to 'NONAPPS' (for example), I notice that the 'LAST_UPDATED_BY' field for the user is set to -1. That is the API does not record the user id of the NONAPPS user but rather that of anonymous user. Note that I am already calling the FND_GLOBAL.APPS_INITIALIZE before calling this method. However, if I call this method with Owner=NULL, then the LAST_UPDATED_BY field has the correct user id value. Is it correct to call this method with Owner=NULL or will this have any adverse side-effect?
Tagged:
0