DBA Data[Home] [Help]

APPS.BIS_MEASURE_PVT dependencies on BIS_APPLICATION_MEASURES

Line 3079: select count(1) into l_dcount from bis_application_measures

3075: RAISE FND_API.G_EXC_ERROR;
3076: end if;
3077:
3078: --added the select and the count check
3079: select count(1) into l_dcount from bis_application_measures
3080: where indicator_id = p_Measure_Rec.Measure_Id;
3081: IF(l_dcount = 0) then
3082: l_error_tbl := x_error_tbl ;
3083: BIS_UTILITIES_PVT.Add_Error_Message

Line 3095: delete from bis_application_measures

3091: RAISE FND_API.G_EXC_ERROR;
3092: END IF;
3093: ---
3094:
3095: delete from bis_application_measures
3096: where indicator_id = p_Measure_Rec.Measure_Id;
3097:
3098: -- mdamle 4/23/2003 - PMD - Measure Definer - When a measure is created
3099: -- from PMD, dimensions will not be created within those pages. Hence, add the check.

Line 4831: delete from bis_application_measures

4827:
4828: -- we should call the delete API on BIS_APPLICATION_MEASURE
4829: -- but this is much faster
4830:
4831: delete from bis_application_measures
4832: where indicator_id = p_Measure_rec.Measure_id;
4833:
4834: l_rec.Application_id := -1;
4835: