DBA Data[Home] [Help]

APPS.FND_MLS_SUBMIT dependencies on FND_LOOKUP_VALUES_VL

Line 1307: from fnd_lookup_values_vl

1303: if ( numeric_characters is not null ) then
1304: begin
1305: select lookup_code
1306: into dummy_val
1307: from fnd_lookup_values_vl
1308: where lookup_type = 'ICX_NUMERIC_CHARACTERS' and
1309: lookup_code = numeric_characters;
1310: exception
1311: when no_data_found then