601: ,x_return_status OUT NOCOPY VARCHAR2)
602: IS
603: x_step_no gme_batch_steps.batchstep_no%TYPE;
604: x_std_factor NUMBER;
605: x_um_type mtl_units_of_measure.uom_class%TYPE;
606: x_std_capacity gme_batch_steps.max_step_capacity%TYPE;
607: x_max_cap gme_batch_steps.max_step_capacity%TYPE;
608: x_max_cap_uom gme_batch_steps.max_step_capacity_um%TYPE;
609: x_step_qty gme_batch_steps.plan_step_qty%TYPE;