DBA Data[Home] [Help]

APPS.GMD_AUTO_STEP_CALC dependencies on GMD_COMMON_SCALE

Line 1319: p_cost_scale_tab GMD_COMMON_SCALE.scale_tab;

1315: /* Scaling realted variables */
1316: k NUMBER := 0;
1317: x_cost_row_cnt NUMBER := 0;
1318: x_cost_return_status VARCHAR2(1);
1319: p_cost_scale_tab GMD_COMMON_SCALE.scale_tab;
1320: x_cost_scale_tab GMD_COMMON_SCALE.scale_tab;
1321:
1322: /* This table associates the formulaline with the - scaled qtys in x_cost_scale_tab */
1323: P_formulaline_scale_tab formulaline_scale_tab;

Line 1320: x_cost_scale_tab GMD_COMMON_SCALE.scale_tab;

1316: k NUMBER := 0;
1317: x_cost_row_cnt NUMBER := 0;
1318: x_cost_return_status VARCHAR2(1);
1319: p_cost_scale_tab GMD_COMMON_SCALE.scale_tab;
1320: x_cost_scale_tab GMD_COMMON_SCALE.scale_tab;
1321:
1322: /* This table associates the formulaline with the - scaled qtys in x_cost_scale_tab */
1323: P_formulaline_scale_tab formulaline_scale_tab;
1324:

Line 1406: gmd_common_scale.scale( p_scale_tab => p_cost_scale_tab

1402: FETCH get_formula_owner_orgn_id INTO l_orgn_id;
1403: CLOSE get_formula_owner_orgn_id;
1404:
1405: /* Calling the scaling API */
1406: gmd_common_scale.scale( p_scale_tab => p_cost_scale_tab
1407: ,p_orgn_id => l_orgn_id
1408: ,p_scale_factor => P_scale_factor
1409: ,p_primaries => 'OUTPUTS'
1410: ,x_scale_tab => x_cost_scale_tab