DBA Data[Home] [Help]

APPS.FND_LDAP_WRAPPER dependencies on FND_PROFILE

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

62: then
63: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
64: end if;
65:
66: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
67: USER_ID_Z => -1,
68: RESPONSIBILITY_ID_Z => -1,
69: APPLICATION_ID_Z => -1,
70: ORG_ID_Z => -1,

Line 80: fnd_profile.get_specific(name_z => 'APPS_SSO',

76: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL) then
77: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'APPS_SSO_LDAP_SYNC enabled.');
78: end if;
79:
80: fnd_profile.get_specific(name_z => 'APPS_SSO',
81: val_z => l_apps_sso,
82: defined_z => l_profile_defined);
83:
84: if (l_apps_sso = 'PORTAL') OR (l_apps_sso = 'SSWA')

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

268: then
269: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
270: end if;
271:
272: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
273: USER_ID_Z => -1,
274: RESPONSIBILITY_ID_Z => -1,
275: APPLICATION_ID_Z => -1,
276: ORG_ID_Z => -1,

Line 287: fnd_profile.get_specific(

283: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'APPS_SSO_LDAP_SYNC enabled.');
284: end if;
285:
286:
287: fnd_profile.get_specific(
288: name_z => 'APPS_SSO',
289: val_z => l_apps_sso,
290: defined_z => l_profile_defined);
291:

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

786: then
787: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
788: end if;
789:
790: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
791: USER_ID_Z => -1,
792: RESPONSIBILITY_ID_Z => -1,
793: APPLICATION_ID_Z => -1,
794: ORG_ID_Z => -1,

Line 804: fnd_profile.get_specific(

800: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL) then
801: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'APPS_SSO_LDAP_SYNC enabled.');
802: end if;
803:
804: fnd_profile.get_specific(
805: name_z => 'APPS_SSO',
806: val_z => l_apps_sso,
807: defined_z => l_profile_defined);
808:

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

1040: then
1041: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Begin');
1042: end if;
1043:
1044: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
1045: USER_ID_Z => -1,
1046: RESPONSIBILITY_ID_Z => -1,
1047: APPLICATION_ID_Z => -1,
1048: ORG_ID_Z => -1,

Line 1058: fnd_profile.get_specific(

1054: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL) then
1055: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'APPS_SSO_LDAP_SYNC enabled.');
1056: end if;
1057:
1058: fnd_profile.get_specific(
1059: name_z => 'APPS_SSO',
1060: val_z => l_apps_sso,
1061: defined_z => l_profile_defined);
1062:

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

1222: null;
1223: end;
1224: end if;
1225:
1226: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
1227: USER_ID_Z => l_user_id,
1228: RESPONSIBILITY_ID_Z => -1,
1229: APPLICATION_ID_Z => -1,
1230: ORG_ID_Z => -1,

Line 1334: fnd_profile.get_specific(

1330:
1331: x_fnd_user := G_SUCCESS;
1332: x_oid := G_FAILURE;
1333:
1334: fnd_profile.get_specific(
1335: name_z => 'APPS_SSO',
1336: val_z => l_apps_sso,
1337: defined_z => l_profile_defined);
1338:

Line 1431: fnd_profile.get_specific(

1427: then
1428: fnd_log.string(fnd_log.LEVEL_PROCEDURE, l_module_source, 'Begin');
1429: end if;
1430:
1431: fnd_profile.get_specific(
1432: name_z => 'APPS_SSO',
1433: val_z => l_apps_sso,
1434: defined_z => l_profile_defined);
1435:

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

1622: get_registration(registration);
1623:
1624: if ( registration=G_VALID_REGISTRATION) then
1625:
1626: fnd_profile.get_specific(name_z => 'APPS_SSO_LDAP_SYNC',
1627: USER_ID_Z => -1,
1628: RESPONSIBILITY_ID_Z => -1,
1629: APPLICATION_ID_Z => -1,
1630: ORG_ID_Z => -1,

Line 1721: fnd_profile.get_specific(

1717: update fnd_user
1718: set user_guid = null
1719: where user_name = l_user_name and user_guid is not null;
1720:
1721: fnd_profile.get_specific(
1722: name_z => 'APPS_SSO_LOCAL_LOGIN',
1723: user_id_z => l_user_id,
1724: val_z => l_local_login,
1725: defined_z => l_profile_defined);

Line 1738: l_del_prof := fnd_profile.delete(

1734: then
1735: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Local login is SSO - delete user level profile');
1736: end if;
1737:
1738: l_del_prof := fnd_profile.delete(
1739: x_name => 'APPS_SSO_LOCAL_LOGIN',
1740: x_level_name => 'USER',
1741: x_level_value => l_user_id);
1742: end if;

Line 1749: l_del_prof := fnd_profile.delete(

1745: then
1746: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source, 'Delete APPS_SSO_LDAP_SYNC user level profile');
1747: end if;
1748:
1749: l_del_prof := fnd_profile.delete(
1750: x_name => 'APPS_SSO_LDAP_SYNC',
1751: x_level_name => 'USER',
1752: x_level_value => l_user_id);
1753: