DBA Data[Home] [Help]

APPS.GME_SCALE_BATCH_PVT dependencies on GME_UPDATE_STEP_QTY_PVT

Line 675: gme_update_step_qty_pvt.update_step_qty

671: cur_item_step_asso (l_batch_header.batch_id) LOOP
672: l_batch_step.batchstep_id :=
673: l_cur_item_step_asso.batchstep_id;
674: l_in_batch_step := l_batch_step;
675: gme_update_step_qty_pvt.update_step_qty
676: (l_in_batch_step
677: ,l_count
678: ,l_list
679: ,l_return_status

Line 1180: gme_update_step_qty_pvt.update_step_qty (l_in_batch_step

1176: cur_item_step_asso (l_batch_header.batch_id) LOOP
1177: l_batch_step.batchstep_id :=
1178: l_cur_item_step_asso.batchstep_id;
1179: l_in_batch_step := l_batch_step;
1180: gme_update_step_qty_pvt.update_step_qty (l_in_batch_step
1181: ,l_count
1182: ,l_list
1183: ,l_return_status
1184: ,l_batch_step);

Line 1500: gme_update_step_qty_pvt.calc_charge

1496: * p_routing_scale_factor
1497: ,5);
1498: l_prev_charge := l_batch_step.actual_charges;
1499: /* Let us calculate actual charges based on the change to the qty */
1500: gme_update_step_qty_pvt.calc_charge
1501: (p_step_id => l_batch_step.batchstep_id
1502: ,p_mass_qty => l_batch_step.actual_mass_qty
1503: ,p_vol_qty => l_batch_step.actual_volume_qty
1504: ,x_charge => l_charge

Line 1518: gme_update_step_qty_pvt.update_step_qty

1514: END IF;
1515:
1516: IF l_batch_step.step_status = 1 THEN
1517: l_in_batch_step := l_batch_step;
1518: gme_update_step_qty_pvt.update_step_qty
1519: (p_batch_step_rec => l_in_batch_step
1520: ,x_batch_step_rec => l_batch_step
1521: ,x_message_count => l_message_count
1522: ,x_message_list => l_message_list

Line 1576: gme_update_step_qty_pvt.adjust_actual_usage

1572: END IF;
1573: END IF;
1574:
1575: IF l_update_inventory_ind = 'Y' THEN
1576: gme_update_step_qty_pvt.adjust_actual_usage
1577: (p_batch_step_resources_rec => l_gme_batchstep_resources
1578: ,x_return_status => l_return_status);
1579:
1580: IF l_return_status <> x_return_status THEN