DBA Data[Home] [Help]

APPS.FND_OID_SUBSCRIPTIONS dependencies on FND_PROFILE

Line 181: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'

177: , x_change_source => fnd_user_pkg.change_source_oid
178: );
179:
180: -- API to set user profile value;
181: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'
182: , x_value => 'SSO'
183: , x_level_name => 'USER'
184: , x_level_value => x_user_id);
185: if not l_found then

Line 761: fnd_profile.get_specific(

757: fnd_log.string(fnd_log.LEVEL_STATEMENT, l_module_source,
758: ' Either GUID or person party id has changed:');
759: end if;
760:
761: fnd_profile.get_specific(
762: name_z => 'APPS_SSO_LINK_TRUTH_SRC',
763: val_z => l_apps_sso_link_truth_src,
764: defined_z => l_profile_defined);
765: