DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on GMD_AUTO_STEP_CALC

Line 1315: l_step_tbl GMD_AUTO_STEP_CALC.step_rec_tbl;

1311:
1312: /* Defining all variables */
1313: l_row NUMBER := 0 ;
1314: l_rout_scale_factor NUMBER := 1 ;
1315: l_step_tbl GMD_AUTO_STEP_CALC.step_rec_tbl;
1316: l_return_status VARCHAR2(1);
1317:
1318: /* get capacities for resources that belong any orgn (generic) */
1319: CURSOR Step_qty_Cur(vRouting_id NUMBER) IS

Line 1444: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,

1440: PROCEDURE Calculate_Step_Charges
1441: ( P_recipe_id IN NUMBER ,
1442: P_tolerance IN NUMBER ,
1443: P_orgn_id IN NUMBER ,
1444: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,
1445: x_charge_tbl OUT NOCOPY charge_tbl ,
1446: x_return_status OUT NOCOPY VARCHAR2
1447: ) IS
1448: