DBA Data[Home] [Help]

APPS.FND_USER_PKG_WRP SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 101

procedure ldap_wrapper_update_user (p_user_name  in  varchar2,
                                    p_unencrypted_password in varchar2,
                                    p_start_date in date,
                                    p_end_date in date,
                                    p_description in varchar2,
                                    p_email_address in varchar2,
                                    p_fax in varchar2,
                                    p_out_pwd in out nocopy varchar2)
is
begin
  fnd_user_pkg.form_ldap_wrapper_update_user(p_user_name,
            p_unencrypted_password, p_start_date, p_end_date,
            p_description, p_email_address, p_fax, p_out_pwd);
Line: 173

    if (fnd_web_sec.update_no_reuse_function(p_username,p_new_password)='N')then
       --  update_no_reuse_function will load message stack
       return 'N';