DBA Data[Home] [Help]

APPS.MSD_COLLECT_LEVEL_VALUES dependencies on FND_LOOKUP_VALUES_VL

Line 834: from fnd_lookup_values_vl

830: Cursor to get ALL Dimensions
831: ******************************************************/
832: Cursor Dimensions is
833: select lookup_code
834: from fnd_lookup_values_vl
835: where lookup_type = 'MSD_DIMENSIONS' ;
836:
837: g_retcode varchar2(5) := '0';
838: