DBA Data[Home] [Help]

APPS.PON_USER_PROFILE_PKG dependencies on FND_GLOBAL

Line 357: , last_updated_by = fnd_global.user_id

353: SET encrypted_user_password = p_new_password
354: , password_date = sysdate
355: , password_accesses_left = 9999999
356: , last_update_date = sysdate
357: , last_updated_by = fnd_global.user_id
358: WHERE user_name = p_username
359: AND description = 'Oracle Exchange User';
360:
361: x_exception_msg :=NULL;