DBA Data[Home] [Help]

APPS.POS_SUPPLIER_USER_REG_PKG dependencies on POS_PASSWORD_UTIL_PKG

Line 476: lv_unencrypted_password := pos_password_util_pkg.generate_user_pwd();

472:
473: END IF;
474:
475: IF lv_unencrypted_password IS NULL THEN
476: lv_unencrypted_password := pos_password_util_pkg.generate_user_pwd();
477: END IF;
478:
479: -- sso check: for users that already have an account in oid, add synch is allowed
480: -- we should pass null as the password when creating the user account in fnd