DBA Data[Home] [Help]

APPS.MSD_VALIDATE dependencies on FND_LOOKUP_VALUES_VL

Line 300: from fnd_lookup_values_vl

296: /* get descriptive name */
297: begin
298: select meaning
299: into v_function_name
300: from fnd_lookup_values_vl
301: where lookup_type = 'MSD_AUDIT_REPORT'
302: and lookup_code = p_function;
303:
304: EXCEPTION