DBA Data[Home] [Help]

APPS.BSC_DATASETS_PUB dependencies on BSC_DIMENSION_LEVELS_PVT

Line 84: l_Dataset_Rec.Bsc_Measure_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_MEASURES'

80: -- If Measure does not exist then create it.
81: if BSC_DATASETS_PVT.Validate_Measure(l_Dataset_Rec.Bsc_Measure_Short_Name) < 1 then
82:
83: -- Get the next ID in measure table to assign to current measure.
84: l_Dataset_Rec.Bsc_Measure_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_MEASURES'
85: ,'measure_id');
86:
87: -- Call the following procedure.
88: Create_Dataset( p_commit

Line 232: l_Dataset_Rec.Bsc_Measure_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_MEASURES'

228: -- If Measure does not exist then create it.
229: if BSC_DATASETS_PVT.Validate_Measure(l_Dataset_Rec.Bsc_Measure_Short_Name) < 1 then
230:
231: -- Get the next ID in measure table to assign to current measure.
232: l_Dataset_Rec.Bsc_Measure_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_MEASURES'
233: ,'measure_id');
234:
235: -- Call the following procedure.
236: Create_Dataset( p_commit

Line 713: l_Dataset_Rec.Bsc_Dataset_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DATASETS_TL'

709: -- If Data set does not exist then create it, else do nothing.
710: -- if l_count = 0 then
711:
712: -- Get the next ID value in the datasets table for the current data set.
713: l_Dataset_Rec.Bsc_Dataset_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DATASETS_TL'
714: ,'dataset_id');
715:
716: -- mdamle 04/23/2003 - PMD - Measure Definer
717: x_Dataset_Id := l_Dataset_Rec.Bsc_Dataset_Id;

Line 832: l_Dataset_Rec.Bsc_Dataset_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DATASETS_TL'

828: -- If Data set does not exist then create it, else do nothing.
829: -- if l_count = 0 then
830:
831: -- Get the next ID value in the datasets table for the current data set.
832: l_Dataset_Rec.Bsc_Dataset_Id := BSC_DIMENSION_LEVELS_PVT.Get_Next_Value( 'BSC_SYS_DATASETS_TL'
833: ,'dataset_id');
834:
835: -- mdamle 04/23/2003 - PMD - Measure Definer
836: -- x_Dataset_Id := l_Dataset_Rec.Bsc_Dataset_Id;