DBA Data[Home] [Help]

APPS.FND_LDAP_WRAPPER dependencies on APP_EXCEPTION

Line 484: app_exception.raise_exception;

480: fnd_message.set_name ('FND', l_err_code);
481:
482: if l_err_code = fnd_ldap_errm.FND_SSO_LDAP_APPSDN_PWD_EXPIRD then
483: fnd_message.set_token('USER', l_tmp_str);
484: app_exception.raise_exception;
485: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
486: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
487: fnd_message.set_token('REASON', l_tmp_str);
488: app_exception.raise_exception;

Line 488: app_exception.raise_exception;

484: app_exception.raise_exception;
485: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
486: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
487: fnd_message.set_token('REASON', l_tmp_str);
488: app_exception.raise_exception;
489: else
490: fnd_message.set_name ('FND', fnd_ldap_errm.FND_SSO_UNEXP_ERROR);
491: x_result := G_FAILURE;
492: end if;

Line 1003: app_exception.raise_exception;

999: fnd_message.set_name ('FND', l_err_code);
1000:
1001: if l_err_code = fnd_ldap_errm.FND_SSO_LDAP_APPSDN_PWD_EXPIRD then
1002: fnd_message.set_token('USER', l_tmp_str);
1003: app_exception.raise_exception;
1004: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
1005: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
1006: fnd_message.set_token('REASON', l_tmp_str);
1007: app_exception.raise_exception;

Line 1007: app_exception.raise_exception;

1003: app_exception.raise_exception;
1004: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
1005: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
1006: fnd_message.set_token('REASON', l_tmp_str);
1007: app_exception.raise_exception;
1008: else
1009: fnd_message.set_name ('FND', fnd_ldap_errm.FND_SSO_UNEXP_ERROR);
1010: x_result := G_FAILURE;
1011: end if;