DBA Data[Home] [Help]

APPS.GMD_COMMON_VAL dependencies on GMD_AUTO_STEP_CALC

Line 189: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,

185: PROCEDURE Calculate_Step_Charges
186: ( P_recipe_id IN NUMBER ,
187: P_tolerance IN NUMBER ,
188: P_orgn_id IN NUMBER ,
189: P_step_tbl IN GMD_AUTO_STEP_CALC.step_rec_tbl,
190: x_charge_tbl OUT NOCOPY charge_tbl ,
191: x_return_status OUT NOCOPY VARCHAR2
192: );
193: