DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on GMD_AUTO_STEP_CALC

Line 1366: l_step_tbl GMD_AUTO_STEP_CALC.step_rec_tbl;

1362:
1363: /* Defining all variables */
1364: l_row NUMBER := 0 ;
1365: l_rout_scale_factor NUMBER := 1 ;
1366: l_step_tbl GMD_AUTO_STEP_CALC.step_rec_tbl;
1367: l_return_status VARCHAR2(1);
1368:
1369: /* get capacities for resources that belong any orgn (generic) */
1370: CURSOR Step_qty_Cur(vRouting_id NUMBER) IS

Line 1495: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,

1491: PROCEDURE Calculate_Step_Charges
1492: ( P_recipe_id IN NUMBER ,
1493: P_tolerance IN NUMBER ,
1494: P_orgn_id IN NUMBER ,
1495: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,
1496: x_charge_tbl OUT NOCOPY charge_tbl ,
1497: x_return_status OUT NOCOPY VARCHAR2
1498: ) IS
1499: