DBA Data[Home] [Help]

APPS.FND_OID_DIAG dependencies on FND_PROFILE

Line 241: fnd_profile.get_specific('APPS_SSO',-1,null,null,sso,defined,null,null);

237: begin
238: currentMethod := 'profile_test';
239: is_oid_enabled:=false;
240: beginTable('Profiles ');
241: fnd_profile.get_specific('APPS_SSO',-1,null,null,sso,defined,null,null);
242: if (not defined) then
243: statusStr := 'FAILURE';
244: errStr := constructErr('APPS_SSO is not defined ');
245: fixInfo := constructHelp('!');

Line 251: fnd_profile.get_specific('APPS_SSO_LDAP_SYNC',-1,null,null,sync,defined,null,null);

247: insertRow('APPS_SSO is not defined ');
248: endTable;
249: return;
250: end if;
251: fnd_profile.get_specific('APPS_SSO_LDAP_SYNC',-1,null,null,sync,defined,null,null);
252: if (not defined) then
253: statusStr := 'FAILURE';
254: errStr := constructErr('APPS_SSO_LDAP_SYNC is not defined ');
255: fixInfo := constructHelp('!');