DBA Data[Home] [Help]

APPS.BSC_BIS_DIM_OBJ_PUB dependencies on BSC_SYS_INIT

Line 4009: FROM bsc_sys_init

4005: FUNCTION Check_END_TO_END_KPI_FLAG RETURN VARCHAR2
4006: IS
4007: cursor c_End_to_ent_kpi_flag IS
4008: SELECT property_value
4009: FROM bsc_sys_init
4010: WHERE property_code = 'TEMP_END_KPI';
4011: l_END_TO_END_KPI_FLAG VARCHAR2(1);
4012:
4013: BEGIN

Line 4018: bsc_sys_init to anable this procedure to create the views to support

4014: /* ********* Please READ before chage this code **********
4015: About Check_END_TO_END_KPI_FLAG
4016: This is a temporary validation to support environments with
4017: end to end kpis internaly. A separate ARU will create a variable in
4018: bsc_sys_init to anable this procedure to create the views to support
4019: end to end kpis. See login in Check_END_TO_END_KPI_FLAG.
4020:
4021: When End to end kpis be released We must to removed this validation and
4022: comment the old view defenition and force bscup.sql changing its version

Line 4107: bsc_sys_init to anable this procedure to create the views to support

4103: /********** Please READ before chage this code **********
4104: About Check_END_TO_END_KPI_FLAG
4105: This is a temporary validation to support environments with
4106: end to end kpis internaly. A separate ARU will create a variable in
4107: bsc_sys_init to anable this procedure to create the views to support
4108: end to end kpis. See login in Check_END_TO_END_KPI_FLAG.
4109: ********* Please READ: ********** */
4110:
4111: -- Modified for Zero Code issue for MVs for Bug#3739872