DBA Data[Home] [Help]

APPS.BSC_BIS_KPI_CRUD_PUB dependencies on DBMS_UTILITY

Line 187: REM | 16-FEB-2006 adrao added ABS() to DBMS_UTILITY.GET_TIME for |

183: REM | 19-JAN-2006 adrao Added API Migrate_To_Existing_Source() for |
184: REM | Enhancement#4952167 |
185: REM | 07-FEB-2006 hengliu Bug#4955493 - Not overwrite global menu/title|
186: REM | 07-FEB-2006 ppandey Bug#4771854 - Rolling Periods for AG |
187: REM | 16-FEB-2006 adrao added ABS() to DBMS_UTILITY.GET_TIME for |
188: REM | Bug#5039894 |
189: REM | 08-MAR-2006 adrao Bug#5081180 - Ensured that Delete_Dimension |
190: REM | is not called in Delete_AG_Bsc_Metadata() |
191: REM | when there is no dimension |

Line 10109: RETURN 'BSC_PARAM_'||TO_CHAR(SYSDATE,'J')||ABS(DBMS_UTILITY.GET_TIME);

10105: -- Get a new region code every time.
10106: FUNCTION Get_New_Region_Code
10107: RETURN VARCHAR2 IS
10108: BEGIN
10109: RETURN 'BSC_PARAM_'||TO_CHAR(SYSDATE,'J')||ABS(DBMS_UTILITY.GET_TIME);
10110: EXCEPTION
10111: WHEN OTHERS THEN
10112: RETURN NULL;
10113: END Get_New_Region_Code;