DBA Data[Home] [Help]

APPS.FND_PROFILE_HIERARCHY_PKG dependencies on FND_PROFILE_OPTIONS

Line 137: from fnd_profile_options

133: l_db_hierarchy_type varchar2(8);
134: non_existant_profile exception;
135: begin
136: select hierarchy_type into l_db_hierarchy_type
137: from fnd_profile_options
138: where profile_option_name = x_profile_option_name;
139:
140: if( upper(x_hierarchy_type) = 'SERVRESP') then
141: if ( upper(l_db_hierarchy_type) = 'SECURITY') then