DBA Data[Home] [Help]

APPS.FND_OID_UTIL dependencies on FND_API

Line 44: -- Performance bug 5001849 - now using the FND API

40: begin
41:
42: l_module_source := G_MODULE_SOURCE || 'get_orclappname: ';
43:
44: -- Performance bug 5001849 - now using the FND API
45:
46: orclAppName := fnd_preference.get(p_user_name => '#INTERNAL',
47: p_module_name => 'LDAP_SYNCH',
48: p_pref_name => 'USERNAME');

Line 1157: if(l_return_status = FND_API.G_RET_STS_SUCCESS)

1153: end if;
1154: end if;
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;

Line 1300: if(l_return_status = FND_API.G_RET_STS_SUCCESS)

1296: 'after hz_create return Status: '||l_return_status);
1297: end if;
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;