DBA Data[Home] [Help]

APPS.FND_CLIENT_INFO dependencies on FND_PROFILE_OPTIONS_VL

Line 100: from fnd_profile_options_vl

96: if (not org_id_defined) then
97:
98: select user_profile_option_name
99: into l_morg_profile_name
100: from fnd_profile_options_vl
101: where profile_option_name = 'ORG_ID';
102:
103: raise no_morg_profile_value;
104: end if;