DBA Data[Home] [Help]

APPS.BSC_UPDATE_COLOR dependencies on BSC_COLOR_REPOSITORY

Line 1503: l_array_colors BSC_COLOR_REPOSITORY.t_array_colors;

1499:
1500: h_sql_else VARCHAR2(500);
1501: l_comp_op VARCHAR2(2); --> different operator for color_method
1502: --1. <=, 2. <, 3 < any other case <=
1503: l_array_colors BSC_COLOR_REPOSITORY.t_array_colors;
1504: l_color_rec BSC_COLOR_REPOSITORY.t_color_rec;
1505:
1506:
1507: CURSOR c_sys_colors IS

Line 1504: l_color_rec BSC_COLOR_REPOSITORY.t_color_rec;

1500: h_sql_else VARCHAR2(500);
1501: l_comp_op VARCHAR2(2); --> different operator for color_method
1502: --1. <=, 2. <, 3 < any other case <=
1503: l_array_colors BSC_COLOR_REPOSITORY.t_array_colors;
1504: l_color_rec BSC_COLOR_REPOSITORY.t_color_rec;
1505:
1506:
1507: CURSOR c_sys_colors IS
1508: SELECT COLOR_ID, PERF_SEQUENCE, COLOR

Line 1514: l_array_colors := BSC_COLOR_REPOSITORY.get_color_props();

1510:
1511: BEGIN
1512:
1513: -- ppandey -> Get the system color properties Enh #4012218
1514: l_array_colors := BSC_COLOR_REPOSITORY.get_color_props();
1515:
1516: FOR l_index IN 1 .. l_array_colors.COUNT LOOP
1517: l_color_rec := l_array_colors(l_index);
1518: