DBA Data[Home] [Help]

APPS.BSC_DATASETS_PVT dependencies on BSC_SYS_DATASETS_VL

Line 1152: from BSC_SYS_DATASETS_VL

1148: ,x_Dataset_Rec.Bsc_Dataset_Last_Update_By -- PMD
1149: ,x_Dataset_Rec.Bsc_Dataset_Last_Update_Date -- PMD
1150: ,x_Dataset_Rec.Bsc_Dataset_Last_Update_Login -- PMD
1151:
1152: from BSC_SYS_DATASETS_VL
1153: where dataset_id = p_Dataset_Rec.Bsc_Dataset_Id;
1154:
1155: if (p_commit = FND_API.G_TRUE) then
1156: commit;

Line 1897: from bis_indicators i, bsc_sys_datasets_vl d

1893: -- mdamle 04/23/2003 - PMD - Measure Definer - short_name not used, instead dataset_id added to bis_indicators
1894: select count(1)
1895: into l_count
1896: -- from BSC_SYS_MEASURES
1897: from bis_indicators i, bsc_sys_datasets_vl d
1898: where short_name = p_Measure_Name
1899: and i.dataset_id = d.dataset_id;
1900:
1901: return l_count;