DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on FND_LOOKUP_VALUES

Line 1206: from fnd_lookup_values

1202:
1203: begin
1204: select meaning
1205: into l_tl_name
1206: from fnd_lookup_values
1207: where lookup_type = 'NAME_TRANSLATIONS'
1208: and lookup_code = 'PAY VALUE'
1209: and language = c_lang_rec.language_code;
1210: exception