DBA Data[Home] [Help]

APPS.FND_OID_DIAG dependencies on FND_OID_UTIL

Line 81: ldapSession := fnd_oid_util.get_oid_session;

77: errStr := errStr || '

    ';
    78: fixInfo := fixInfo || '
      ';
      79:
      80: /* Now this is part of the test
      81: ldapSession := fnd_oid_util.get_oid_session;
      82: orclAppName := fnd_preference.get(p_user_name => '#INTERNAL',
      83: p_module_name => 'LDAP_SYNCH',
      84: p_pref_name => 'USERNAME');
      85: getOrclApp(orclAppName);

      Line 122: result := fnd_oid_util.unbind(ldapSession);

      118: result pls_integer;
      119:
      120: begin
      121: currentMethod := 'cleanup';
      122: result := fnd_oid_util.unbind(ldapSession);
      123:
      124: exception
      125: when others then
      126: statusStr := 'FAILURE';

      Line 332: ldapSession := fnd_oid_util.get_oid_session;

      328: insertRow('OiD port: '||port);
      329: end if;
      330: getOrclApp(orclAppName);
      331: begin
      332: ldapSession := fnd_oid_util.get_oid_session;
      333: exception
      334: when others then
      335: insertRow('Failed to connect to OiD ');
      336: statusStr := 'FAILURE';