DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_LDAP_WRAPPER

Line 1091: p_result := fnd_ldap_wrapper.G_SUCCESS;

1087: end if;
1088: commit;
1089: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1090: then
1091: p_result := fnd_ldap_wrapper.G_SUCCESS;
1092: else
1093: p_result := fnd_ldap_wrapper.G_FAILURE;
1094: end if;
1095:

Line 1093: p_result := fnd_ldap_wrapper.G_FAILURE;

1089: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1090: then
1091: p_result := fnd_ldap_wrapper.G_SUCCESS;
1092: else
1093: p_result := fnd_ldap_wrapper.G_FAILURE;
1094: end if;
1095:
1096: if (fnd_log.LEVEL_PROCEDURE >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1097: then

Line 1109: p_result := fnd_ldap_wrapper.G_FAILURE;

1105: then
1106: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1107: , 'Cannot call synch_user_from_LDAP will null username');
1108: end if;
1109: p_result := fnd_ldap_wrapper.G_FAILURE;
1110: when user_guid_null_exp then
1111: rollback;
1112: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1113: then

Line 1117: p_result := fnd_ldap_wrapper.G_FAILURE;

1113: then
1114: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1115: , 'call to synch_user_from_LDAP failed since GUID is NULL');
1116: end if;
1117: p_result := fnd_ldap_wrapper.G_FAILURE;
1118: when others then
1119: rollback;
1120: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1121: then

Line 1125: p_result := fnd_ldap_wrapper.G_FAILURE;

1121: then
1122: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);
1123: end if;
1124: raise;
1125: p_result := fnd_ldap_wrapper.G_FAILURE;
1126: end synch_user_from_LDAP;
1127: --
1128: -------------------------------------------------------------------------------
1129: procedure synch_user_from_LDAP_NO_AUTO(

Line 1234: p_result := fnd_ldap_wrapper.G_SUCCESS;

1230: end if;
1231: end if;
1232: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1233: then
1234: p_result := fnd_ldap_wrapper.G_SUCCESS;
1235: else
1236: p_result := fnd_ldap_wrapper.G_FAILURE;
1237: end if;
1238:

Line 1236: p_result := fnd_ldap_wrapper.G_FAILURE;

1232: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1233: then
1234: p_result := fnd_ldap_wrapper.G_SUCCESS;
1235: else
1236: p_result := fnd_ldap_wrapper.G_FAILURE;
1237: end if;
1238:
1239: if (fnd_log.LEVEL_PROCEDURE >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1240: then

Line 1251: p_result := fnd_ldap_wrapper.G_FAILURE;

1247: then
1248: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1249: , 'Cannot call synch_user_from_LDAP will null username');
1250: end if;
1251: p_result := fnd_ldap_wrapper.G_FAILURE;
1252: when user_guid_null_exp then
1253: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1254: then
1255: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source

Line 1258: p_result := fnd_ldap_wrapper.G_FAILURE;

1254: then
1255: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1256: , 'call to synch_user_from_LDAP failed since GUID is NULL');
1257: end if;
1258: p_result := fnd_ldap_wrapper.G_FAILURE;
1259: when others then
1260: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1261: then
1262: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);

Line 1265: p_result := fnd_ldap_wrapper.G_FAILURE;

1261: then
1262: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);
1263: end if;
1264: raise;
1265: p_result := fnd_ldap_wrapper.G_FAILURE;
1266: end synch_user_from_LDAP_NO_AUTO;
1267: --
1268: -------------------------------------------------------------------------------
1269: procedure on_demand_user_create(

Line 2061: fnd_ldap_wrapper.get_registration(x_registration => l_registration);

2057: fnd_log.string(fnd_log.LEVEL_PROCEDURE, l_module_source
2058: , 'Begin');
2059: end if;
2060:
2061: fnd_ldap_wrapper.get_registration(x_registration => l_registration);
2062:
2063: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
2064: then
2065: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source

Line 2069: if (l_registration = FND_LDAP_WRAPPER.G_VALID_REGISTRATION)

2065: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2066: , 'Registration :: '||l_registration);
2067: end if;
2068:
2069: if (l_registration = FND_LDAP_WRAPPER.G_VALID_REGISTRATION)
2070: then
2071: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
2072: then
2073: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source