DBA Data[Home] [Help]

APPS.BSC_ANALYSIS_OPTION_PUB dependencies on BSC_SYS_DATASETS_TL

Line 169: from BSC_SYS_DATASETS_TL

165:
166: -- Get the name for the Data Set Id given.
167: select name
168: into l_Anal_Opt_Rec.Bsc_Measure_Long_Name
169: from BSC_SYS_DATASETS_TL
170: where dataset_id = l_Anal_Opt_Rec.Bsc_Dataset_Id
171: and language = USERENV('LANG');
172:
173: -- If help for the measure is null set it equal to the name.