DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_LDAP_MAPPER

Line 768: l_profiles := fnd_ldap_mapper.map_sso_user_profiles(l_user_name);

764: fetch cur_fnd_users into l_user_name, l_user_id;
765: exit when cur_fnd_users%notfound;
766: l_count := l_count+1;
767:
768: l_profiles := fnd_ldap_mapper.map_sso_user_profiles(l_user_name);
769: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
770: then
771: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
772: , 'username:'||l_user_name||' LDAP_SYNC:'||l_profiles.ldap_sync||'

Line 861: l_profiles := fnd_ldap_mapper.map_sso_user_profiles(l_user_name);

857: loop
858: fetch cur_fnd_users into l_user_name, l_user_id;
859: exit when cur_fnd_users%notfound;
860:
861: l_profiles := fnd_ldap_mapper.map_sso_user_profiles(l_user_name);
862:
863: if ( (l_profiles.ldap_sync = G_Y)
864: and (l_profiles.local_login <> G_LOCAL) )
865: then

Line 1113: fnd_ldap_mapper.map_ldap_message(p_user_name => p_user_name

1109: 'Before calling map_ldap_message: l_user_name:'||l_user_name||' p_user_name:'||p_user_name||
1110: ' from l_apps_user_key:'||l_apps_user_key.user_name);
1111: end if;
1112:
1113: fnd_ldap_mapper.map_ldap_message(p_user_name => p_user_name
1114: , p_ldap_attr_list => l_ldap_attr_list
1115: , p_ldap_message => l_ldap_message);
1116:
1117: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 1257: fnd_ldap_mapper.map_ldap_message(p_user_name => p_user_name

1253: 'Before calling map_ldap_message: l_user_name:'||l_user_name||' p_user_name:'||p_user_name||
1254: ' from l_apps_user_key:'||l_apps_user_key.user_name);
1255: end if;
1256:
1257: fnd_ldap_mapper.map_ldap_message(p_user_name => p_user_name
1258: , p_ldap_attr_list => l_ldap_attr_list
1259: , p_ldap_message => l_ldap_message);
1260:
1261: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 1400: fnd_ldap_mapper.map_ldap_message(p_user_name => l_user_name

1396: then
1397: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Got ldap_attr_list');
1398: end if;
1399:
1400: fnd_ldap_mapper.map_ldap_message(p_user_name => l_user_name
1401: , p_ldap_attr_list => l_ldap_attr_list
1402: , p_ldap_message => l_ldap_message);
1403:
1404: