DBA Data[Home] [Help]

APPS.GMF_ROUTING_STEP_CALC dependencies on GMD_AUTO_STEP_CALC

Line 4: g_step_table GMD_AUTO_STEP_CALC.STEP_REC_TBL;

1: PACKAGE BODY gmf_routing_step_calc AS
2: /* $Header: gmfstepb.pls 120.1 2005/08/30 14:59:50 sschinch noship $ */
3:
4: g_step_table GMD_AUTO_STEP_CALC.STEP_REC_TBL;
5:
6: /**********************************************************************
7: * NAME
8: * CALC_STEP_QTY

Line 11: * Wrapper for GMD_AUTO_STEP_CALC.calc_step_qty procedure

7: * NAME
8: * CALC_STEP_QTY
9: *
10: * DESCRIPTION
11: * Wrapper for GMD_AUTO_STEP_CALC.calc_step_qty procedure
12: * Calls the gmd procedure and caches the step table output in
13: * a package variable. The next procedure get_step_qty is
14: * used to retrieve the individual rows from the cost_calc_rout
15: * function of cost rollup and in variances calculation of

Line 58: GMD_AUTO_STEP_CALC.CALC_STEP_QTY(

54: /**
55: * How do we tell it that we need the formula scaled up?
56: * We need to send in the scale_factor - B2374512
57: */
58: GMD_AUTO_STEP_CALC.CALC_STEP_QTY(
59: p_parent_id => p_recipe_id,
60: p_step_tbl => g_step_table,
61: p_msg_count => l_msg_count,
62: p_msg_stack => l_msg_stack,