DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on FND_USER_PKG

Line 3543: ** needs to call FND_USER_PKG.User_Synch() whenever an update to

3539: SITE_VAL_TAB,hashValue);
3540: end if;
3541:
3542: /* Bug 3203225: PREFERENCES NOT UPDATED ON FLY IN WF_ROLES VIEW
3543: ** needs to call FND_USER_PKG.User_Synch() whenever an update to
3544: ** ICX_LANGUAGE or ICX_TERRITORY is updated at the user level.
3545: */
3546: if ((X_NAME_UPPER = 'ICX_LANGUAGE')
3547: or (X_NAME_UPPER = 'ICX_TERRITORY')) then

Line 3554: FND_USER_PKG.user_synch(x_user_name);

3550: into x_user_name
3551: from fnd_user
3552: where user_id = to_number(X_LEVEL_VALUE);
3553:
3554: FND_USER_PKG.user_synch(x_user_name);
3555: end if;
3556: end if;
3557:
3558: -- Log API exit