DBA Data[Home] [Help]

APPS.PON_USER_PROFILE_PKG dependencies on FND_SIGNON

Line 390: FND_SIGNON.new_session(l_user_id,l_session_id,p_change_password);

386: FROM fnd_user
387: WHERE user_name = p_username
388: AND description = 'Oracle Exchange User';
389:
390: FND_SIGNON.new_session(l_user_id,l_session_id,p_change_password);
391:
392: x_exception_msg :=NULL;
393: X_STATUS :='S';
394: EXCEPTION