DBA Data[Home] [Help]

APPS.BIS_OBJECT_EXTENSIONS_PUB dependencies on BIS_MEASURES_EXTENSION

Line 13: REM | - BIS_MEASURES_EXTENSION_TL |

9: REM | BISPEXTB.pls |
10: REM | |
11: REM | DESCRIPTION |
12: REM | Module: Public package for populating the extension tables |
13: REM | - BIS_MEASURES_EXTENSION_TL |
14: REM | - BIS_FORM_FUNCTION_EXTENSION_TL |
15: REM | NOTES |
16: REM | 08-DEC-2004 Krishna Created. |
17: REM | 27-DEC-2004 ashankar Added the following methods |

Line 1258: FROM BIS_MEASURES_EXTENSION

1254: END IF;
1255: END IF;
1256:
1257: SELECT COUNT(1) INTO l_Count
1258: FROM BIS_MEASURES_EXTENSION
1259: WHERE UPPER(MEASURE_SHORT_NAME) = UPPER(Trim(l_Meas_Extn_Rec.Measure_Short_Name));
1260: --------dbms_output.put_line('FROM CREATE 2' || p_Action_Type);
1261: IF (p_Action_Type = C_CREATE) THEN
1262: IF (l_Count <> 0) THEN

Line 1522: FROM BIS_MEASURES_EXTENSION

1518: ELSE
1519:
1520: SELECT COUNT(0)
1521: INTO l_count
1522: FROM BIS_MEASURES_EXTENSION
1523: WHERE UPPER(TRIM(measure_short_name)) = UPPER(TRIM(p_object_name));
1524:
1525: END IF;
1526: