DBA Data[Home] [Help]

APPS.GMD_LCF_FETCH_PKG dependencies on GMD_LCF_ENGINE

Line 1011: l_lt_matrix gmd_lcf_engine.matrix;

1007: l_rt_row NUMBER := 1;
1008: i NUMBER := 0;
1009:
1010: l_formulation Cur_get_formulation%ROWTYPE;
1011: l_lt_matrix gmd_lcf_engine.matrix;
1012: l_rt_matrix gmd_lcf_engine.char_matrix;
1013: l_var gmd_lcf_engine.char_row;
1014: l_solved_tab gmd_lcf_engine.solved_tab;
1015:

Line 1012: l_rt_matrix gmd_lcf_engine.char_matrix;

1008: i NUMBER := 0;
1009:
1010: l_formulation Cur_get_formulation%ROWTYPE;
1011: l_lt_matrix gmd_lcf_engine.matrix;
1012: l_rt_matrix gmd_lcf_engine.char_matrix;
1013: l_var gmd_lcf_engine.char_row;
1014: l_solved_tab gmd_lcf_engine.solved_tab;
1015:
1016: --Following are used to print the matrix data for debug.

Line 1013: l_var gmd_lcf_engine.char_row;

1009:
1010: l_formulation Cur_get_formulation%ROWTYPE;
1011: l_lt_matrix gmd_lcf_engine.matrix;
1012: l_rt_matrix gmd_lcf_engine.char_matrix;
1013: l_var gmd_lcf_engine.char_row;
1014: l_solved_tab gmd_lcf_engine.solved_tab;
1015:
1016: --Following are used to print the matrix data for debug.
1017: l_print_line VARCHAR2(2000);

Line 1014: l_solved_tab gmd_lcf_engine.solved_tab;

1010: l_formulation Cur_get_formulation%ROWTYPE;
1011: l_lt_matrix gmd_lcf_engine.matrix;
1012: l_rt_matrix gmd_lcf_engine.char_matrix;
1013: l_var gmd_lcf_engine.char_row;
1014: l_solved_tab gmd_lcf_engine.solved_tab;
1015:
1016: --Following are used to print the matrix data for debug.
1017: l_print_line VARCHAR2(2000);
1018: l_value NUMBER;

Line 1283: gmd_lcf_engine.evaluate (P_spec_id => V_formulation_spec_id,

1279: gmd_debug.put_line(l_print_line);
1280: END LOOP; */
1281:
1282: --After builiding the matrix call the lcf engine routine.
1283: gmd_lcf_engine.evaluate (P_spec_id => V_formulation_spec_id,
1284: P_constraints => l_lt_matrix.count - 1,
1285: P_variables => l_count,
1286: P_matrix => l_lt_matrix,
1287: p_rhs_matrix => l_rt_matrix,