DBA Data[Home] [Help]

APPS.FND_LDAP_MAPPER dependencies on UTL_RAW

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

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