DBA Data[Home] [Help]

APPS.FND_LDAP_MAPPER dependencies on UTL_RAW

Line 308: l_attribute_value := rawtohex(utl_raw.cast_to_raw(l_pwd));

304: if (l_pwd is not null
305: and l_pwd <> fnd_oid_util.G_INVALID
306: and l_pwd <> fnd_oid_util.G_EXTERNAL)
307: then
308: l_attribute_value := rawtohex(utl_raw.cast_to_raw(l_pwd));
309: l_ldap_attr := ldap_attr(
310: l_rec.attribute_name
311: , l_attribute_value
312: , null