DBA Data[Home] [Help]

APPS.BSC_ANALYSIS_OPTION_PUB dependencies on BSC_SYS_DATASETS_VL

Line 1558: from BSC_SYS_DATASETS_VL

1554: -- Get the name for the Data Set Id given.
1555: if l_Anal_Opt_Rec.Bsc_Measure_Long_Name is null then
1556: select name
1557: into l_Anal_Opt_Rec.Bsc_Measure_Long_Name
1558: from BSC_SYS_DATASETS_VL
1559: where dataset_id = l_Anal_Opt_Rec.Bsc_Dataset_Id;
1560: end if;
1561: -- If help for the measure is null set it equal to the name.
1562: if l_Anal_Opt_Rec.Bsc_Measure_Help is null then