DBA Data[Home] [Help]

APPS.FND_OID_BULKLOAD dependencies on FND_PROFILE

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

78: /* Set the APPS_SSO_LOCAL_LOGIN to have consistency when creating a new FND
79: * user from OID */
80: select user_id into l_user_id from fnd_user where user_name = l_user_name;
81:
82: l_found := fnd_profile.save(x_name => 'APPS_SSO_LOCAL_LOGIN'
83: , x_value => 'SSO'
84: , x_level_name => 'USER'
85: , x_level_value => l_user_id);
86: