DBA Data[Home] [Help]

APPS.BSC_BIS_MEASURE_PUB dependencies on BIS_MEASURES_EXTENSION_VL

Line 2229: BIS_MEASURES_EXTENSION_VL

2225: -- Checks if the Functional Area exists
2226: SELECT
2227: COUNT(1) INTO l_count
2228: FROM
2229: BIS_MEASURES_EXTENSION_VL
2230: WHERE
2231: MEASURE_SHORT_NAME = l_Meas_Extn_Rec.Measure_Short_Name;
2232: -- If Functional Area Exists then removes that
2233: IF (l_count > 0) THEN