DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_LDAP_WRAPPER

Line 1159: p_result := fnd_ldap_wrapper.G_SUCCESS;

1155: end if;
1156: commit;
1157: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1158: then
1159: p_result := fnd_ldap_wrapper.G_SUCCESS;
1160: else
1161: p_result := fnd_ldap_wrapper.G_FAILURE;
1162: end if;
1163:

Line 1161: p_result := fnd_ldap_wrapper.G_FAILURE;

1157: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1158: then
1159: p_result := fnd_ldap_wrapper.G_SUCCESS;
1160: else
1161: p_result := fnd_ldap_wrapper.G_FAILURE;
1162: end if;
1163:
1164: if (fnd_log.LEVEL_PROCEDURE >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1165: then

Line 1177: p_result := fnd_ldap_wrapper.G_FAILURE;

1173: then
1174: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1175: , 'Cannot call synch_user_from_LDAP will null username');
1176: end if;
1177: p_result := fnd_ldap_wrapper.G_FAILURE;
1178: when user_guid_null_exp then
1179: rollback;
1180: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1181: then

Line 1185: p_result := fnd_ldap_wrapper.G_FAILURE;

1181: then
1182: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1183: , 'call to synch_user_from_LDAP failed since GUID is NULL');
1184: end if;
1185: p_result := fnd_ldap_wrapper.G_FAILURE;
1186: when others then
1187: rollback;
1188: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1189: then

Line 1193: p_result := fnd_ldap_wrapper.G_FAILURE;

1189: then
1190: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);
1191: end if;
1192: raise;
1193: p_result := fnd_ldap_wrapper.G_FAILURE;
1194: end synch_user_from_LDAP;
1195: --
1196: -------------------------------------------------------------------------------
1197: procedure synch_user_from_LDAP_NO_AUTO(

Line 1302: p_result := fnd_ldap_wrapper.G_SUCCESS;

1298: end if;
1299: end if;
1300: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1301: then
1302: p_result := fnd_ldap_wrapper.G_SUCCESS;
1303: else
1304: p_result := fnd_ldap_wrapper.G_FAILURE;
1305: end if;
1306:

Line 1304: p_result := fnd_ldap_wrapper.G_FAILURE;

1300: if(l_return_status = FND_API.G_RET_STS_SUCCESS)
1301: then
1302: p_result := fnd_ldap_wrapper.G_SUCCESS;
1303: else
1304: p_result := fnd_ldap_wrapper.G_FAILURE;
1305: end if;
1306:
1307: if (fnd_log.LEVEL_PROCEDURE >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1308: then

Line 1319: p_result := fnd_ldap_wrapper.G_FAILURE;

1315: then
1316: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1317: , 'Cannot call synch_user_from_LDAP will null username');
1318: end if;
1319: p_result := fnd_ldap_wrapper.G_FAILURE;
1320: when user_guid_null_exp then
1321: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1322: then
1323: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source

Line 1326: p_result := fnd_ldap_wrapper.G_FAILURE;

1322: then
1323: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source
1324: , 'call to synch_user_from_LDAP failed since GUID is NULL');
1325: end if;
1326: p_result := fnd_ldap_wrapper.G_FAILURE;
1327: when others then
1328: if (fnd_log.LEVEL_ERROR >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
1329: then
1330: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);

Line 1333: p_result := fnd_ldap_wrapper.G_FAILURE;

1329: then
1330: fnd_log.string(fnd_log.LEVEL_ERROR, l_module_source, sqlerrm);
1331: end if;
1332: raise;
1333: p_result := fnd_ldap_wrapper.G_FAILURE;
1334: end synch_user_from_LDAP_NO_AUTO;
1335: --
1336: -------------------------------------------------------------------------------
1337: procedure on_demand_user_create(

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

2207: fnd_log.string(fnd_log.LEVEL_PROCEDURE, l_module_source
2208: , 'Begin');
2209: end if;
2210:
2211: fnd_ldap_wrapper.get_registration(x_registration => l_registration);
2212:
2213: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
2214: then
2215: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source

Line 2219: if (l_registration = FND_LDAP_WRAPPER.G_VALID_REGISTRATION)

2215: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source
2216: , 'Registration :: '||l_registration);
2217: end if;
2218:
2219: if (l_registration = FND_LDAP_WRAPPER.G_VALID_REGISTRATION)
2220: then
2221: if (fnd_log.LEVEL_STATEMENT >= fnd_log.G_CURRENT_RUNTIME_LEVEL)
2222: then
2223: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source