DBA Data[Home] [Help]

APPS.BSC_COLOR_UPGRADE dependencies on BSC_COLOR_UPGRADE

Line 1: PACKAGE BODY BSC_COLOR_UPGRADE AS

1: PACKAGE BODY BSC_COLOR_UPGRADE AS
2: /* $Header: BSCCOLUB.pls 120.11.12000000.1 2007/07/17 07:43:28 appldev noship $ */
3:
4:
5: FUNCTION set_kpi_measure_ids (

Line 48: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_ids -> ' || x_error_msg;

44: EXCEPTION
45: WHEN OTHERS THEN
46: --ROLLBACK;
47: x_error_msg := SQLERRM;
48: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_ids -> ' || x_error_msg;
49: RETURN FALSE;
50: END set_kpi_measure_ids;
51:
52:

Line 72: x_error_msg := 'BSC_COLOR_UPGRADE.set_default_color_rollup -> ' || x_error_msg;

68: EXCEPTION
69: WHEN OTHERS THEN
70: --ROLLBACK;
71: x_error_msg := SQLERRM;
72: x_error_msg := 'BSC_COLOR_UPGRADE.set_default_color_rollup -> ' || x_error_msg;
73: RETURN FALSE;
74: END set_default_color_rollup;
75:
76:

Line 99: x_error_msg := 'BSC_COLOR_UPGRADE.set_obj_prototype_color -> ' || x_error_msg;

95: EXCEPTION
96: WHEN OTHERS THEN
97: --ROLLBACK;
98: x_error_msg := SQLERRM;
99: x_error_msg := 'BSC_COLOR_UPGRADE.set_obj_prototype_color -> ' || x_error_msg;
100: RETURN FALSE;
101: END set_obj_prototype_color;
102:
103:

Line 399: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_props -> ' || x_error_msg;

395: END IF;
396: IF (x_error_msg IS NULL) THEN
397: x_error_msg := SQLERRM;
398: END IF;
399: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_props -> ' || x_error_msg;
400: RETURN FALSE;
401: END set_kpi_measure_props;
402:
403:

Line 492: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpimeasure_prototype_flag -> ' || x_error_msg;

488: --ROLLBACK;
489: IF (x_error_msg IS NULL) THEN
490: x_error_msg := SQLERRM;
491: END IF;
492: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpimeasure_prototype_flag -> ' || x_error_msg;
493: RETURN FALSE;
494: END set_kpimeasure_prototype_flag;
495:
496:

Line 548: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_default_calc -> ' || x_error_msg;

544: --ROLLBACK;
545: IF (x_error_msg IS NULL) THEN
546: x_error_msg := SQLERRM;
547: END IF;
548: x_error_msg := 'BSC_COLOR_UPGRADE.set_kpi_measure_default_calc -> ' || x_error_msg;
549: RETURN FALSE;
550: END set_kpi_measure_default_calc;
551:
552:

Line 599: x_error_msg := 'BSC_COLOR_UPGRADE.set_default_kpi_measure_id -> ' || x_error_msg;

595: --ROLLBACK;
596: IF (x_error_msg IS NULL) THEN
597: x_error_msg := SQLERRM;
598: END IF;
599: x_error_msg := 'BSC_COLOR_UPGRADE.set_default_kpi_measure_id -> ' || x_error_msg;
600: RETURN FALSE;
601: END set_default_kpi_measure_id;
602:
603:

Line 706: x_error_msg := 'BSC_COLOR_UPGRADE.set_objective_color -> ' || x_error_msg;

702: END IF;
703: IF (x_error_msg IS NULL) THEN
704: x_error_msg := SQLERRM;
705: END IF;
706: x_error_msg := 'BSC_COLOR_UPGRADE.set_objective_color -> ' || x_error_msg;
707: RETURN FALSE;
708: END set_objective_color;
709:
710:

Line 745: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_kpi_measures -> ' || x_error_msg;

741:
742: EXCEPTION
743: WHEN OTHERS THEN
744: --ROLLBACK;
745: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_kpi_measures -> ' || x_error_msg;
746: RETURN FALSE;
747: END upgrade_kpi_measures;
748:
749:

Line 773: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_objectives -> ' || x_error_msg;

769:
770: EXCEPTION
771: WHEN OTHERS THEN
772: --ROLLBACK;
773: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_objectives -> ' || x_error_msg;
774: RETURN FALSE;
775: END upgrade_objectives;
776:
777:

Line 804: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_calculated_colors -> ' || x_error_msg;

800:
801: EXCEPTION
802: WHEN OTHERS THEN
803: --ROLLBACK;
804: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_calculated_colors -> ' || x_error_msg;
805: RETURN FALSE;
806: END upgrade_calculated_colors;
807:
808:

Line 897: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_ag_calculated_kpis -> ' || x_error_msg;

893:
894: EXCEPTION
895: WHEN OTHERS THEN
896: --ROLLBACK;
897: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_ag_calculated_kpis -> ' || x_error_msg;
898: RETURN FALSE;
899: END upgrade_ag_calculated_kpis;
900:
901:

Line 994: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_sys_colors -> ' || SQLERRM;

990: END;
991: RETURN TRUE;
992: EXCEPTION
993: WHEN OTHERS THEN
994: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_sys_colors -> ' || SQLERRM;
995: RETURN FALSE;
996: END upgrade_sys_colors;
997:
998:

Line 1197: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds ->' || x_msg_data;

1193: RETURN TRUE;
1194: EXCEPTION
1195: WHEN OTHERS THEN
1196: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1197: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds ->' || x_msg_data;
1198: ELSE
1199: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds -> ' || SQLERRM;
1200: END IF;
1201: RETURN FALSE;

Line 1199: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds -> ' || SQLERRM;

1195: WHEN OTHERS THEN
1196: IF (x_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
1197: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds ->' || x_msg_data;
1198: ELSE
1199: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_color_thresholds -> ' || SQLERRM;
1200: END IF;
1201: RETURN FALSE;
1202: END upgrade_color_thresholds;
1203:

Line 1258: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives ->' || l_msg_data;

1254:
1255: EXCEPTION
1256: WHEN OTHERS THEN
1257: IF ((l_return_status IS NOT NULL) AND (l_return_status <> FND_API.G_RET_STS_SUCCESS)) THEN
1258: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives ->' || l_msg_data;
1259: ELSE
1260: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives -> ' || SQLERRM;
1261: END IF;
1262: RETURN FALSE;

Line 1260: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives -> ' || SQLERRM;

1256: WHEN OTHERS THEN
1257: IF ((l_return_status IS NOT NULL) AND (l_return_status <> FND_API.G_RET_STS_SUCCESS)) THEN
1258: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives ->' || l_msg_data;
1259: ELSE
1260: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_simulation_objectives -> ' || SQLERRM;
1261: END IF;
1262: RETURN FALSE;
1263: END upgrade_simulation_objectives;
1264:

Line 1329: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_assessments -> ' || SQLERRM;

1325: RETURN TRUE;
1326:
1327: EXCEPTION
1328: WHEN OTHERS THEN
1329: x_error_msg := 'BSC_COLOR_UPGRADE.upgrade_assessments -> ' || SQLERRM;
1330: RETURN FALSE;
1331: END upgrade_assessments;
1332:
1333:

Line 1334: END BSC_COLOR_UPGRADE;

1330: RETURN FALSE;
1331: END upgrade_assessments;
1332:
1333:
1334: END BSC_COLOR_UPGRADE;