DBA Data[Home] [Help]

APPS.FND_SSO_MANAGER dependencies on FND_OID_PLUG

Line 276: fnd_ldap_wrapper.is_operation_allowed(p_realm=>fnd_oid_plug.getRealmDN(username),

272: elsif pvalue = 'LOCAL' then
273: l_pwd_changable := true;
274: elsif (pvalue = 'BOTH' or pvalue = 'SSO') then
275: l_attribute := 'userpassword';
276: fnd_ldap_wrapper.is_operation_allowed(p_realm=>fnd_oid_plug.getRealmDN(username),
277: p_direction => fnd_ldap_wrapper.G_EBIZ_TO_OID,
278: p_entity => fnd_ldap_wrapper.G_IDENTITY,
279: p_operation => fnd_ldap_wrapper.G_MODIFY,
280: x_attribute => l_attribute,