亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ebs 根據一個用戶的創建另外一個用戶并添加職責

發布時間:2020-07-11 00:18:34 來源:網絡 閱讀:503 作者:llc018198 欄目:關系型數據庫

--創建用戶
DECLARE
v_user_name VARCHAR2 (100) := upper('&Enter_User_Name');
v_description VARCHAR2 (100) := 'NEW Test User';
BEGIN
 fnd_user_pkg.createuser
(x_user_name => v_user_name,
 x_owner => NULL,
 x_unencrypted_password => '&input_password',
 x_session_number => 0,
 x_start_date => SYSDATE,
 x_end_date => NULL,
 x_last_logon_date => NULL,
 x_description => v_description,
 x_password_date => NULL,
 x_password_accesses_left => NULL,
 x_password_lifespan_accesses => NULL,
 x_password_lifespan_days => NULL,
 x_employee_id => NULL,
 x_email_address => NULL,
 x_fax => NULL,
 x_customer_id => NULL,
 x_supplier_id => NULL,
 x_user_guid => NULL,
 x_change_source => NULL
 );
 COMMIT;
END;

select * from fnd_user a where a.user_name='TEST'




DECLARE
  v_user_name      VARCHAR2(100) := upper('&Enter_User_Name');
  v_description    VARCHAR2(100) := 'New User';
  v_app_short_name VARCHAR2(100);
  v_resp_key       VARCHAR2(100);
  CURSOR user_cur IS
    select a.application_short_name, r.responsibility_key
      from fnd_responsibility_vl r, fnd_application_vl a
     where r.application_id = a.application_id
       and R.responsibility_ID IN
           (SELECT RESPONSIBILITY_ID
              FROM fnd_user_resp_groups
             WHERE USER_ID = '&from_userid'
               AND END_dATE IS NULL);
  user_rec user_cur%ROWTYPE;
BEGIN
  fnd_user_pkg.createuser(x_user_name                  => v_user_name,
                          x_owner                      => NULL,
                          x_unencrypted_password       => '&input_password',
                          x_session_number             => 0,
                          x_start_date                 => SYSDATE,
                          x_end_date                   => NULL,
                          x_last_logon_date            => NULL,
                          x_description                => v_description,
                          x_password_date              => NULL,
                          x_password_accesses_left     => NULL,
                          x_password_lifespan_accesses => NULL,
                          x_password_lifespan_days     => NULL,
                          x_employee_id                => NULL,
                          x_email_address              => NULL,
                          x_fax                        => NULL,
                          x_customer_id                => NULL,
                          x_supplier_id                => NULL,
                          x_user_guid                  => NULL,
                          x_change_source              => NULL);
  COMMIT;
  OPEN user_cur;
  LOOP
    FETCH user_cur
      INTO user_rec;
    EXIT WHEN user_cur%NOTFOUND;
    fnd_user_pkg.addresp(username       => v_user_name,
                         resp_app       => user_rec.application_short_name,
                         resp_key       => user_rec.responsibility_key,
                         security_group => 'STANDARD',
                         description    => NULL,
                         start_date     => SYSDATE,
                         end_date       => null);
  END LOOP;
  CLOSE user_cur;
  commit;
END;

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

政和县| 兰考县| 雷州市| 翁牛特旗| 开远市| 游戏| 潮安县| 肥城市| 九江县| 民丰县| 镇远县| 吉林省| 顺义区| 阜新| 金坛市| 普兰县| 嘉善县| 怀集县| 富平县| 高清| 玉屏| 土默特右旗| 甘肃省| 新密市| 卢氏县| 开江县| 伊川县| 金坛市| 准格尔旗| 图木舒克市| 伊宁县| 津南区| 香格里拉县| 杂多县| 綦江县| 建始县| 墨江| 保靖县| 涿州市| 锡林郭勒盟| 永年县|