DBA Data[Home] [Help]

APPS.FND_LDAP_USER dependencies on FND_PROFILE

Line 209: fnd_profile.get_specific(

205: where user_name = p_user_name;
206:
207: l_to_synch := TRUE;
208:
209: fnd_profile.get_specific(
210: name_z => 'APPS_SSO_LOCAL_LOGIN',
211: user_id_z => l_user_id,
212: val_z => l_local_login,
213: defined_z => l_profile_defined);

Line 222: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',

218: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Local user dont sych '|| p_user_name);
219: end if;
220: l_to_synch := FALSE;
221: else
222: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
223: user_id_z => l_user_id,
224: val_z => l_allow_sync,
225: defined_z => l_profile_defined);
226: if (not l_profile_defined or l_allow_sync = fnd_oid_util.G_N) then

Line 264: fnd_profile.get_specific(

260: -- do not raise exception, the message should be in the FND error stack
261: x_result := fnd_ldap_util.G_FAILURE;
262:
263: else
264: fnd_profile.get_specific(
265: name_z => 'APPS_SSO_LOCAL_LOGIN',
266: user_id_z => l_user_id,
267: val_z => l_local_login,
268: defined_z => l_profile_defined);

Line 357: fnd_profile.get_specific(

353: end if;
354:
355:
356: l_to_synch := TRUE;
357: fnd_profile.get_specific(
358: name_z => 'APPS_SSO_LOCAL_LOGIN',
359: user_id_z => l_user_id,
360: val_z => l_local_login,
361: defined_z => l_profile_defined);

Line 383: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',

379: 'Local user dont sych '|| p_old_user_name);
380: end if;
381: l_to_synch := FALSE;
382: else
383: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
384: user_id_z => l_user_id,
385: val_z => l_allow_sync,
386: defined_z => l_profile_defined);
387:

Line 624: fnd_profile.get_specific(

620:
621: if (x_result = fnd_ldap_util.G_SUCCESS) then
622: x_user_guid := get_user_guid(p_user_name);
623:
624: fnd_profile.get_specific(
625: name_z => 'APPS_SSO_LOCAL_LOGIN',
626: user_id_z => -1,
627: val_z => l_local_login,
628: defined_z => l_profile_defined);

Line 784: fnd_profile.get_specific(

780:
781:
782: elsif (result = fnd_ldap_util.G_SUCCESS) then
783:
784: fnd_profile.get_specific(
785: name_z => 'APPS_SSO_LINK_SAME_NAMES',
786: val_z => l_link,
787: defined_z => l_profile_defined);
788:

Line 1534: fnd_profile.get_specific(

1530:
1531: if (l_result = fnd_ldap_util.G_SUCCESS) then
1532: x_user_guid := l_orclguid;
1533:
1534: fnd_profile.get_specific(
1535: name_z => 'APPS_SSO_LOCAL_LOGIN',
1536: user_id_z => -1,
1537: val_z => l_local_login,
1538: defined_z => l_profile_defined);

Line 1860: fnd_profile.get_specific(

1856: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'USER id:: '||l_user_id);
1857: end if;
1858:
1859: l_to_synch := TRUE;
1860: fnd_profile.get_specific(
1861: name_z => 'APPS_SSO_LOCAL_LOGIN',
1862: user_id_z => l_user_id,
1863: val_z => l_local_login,
1864: defined_z => l_profile_defined);

Line 1877: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',

1873: 'Local user dont sych '|| p_user_name);
1874: end if;
1875: l_to_synch := FALSE;
1876: else
1877: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
1878: user_id_z => l_user_id,
1879: val_z => l_allow_sync,
1880: defined_z => l_profile_defined);
1881:

Line 1942: fnd_profile.get_specific(

1938:
1939: if x_result <> fnd_ldap_util.G_SUCCESS then
1940: raise no_such_user_exp;
1941: else
1942: fnd_profile.get_specific(
1943: name_z => 'APPS_SSO_LOCAL_LOGIN',
1944: user_id_z => l_user_id,
1945: val_z => l_local_login,
1946: defined_z => l_profile_defined);

Line 2027: fnd_profile.get_specific(

2023: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'USER id:: '||l_user_id);
2024: end if;
2025:
2026: l_to_synch := TRUE;
2027: fnd_profile.get_specific(
2028: name_z => 'APPS_SSO_LOCAL_LOGIN',
2029: user_id_z => l_user_id,
2030: val_z => l_local_login,
2031: defined_z => l_profile_defined);

Line 2044: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',

2040: 'Local user dont sych '|| p_user_name);
2041: end if;
2042: l_to_synch := FALSE;
2043: else
2044: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
2045: user_id_z => l_user_id,
2046: val_z => l_allow_sync,
2047: defined_z => l_profile_defined);
2048:

Line 2105: fnd_profile.get_specific(

2101:
2102: if x_result <> fnd_ldap_util.G_SUCCESS then
2103: raise no_such_user_exp;
2104: else
2105: fnd_profile.get_specific(
2106: name_z => 'APPS_SSO_LOCAL_LOGIN',
2107: user_id_z => l_user_id,
2108: val_z => l_local_login,
2109: defined_z => l_profile_defined);