DBA Data[Home] [Help]

APPS.FND_LDAP_WRAPPER dependencies on APP_EXCEPTION

Line 453: app_exception.raise_exception;

449: fnd_message.set_name ('FND', l_err_code);
450:
451: if l_err_code = fnd_ldap_errm.FND_SSO_LDAP_APPSDN_PWD_EXPIRD then
452: fnd_message.set_token('USER', l_tmp_str);
453: app_exception.raise_exception;
454: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
455: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
456: fnd_message.set_token('REASON', l_tmp_str);
457: app_exception.raise_exception;

Line 457: app_exception.raise_exception;

453: app_exception.raise_exception;
454: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
455: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
456: fnd_message.set_token('REASON', l_tmp_str);
457: app_exception.raise_exception;
458: else
459: fnd_message.set_name ('FND', fnd_ldap_errm.FND_SSO_UNEXP_ERROR);
460: x_result := G_FAILURE;
461: end if;

Line 969: app_exception.raise_exception;

965: fnd_message.set_name ('FND', l_err_code);
966:
967: if l_err_code = fnd_ldap_errm.FND_SSO_LDAP_APPSDN_PWD_EXPIRD then
968: fnd_message.set_token('USER', l_tmp_str);
969: app_exception.raise_exception;
970: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
971: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
972: fnd_message.set_token('REASON', l_tmp_str);
973: app_exception.raise_exception;

Line 973: app_exception.raise_exception;

969: app_exception.raise_exception;
970: elsif l_err_code = fnd_ldap_errm.FND_SSO_LDAP_PWD_POLICY_ERR then
971: l_tmp_str := replace(l_tmp_str, 'Your', p_user_name);
972: fnd_message.set_token('REASON', l_tmp_str);
973: app_exception.raise_exception;
974: else
975: fnd_message.set_name ('FND', fnd_ldap_errm.FND_SSO_UNEXP_ERROR);
976: x_result := G_FAILURE;
977: end if;