DBA Data[Home] [Help]

APPS.FND_FORM_FUNCTIONS_PKG dependencies on FND_LOOKUP_VALUES

Line 1522: from fnd_lookup_values lv

1518: select 1 into valid_mode
1519: from dual
1520: where x_function_mode in (
1521: select lv.lookup_code
1522: from fnd_lookup_values lv
1523: where lv.lookup_type = 'APPS_MAINTENANCE_MODE_SUPPORT'
1524: and lv.language = userenv('LANG'));
1525: exception
1526: when no_data_found then