DBA Data[Home] [Help]

APPS.MSD_COLLECT_LEVEL_VALUES dependencies on FND_LOOKUP_VALUES_VL

Line 751: from fnd_lookup_values_vl

747: Cursor to get ALL Dimensions
748: ******************************************************/
749: Cursor Dimensions is
750: select lookup_code
751: from fnd_lookup_values_vl
752: where lookup_type = 'MSD_DIMENSIONS' ;
753:
754: g_retcode varchar2(5) := '0';
755: