DBA Data[Home] [Help]

APPS.IGS_PE_USERID_PKG dependencies on FND_SSO_MANAGER

Line 904: IF NOT FND_SSO_MANAGER.IsUserCreateUpdateAllowed THEN

900: Fnd_Msg_Pub.Initialize;
901:
902: -- If as per customer setup User provisioning(user creation/updation) is not allowed in any instances in any of the
903: -- product interfaces then log the error message in the log file and return
904: IF NOT FND_SSO_MANAGER.IsUserCreateUpdateAllowed THEN
905:
906: FND_MESSAGE.SET_NAME('IGS', 'IGS_PE_USER_CRT_N_ALLOWED');
907: l_error_text := FND_MESSAGE.GET;
908: FND_FILE.PUT_LINE(FND_FILE.LOG, l_error_text);