DBA Data[Home] [Help]

APPS.BSC_DATASETS_PUB dependencies on BSC_SYS_MEASURES

Line 20: l_measure_col BSC_SYS_MEASURES.MEASURE_COL%TYPE;

16: ,x_msg_data OUT NOCOPY varchar2
17: ) is
18:
19: l_Dataset_Rec BSC_DATASETS_PUB.Bsc_Dataset_Rec_Type;
20: l_measure_col BSC_SYS_MEASURES.MEASURE_COL%TYPE;
21:
22: begin
23: x_return_status := FND_API.G_RET_STS_SUCCESS;
24: -- Assign all values in the passed "Record" parameter to the locally defined

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 168: l_measure_col BSC_SYS_MEASURES.MEASURE_COL%TYPE;

164: ,x_msg_data OUT NOCOPY varchar2
165: ) is
166:
167: l_Dataset_Rec BSC_DATASETS_PUB.Bsc_Dataset_Rec_Type;
168: l_measure_col BSC_SYS_MEASURES.MEASURE_COL%TYPE;
169:
170: begin
171: x_return_status := FND_API.G_RET_STS_SUCCESS;
172: -- Assign all values in the passed "Record" parameter to the locally defined

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