DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_PROFILE

Line 669: fnd_profile.get_specific(

665: then
666:
667: --RDESPOTO, Add IDENTITY_ADD, 11/09/2004
668: --Check site profile APPS_SSO_OID_IDENTITY
669: fnd_profile.get_specific(
670: name_z => 'APPS_SSO_OID_IDENTITY',
671: user_id_z => null,
672: val_z => l_allow_identity_add,
673: defined_z => l_profile_defined);

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

1350: then
1351: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Found a linakble user: ');
1352: end if;
1353:
1354: fnd_profile.get_specific(name_z => G_APPS_SSO_LOCAL_LOGIN,
1355: user_id_z => l_rec.user_id,
1356: val_z => l_local_login,
1357: defined_z => l_profile_defined);
1358: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)

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

1400: , x_change_source => fnd_user_pkg.change_source_oid
1401: );
1402:
1403: -- Bug 4880490 New users should have the local login profile set to SSO
1404: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'
1405: , x_value => 'SSO'
1406: , x_level_name => 'USER'
1407: , x_level_value => l_user_id);
1408: if not l_found then