DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_FND_DEF_ENTITY dependencies on FND_PROFILE

Line 48: fnd_profile.get_specific(

44: fetch csr_find_user into l_user_id;
45:
46: if NOT (p_technical_summary_mode) then
47: if csr_find_user%NOTFOUND then
48: fnd_profile.get_specific(
49: name_z => 'APPS_SSO',
50: val_z => l_apps_sso,
51: defined_z => l_profile_defined);
52: