DBA Data[Home] [Help]

APPS.FND_WEBFILEPUB dependencies on FND_LOOKUP_VALUES

Line 138: from fnd_lookup_values

134: is
135: begin
136: select distinct tag
137: into charset
138: from fnd_lookup_values
139: where lookup_code = charset
140: and lookup_type = 'FND_ISO_CHARACTER_SET_MAP';
141: exception
142: when NO_DATA_FOUND then