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 1089: if(l_return_status = FND_API.G_RET_STS_SUCCESS)

1085: end if;
1086: end if;
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;

Line 1232: if(l_return_status = FND_API.G_RET_STS_SUCCESS)

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