DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_PROFILE

Line 674: fnd_profile.get_specific(

670: then
671:
672: --RDESPOTO, Add IDENTITY_ADD, 11/09/2004
673: --Check site profile APPS_SSO_OID_IDENTITY
674: fnd_profile.get_specific(
675: name_z => 'APPS_SSO_OID_IDENTITY',
676: user_id_z => null,
677: val_z => l_allow_identity_add,
678: defined_z => l_profile_defined);

Line 1422: fnd_profile.get_specific(name_z => G_APPS_SSO_LOCAL_LOGIN,

1418: then
1419: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Found a linakble user: ');
1420: end if;
1421:
1422: fnd_profile.get_specific(name_z => G_APPS_SSO_LOCAL_LOGIN,
1423: user_id_z => l_rec.user_id,
1424: val_z => l_local_login,
1425: defined_z => l_profile_defined);
1426: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

Line 1472: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'

1468: , x_change_source => fnd_user_pkg.change_source_oid
1469: );
1470:
1471: -- Bug 4880490 New users should have the local login profile set to SSO
1472: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'
1473: , x_value => 'SSO'
1474: , x_level_name => 'USER'
1475: , x_level_value => l_user_id);
1476: if not l_found then