DBA Data[Home] [Help]

APPS.FND_EXECUTABLES_PKG dependencies on FND_LOOKUP_VALUES

Line 409: from fnd_lookup_values

405: end if;
406: exception when no_data_found then
407: select meaning
408: into exec_method
409: from fnd_lookup_values
410: where lookup_code = x_execution_method_code
411: and lookup_type = 'CP_EXECUTION_METHOD_CODE'
412: and enabled_flag = 'Y'
413: and rownum = 1;