DBA Data[Home] [Help]

APPS.BSC_TAB_TPLATE dependencies on BSC_SYS_LINES

Line 77: l_gl_type BSC_SYS_LINES.line_type%type;

73: l_height BSC_TAB_IND_GROUPS_B.height%type;
74: l_width BSC_TAB_IND_GROUPS_B.width%type;
75: l_group_ind number;
76:
77: l_gl_type BSC_SYS_LINES.line_type%type;
78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;

Line 78: l_gl_index_r BSC_SYS_LINES.line_id%type;

74: l_width BSC_TAB_IND_GROUPS_B.width%type;
75: l_group_ind number;
76:
77: l_gl_type BSC_SYS_LINES.line_type%type;
78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;
82: l_gl_arrow BSC_SYS_LINES.arrow%type;

Line 79: l_gl_top_c BSC_SYS_LINES.top_position%type;

75: l_group_ind number;
76:
77: l_gl_type BSC_SYS_LINES.line_type%type;
78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;
82: l_gl_arrow BSC_SYS_LINES.arrow%type;
83:

Line 80: l_gl_left_r BSC_SYS_LINES.left_position%type;

76:
77: l_gl_type BSC_SYS_LINES.line_type%type;
78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;
82: l_gl_arrow BSC_SYS_LINES.arrow%type;
83:
84: l_data_code BSC_KPI_ANALYSIS_MEASURES_B.dataset_id%type;

Line 81: l_gl_length BSC_SYS_LINES.length%type;

77: l_gl_type BSC_SYS_LINES.line_type%type;
78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;
82: l_gl_arrow BSC_SYS_LINES.arrow%type;
83:
84: l_data_code BSC_KPI_ANALYSIS_MEASURES_B.dataset_id%type;
85: l_opt_caption BSC_KPI_ANALYSIS_OPTIONS_TL.name%type;

Line 82: l_gl_arrow BSC_SYS_LINES.arrow%type;

78: l_gl_index_r BSC_SYS_LINES.line_id%type;
79: l_gl_top_c BSC_SYS_LINES.top_position%type;
80: l_gl_left_r BSC_SYS_LINES.left_position%type;
81: l_gl_length BSC_SYS_LINES.length%type;
82: l_gl_arrow BSC_SYS_LINES.arrow%type;
83:
84: l_data_code BSC_KPI_ANALYSIS_MEASURES_B.dataset_id%type;
85: l_opt_caption BSC_KPI_ANALYSIS_OPTIONS_TL.name%type;
86: l_opt_lookup BSC_KPI_ANALYSIS_OPTIONS_B.option_id%type;

Line 919: l_debug_stmt := 'Inserting BSC_SYS_LINES, i_system=' ||

915: -- there is no line.
916:
917: if (G_Tab_Tbl(i_system).n_groups <> 1) then
918:
919: l_debug_stmt := 'Inserting BSC_SYS_LINES, i_system=' ||
920: to_char(i_system) || ', j_group=' || to_char(j_group);
921: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
922:
923: Insert Into BSC_SYS_LINES (

Line 923: Insert Into BSC_SYS_LINES (

919: l_debug_stmt := 'Inserting BSC_SYS_LINES, i_system=' ||
920: to_char(i_system) || ', j_group=' || to_char(j_group);
921: --DBMS_OUTPUT.PUT_LINE(l_debug_stmt);
922:
923: Insert Into BSC_SYS_LINES (
924: SOURCE_TYPE,
925: SOURCE_CODE,
926: LINE_TYPE,
927: LINE_ID,