DBA Data[Home] [Help]

APPS.MSD_COMMON_UTILITIES dependencies on FND_LOOKUP_VALUES_VL

Line 1677: from fnd_lookup_values_vl

1673: is
1674: l_system_attribute1 varchar2(240);
1675: begin
1676: select meaning into l_system_attribute1
1677: from fnd_lookup_values_vl
1678: where
1679: LOOKUP_TYPE='MSD_LEVEL_VALUE_DESC' and
1680: LOOKUP_CODE= p_lookup_code;
1681: return l_system_attribute1;